[midPoint-git] [Evolveum/midpoint] 6bf657: Fix occasional failing of TestProgressReporting
mederly
noreply at github.com
Wed Nov 23 18:36:52 CET 2022
Branch: refs/heads/feature/simulations
Home: https://github.com/Evolveum/midpoint
Commit: 6bf657733b263b3758a992e0fc6e33f4b472dbd3
https://github.com/Evolveum/midpoint/commit/6bf657733b263b3758a992e0fc6e33f4b472dbd3
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2022-11-23 (Wed, 23 Nov 2022)
Changed paths:
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/tasks/TestProgressReporting.java
Log Message:
-----------
Fix occasional failing of TestProgressReporting
The task used to fail on fast machines: it simply processed all 400
pre-created objects, so buckets after #40 were all empty. Hence,
the equation "# of buckets x size of bucket = # of objects" no longer
held.
This is now fixed by increasing the number of objects (so that
all buckets are now full), and decreasing the time available for task
run - so the task will not finish in the time available.
More information about the midPoint-svn
mailing list