-
Type:
Task
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
QE 2024-09-16, QE 2024-09-30, QE 2024-10-14, QE 2024-10-28, QE 2024-11-11, QE 2024-11-25, QE 2024-12-09
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Our goal here is to spoof the algorithms. Have some class / function that takes in a scenario object, spins up a thread that does some inserts or index builds or deletes or whatever. Run it during either runSbe function or the runClassic function. To manufacture a false negative (algo misses a regression), we spam the server during runClassic to artificially inflate runtimes, then turn on the spam, and runSbe.
The "spam function" will be extensible. For example, we will handle 1) concurrent operations like inserts, index builds, etc. as well as high resource consumption such as 2) high cpu or memory usage or 3) blocking on IO.