| .. |
|
ApiCorrectness.actor.cpp
|
Rename LargePacket warnings to distinguish between sent and received packets. Also remove Net2_ prefix from packet size trace events.
|
2019-11-12 09:23:46 -08:00 |
|
ApiWorkload.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
ApiWorkload.h
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
AsyncFile.actor.h
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
AsyncFile.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
AsyncFileCorrectness.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
AsyncFileRead.actor.cpp
|
Merge branch 'master' into thread-safe-random-number-generation
|
2019-05-23 08:35:47 -07:00 |
|
AsyncFileWrite.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
AtomicOps.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
AtomicOpsApiCorrectness.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
AtomicRestore.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
AtomicSwitchover.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
BackgroundSelectors.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
BackupCorrectness.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
BackupToDBAbort.actor.cpp
|
Use fwd decls in workloads
|
2019-02-19 15:16:59 -08:00 |
|
BackupToDBCorrectness.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
BackupToDBUpgrade.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
BulkLoad.actor.cpp
|
Add ability to bulk load data into TxnStateStore
|
2019-07-19 18:01:24 -07:00 |
|
BulkSetup.actor.h
|
Merge branch 'master' into thread-safe-random-number-generation
|
2019-05-23 08:35:47 -07:00 |
|
ChangeConfig.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
ClientTransactionProfileCorrectness.actor.cpp
|
Addressed review comments
|
2019-07-22 12:17:05 -07:00 |
|
CommitBugCheck.actor.cpp
|
Use correct fwd decls in TesterInterface
|
2019-02-19 15:16:59 -08:00 |
|
ConfigureDatabase.actor.cpp
|
added the ability to configure satellite_logs by satellite location, this will overwrite the region configure if both are present
|
2019-10-14 18:30:15 -07:00 |
|
ConflictRange.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
ConsistencyCheck.actor.cpp
|
Enable Consistency Checks for DD and RK.
|
2019-11-12 20:11:08 -08:00 |
|
CpuProfiler.actor.cpp
|
replaced std::pair<WorkerInterface,ProcessClass> with a struct named WorkerDetails
|
2019-03-08 11:25:07 -05:00 |
|
Cycle.actor.cpp
|
Add ability to bulk load data into TxnStateStore
|
2019-07-19 18:01:24 -07:00 |
|
DDBalance.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
DDMetrics.actor.cpp
|
Raised the data distribution priority of splitting shards above restoring fault tolerance to avoid hot write shards
|
2019-10-11 17:50:43 -07:00 |
|
DDMetricsExclude.actor.cpp
|
changed trace detail to uppercase to pass validation
|
2019-07-15 11:15:13 -07:00 |
|
DifferentClustersSameRV.actor.cpp
|
Fail DifferentClustersSameRV workload when switch doesn't finish
|
2019-06-25 16:09:27 -07:00 |
|
DiskDurability.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
DiskDurabilityTest.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
DummyWorkload.actor.cpp
|
Use fwd decls in workloads
|
2019-02-19 15:16:59 -08:00 |
|
ExternalWorkload.actor.cpp
|
Fix minor bug in External Workload
|
2019-07-02 15:57:26 -07:00 |
|
FastTriggeredWatches.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
FileSystem.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
Fuzz.cpp
|
Use correct fwd decls in TesterInterface
|
2019-02-19 15:16:59 -08:00 |
|
FuzzApiCorrectness.actor.cpp
|
Test client-side buggify in simulation
|
2019-12-09 12:55:23 -08:00 |
|
Increment.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
IndexScan.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
Inventory.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
KVStoreTest.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
KillRegion.actor.cpp
|
Clients keep a persistent connection open with coordinators to get updates to the list of proxies
|
2019-07-23 19:22:44 -07:00 |
|
LocalRatekeeper.actor.cpp
|
Merge in master
|
2019-07-05 15:49:24 -07:00 |
|
LockDatabase.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
LogMetrics.actor.cpp
|
Fix more unused-variable warnings
|
2019-04-17 16:04:10 -07:00 |
|
LowLatency.actor.cpp
|
Use correct fwd decls in TesterInterface
|
2019-02-19 15:16:59 -08:00 |
|
MachineAttrition.actor.cpp
|
fix: the machineAttrition workload did not ensure that healthyZone was always cleared
|
2019-08-05 15:00:17 -07:00 |
|
Mako.actor.cpp
|
remove static keyword to make variables not in binary
|
2019-06-03 16:40:34 -07:00 |
|
MemoryKeyValueStore.cpp
|
Adjust all includes to be relative to the root.
|
2018-10-19 17:35:33 +00:00 |
|
MemoryKeyValueStore.h
|
Use fwd decls in workloads
|
2019-02-19 15:16:59 -08:00 |
|
MemoryLifetime.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
MetricLogging.actor.cpp
|
Fix more unused-variable warnings
|
2019-04-17 16:04:10 -07:00 |
|
Performance.actor.cpp
|
replaced std::pair<WorkerInterface,ProcessClass> with a struct named WorkerDetails
|
2019-03-08 11:25:07 -05:00 |
|
Ping.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
PubSubMultiples.actor.cpp
|
Use correct fwd decls in TesterInterface
|
2019-02-19 15:16:59 -08:00 |
|
QueuePush.actor.cpp
|
Merge branch 'master' into thread-safe-random-number-generation
|
2019-05-23 08:35:47 -07:00 |
|
RYWDisable.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
RYWPerformance.actor.cpp
|
Use correct fwd decls in TesterInterface
|
2019-02-19 15:16:59 -08:00 |
|
RandomClogging.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
RandomMoveKeys.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
RandomSelector.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
ReadWrite.actor.cpp
|
Merge branch 'master' into thread-safe-random-number-generation
|
2019-05-23 08:35:47 -07:00 |
|
RemoveServersSafely.actor.cpp
|
fdbcli: Add `no_wait` option in `exclude` command to avoid blocking
|
2019-07-18 13:07:31 -07:00 |
|
Rollback.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
RyowCorrectness.actor.cpp
|
Fix load of bool which is not 0 or 1
|
2019-12-04 09:42:35 -08:00 |
|
SaveAndKill.actor.cpp
|
'--restoring' cmd line arg removed for fdbserver
|
2019-05-28 22:07:46 -07:00 |
|
SelectorCorrectness.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
Serializability.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
Sideband.actor.cpp
|
Merge branch 'master' into thread-safe-random-number-generation
|
2019-05-23 08:35:47 -07:00 |
|
SlowTaskWorkload.actor.cpp
|
fdbserver: fix some print/scan format warnings
|
2019-05-06 13:35:29 -07:00 |
|
SnapTest.actor.cpp
|
improved error msgs for snapshot cmd
|
2019-08-27 16:43:52 -07:00 |
|
StatusWorkload.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
Storefront.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
StreamingRead.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
SuspendProcesses.actor.cpp
|
Extend RebootRequest API to include time to suspend the process before reboot. This is intended to be used for testing purposes to simulate failures.
|
2019-06-14 11:35:38 -07:00 |
|
TargetedKill.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
TaskBucketCorrectness.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
ThreadSafety.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
Throttling.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
Throughput.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
TimeKeeperCorrectness.actor.cpp
|
Use fwd decls in workloads
|
2019-02-19 15:16:59 -08:00 |
|
TriggerRecovery.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
UnitPerf.actor.cpp
|
Use correct fwd decls in TesterInterface
|
2019-02-19 15:16:59 -08:00 |
|
UnitTests.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
Unreadable.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
VersionStamp.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
WatchAndWait.actor.cpp
|
Use correct fwd decls in TesterInterface
|
2019-02-19 15:16:59 -08:00 |
|
Watches.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
WorkerErrors.actor.cpp
|
replaced std::pair<WorkerInterface,ProcessClass> with a struct named WorkerDetails
|
2019-03-08 11:25:07 -05:00 |
|
WriteBandwidth.actor.cpp
|
Merge branch 'master' into thread-safe-random-number-generation
|
2019-05-23 08:35:47 -07:00 |
|
WriteDuringRead.actor.cpp
|
Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used.
|
2019-05-10 14:01:52 -07:00 |
|
workloads.actor.h
|
fix: the tlog would not pop data from the disk queue after a storage server was removed, because the tag still exists in memory on the logs
|
2019-05-20 23:58:45 -07:00 |