[jboss-jira] [JBoss JIRA] (WFCORE-3405) The find-non-progressing-operation op is not accessible on a domain server
Brian Stansberry (JIRA)
issues at jboss.org
Mon Nov 6 11:06:00 EST 2017
Brian Stansberry created WFCORE-3405:
----------------------------------------
Summary: The find-non-progressing-operation op is not accessible on a domain server
Key: WFCORE-3405
URL: https://issues.jboss.org/browse/WFCORE-3405
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 4.0.0.Alpha2
Reporter: Brian Stansberry
Priority: Minor
The find-non-progressing-operation op isn't marked as read-only or runtime-only (it's both) so it isn't accessible to external callers on a domain server.
The related cancel-non-progressing-operation is marked runtime-only, so it's accessible. There's no point allow cancellation (which changes things) and not allowing a find (which just reads), so we should make the find visible.
A requirement of fixing this though is there need to be new test methods added to OperationCancellationTest case that test finding and cancelling the op via the server resource and not just via the host. The existing testFindNonProgressingOperation() can just have a second "find" op added after the current one, and then new variants of testCancellingNonProgressingDomainRollout() and testFindNonProgressingDomainRollout() can be added that use the full server address for the find/cancel op.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list