[
https://issues.jboss.org/browse/WFCORE-3406?page=com.atlassian.jira.plugi...
]
Brian Stansberry edited comment on WFCORE-3406 at 11/6/17 1:14 PM:
-------------------------------------------------------------------
Whoever handles this should take WFCORE-3405 as well. It's probably best to start with
WFCORE-3405 as the "fix" there is trivial and the test additions I require there
are easy to implement. And it wouldn't shock me of those additions show this fails for
domain servers as well, not just standalone.
was (Author: brian.stansberry):
Whoever handles this should take WFCORE-3405 as well.
find-non-progressing-operation doesn't return the blocking
operation
--------------------------------------------------------------------
Key: WFCORE-3406
URL:
https://issues.jboss.org/browse/WFCORE-3406
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Claudio Miranda
The find-non-progressing-operation operation of
/core-service=management/service=management-operations doesn't return the operation id
of a blocking operation on standalone. It works on domain mode.
To simulate the blocking operation, install the BlockingExtension from testsuite and call
{code}
/subsystem=blocker-test:block(block-point=MODEL,block-time=50000}
{code}
Open another jboss-cli.sh and call
{code}
/core-service=management/service=management-operations:find-non-progressing-operation
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)