Commit Graph

18 Commits

Author SHA1 Message Date
Andrew Noyes 4ac5498f2e Fix a UBSAN diagnostic caused by use of uninitialized memory
The diagnostic is

fdbserver/workloads/DiskFailureInjection.actor.cpp:57:64: runtime error: load of value 208, which is not a valid value for type 'bool'

The fix is simply to initialize the default value of verificationMode
2022-09-20 08:54:45 -07:00
A.J. Beamon 4fd64630e8 Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
Markus Pilman e1627e0a78 Merge remote-tracking branch 'origin/main' into features/always-inject-faults 2022-09-19 09:38:55 -06:00
sfc-gh-tclinkenbeard 82adc1e856 Make g_simulator a pointer 2022-09-15 09:00:33 -07:00
Markus Pilman 389ea4c952 added additional workloads 2022-09-12 17:16:32 -06:00
sfc-gh-tclinkenbeard 91930b8040 Remove getMinReplicasRemaining PromiseStream.
Instead, in order to enforce the maximum fault tolerance for snapshots,
update getStorageWorkers to return the number of unavailable storage
servers (instead of throwing an error when unavailable storage servers
exist).
2022-04-07 23:23:23 -07:00
sfc-gh-tclinkenbeard a71099471b Update copyright header dates 2022-03-21 13:36:23 -07:00
A.J. Beamon 250a88e682 Enforce that trace event suppression calls happen first when using trace event call chaining. Fix various instances where we weren't following this requirement. 2022-02-24 12:25:52 -08:00
negoyal 518065c3ed TargetedKill fixes. 2021-10-19 17:22:27 -07:00
negoyal 8d1e97b329 Minor changes. 2021-10-04 22:43:48 -07:00
negoyal a7721d9786 Remove debug trace events and clang-format. 2021-09-10 15:41:22 -07:00
negoyal a63c19c347 Trying clang-format again. 2021-09-09 11:29:54 -07:00
negoyal c8e6bb13c4 Clang format. 2021-09-08 15:18:08 -07:00
negoyal 7729a282ce Misc fixes and updated test toml file. 2021-09-08 14:31:09 -07:00
negoyal 337d0df13c Add verification mode to chaos workload. 2021-09-07 10:07:01 -07:00
negoyal a8baeb75d0 Misc fixes. 2021-09-03 15:03:12 -07:00
negoyal a2d8ab7152 Ignore the errors from getStorageServers. 2021-07-30 13:21:45 -07:00
negoyal 9e7197faba Bunch of changes based on review comments and discussions. 2021-07-30 01:32:43 -07:00