-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
Fully Compatible
-
ALL
-
v8.0, v7.0
-
0
The test uses the configureQueryAnalyzer to turn sampling on, run some commands, then turn it off with configureQueryAnalyzer, then waits for the samples to get flushed. The problem is that samples are recorded asynchronously so it is possible for the sampler to get turned off too early, before it has actually collected all the samples the test wanted to take.
To make the test fail, simply add a sleep around here.