[midPoint-git] [Evolveum/midpoint] e9890a: Increase task execution intervals in some tests
mederly
noreply at github.com
Thu Mar 25 21:28:48 CET 2021
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: e9890afac9bc202180b42c1c5a3a197db32a0e00
https://github.com/Evolveum/midpoint/commit/e9890afac9bc202180b42c1c5a3a197db32a0e00
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2021-03-25 (Thu, 25 Mar 2021)
Changed paths:
M model/model-intest/src/test/resources/common/task-reconcile-dummy-blue-multinode.xml
M model/model-intest/src/test/resources/common/task-reconcile-dummy-blue-partitioned.xml
M model/model-intest/src/test/resources/common/task-reconcile-dummy-green-multinode.xml
M model/model-intest/src/test/resources/common/task-reconcile-dummy-green-partitioned.xml
M model/model-test/src/main/java/com/evolveum/midpoint/model/test/AbstractModelIntegrationTest.java
Log Message:
-----------
Increase task execution intervals in some tests
TestReconTaskPartitioned and TestReconTaskMultinode use recurring
reconciliation tasks that originally started each 5 seconds. This
interval was so short that sometimes asserts that checked tasks'
state obtained newly started tasks instead of the ones that were
finished, and thous obviously failed.
The interval was increased to 10 seconds. Tests will run a little
longer but should be more stable.
More information about the midPoint-svn
mailing list