Commit Graph

14 Commits

Author SHA1 Message Date
gxglass 082ac9fe91
delete expectedRate from Cycle test (#13297)
This appears to be something of a magnet for accidentally writing flakey simulation test cases.
This showed up in PR #13252 and independently, somebody mentioned this failure mode to me offline a few months ago. I suspect it's a recurring thing.

* deleted expectedRate from Cycle test, as it is a magnet for rare failures in typical cases where Cycle is combined 
with error injection. Also, Cycle need not concern itself with detecting performance regressions.

* add a MinimumThroughput workload to make up for potential loss of coverage elsewhere

* fix test bug on rate calcuation and omission regarding injected failure suppression

* fix it some more

* move comment to avoid AI complaining about not mixing it with the apache copyright
2026-05-29 14:20:21 -07:00
Trevor Clinkenbeard 399d13505f Make single-argument constructors explicit 2026-04-24 18:53:40 +00:00
Trevor Clinkenbeard c29dd7362e Remove outdated comment 2026-04-16 00:29:20 -07:00
Trevor Clinkenbeard fed94b6ca7 Expand generic_coro namespace 2026-04-15 22:33:49 +00:00
Trevor Clinkenbeard 9ba44fd75b Rename *.actor.h files without ACTORs 2026-03-27 04:53:43 +00:00
Trevor Clinkenbeard e12c2c54ed Fix include paths 2026-03-26 07:57:55 +00:00
Trevor Clinkenbeard 0fced8a66e Remove role library dependencies on fdbserver/tester 2026-03-24 22:13:52 +00:00
Trevor Clinkenbeard e75340b8fb Move tester code from fdbserver/core to fdbserver/tester 2026-03-24 21:54:07 +00:00
Trevor Clinkenbeard 96d3f4b1d2 Rename actor files without ACTORs 2026-03-20 08:30:40 +00:00
Trevor Clinkenbeard dd2a5a71af Merge remote-tracking branch 'apple/main' into dev/tclinkenbeard/modularize-fdbserver2 2026-03-13 00:42:06 +00:00
Trevor Clinkenbeard 39beb1c732 Remove role library dependencies on fdbserver 2026-03-12 23:20:54 +00:00
Trevor Clinkenbeard dea65f18a0 Modularization cleanup 2026-03-10 18:50:15 +00:00
Trevor Clinkenbeard de225142c6 Rename BulkSetup.actor.h 2026-03-10 04:53:20 +00:00
Trevor Clinkenbeard 7f20d235d0 Rename workload actor files without actors 2026-03-07 20:06:51 -08:00