-
Enhancement
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
In WildFly integration/basic testsuite, there already is a test for automatic batch job restart after server suspend and resume.
We need to add another such test, which uses remote ejb client as the test client, which looks up a remote ejb that starts a batch job execution.
During the server suspend, the above job execution will be stopped. And during server resume, that stopped job execution should automatically restart and run to completion.
Note that these tests requires batch-jberet subsystem to be configured with
/subsystem=batch-jberet:write-attribute(name=restart-jobs-on-resume,value=true)
- is related to
-
WFLY-17853 Batch job fails to restart on server resume after server suspend
- Open