-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
given:
- I start the data generation and generate 1M process instances
when:
- the data generation finished (it terminates with maven build successful)
then:
- the data generation continues (e.g. Process Instances are still being inserted into the postgres DB, etc)
expected:
- the DataGenerator does not terminate before it stopped generating data
Context:
The issue came up in the analysis for OPT-2323.
This is problematic in the `Import performance test on dynamic dataset` nightly build, since it is continuing to the asserts even though additional data seems to be generated, leading to failed asserts.
Also, this leads to the `Generate performance test dataset` to create the SQL dump before the data generation finished (leading to inconsistent data in the dump after several runs)
This is the controller panel for Smart Panels app
- is depended on by
-
OPT-2323 Get nightly Import performance test on foot with new dataset
- Done