foundationdb/fdbserver/workloads
Andrew Noyes 980dcb3e4f
Merge pull request #4372 from sfc-gh-tclinkenbeard/fix-snapshot-failure
Fix Snapshot test failure
2021-02-24 09:13:13 -08:00
..
ApiCorrectness.actor.cpp FastRestore:AtomicRestore:Add resetDBTimeout option 2020-08-26 10:21:17 -07:00
ApiWorkload.actor.cpp FastRestore:AtomicRestore:Add resetDBTimeout option 2020-08-26 10:21:17 -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 WIP 2020-07-09 22:02:43 +00: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 Support finding max restorable version for key ranges when keyspace's max restorable version is unavailable 2020-09-17 17:58:58 -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 AtomicRestore:Fix typo in comments 2020-06-25 13:24:58 -07:00
AtomicSwitchover.actor.cpp Rename fastRestoreAgent to fastRestoreTool 2020-07-03 00:16:39 +09: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
BackupAndParallelRestoreCorrectness.actor.cpp add support for comparing original and current impls 2020-09-05 11:14:59 -07:00
BackupCorrectness.actor.cpp Add pause/resume for new backups 2020-04-06 14:29:46 -07:00
BackupToDBAbort.actor.cpp
BackupToDBCorrectness.actor.cpp Add "waitForDestUID" flag for abortBackup 2020-10-20 22:55:31 -07:00
BackupToDBUpgrade.actor.cpp Fix a race between submit and abort backup 2020-10-18 23:11:15 -07:00
BulkLoad.actor.cpp Add ability to bulk load data into TxnStateStore 2019-07-19 18:01:24 -07:00
BulkSetup.actor.h FDB compiling with intel compiler 2019-06-20 09:29:01 -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 Fix bug. 2020-05-19 18:49:04 -07:00
CommitBugCheck.actor.cpp
ConfigureDatabase.actor.cpp Toggle backup mode in ConfigureDatabase workload 2020-05-09 09:20: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 Merge branch 'master' into transaction-tagging 2020-05-09 07:50:29 -07: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 FastRestore:Minor change on trace events 2020-06-18 16:09:18 -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 Clients which fetch status should not disconnect from the coordinators and cluster controller between each retrieval 2020-01-22 15:41:22 -08:00
DataDistributionMetrics.actor.cpp Address review comments 2020-07-08 16:54:54 +00: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
Downgrade.actor.cpp Simplified Downgrade workload 2020-07-12 16:08:54 -07:00
DummyWorkload.actor.cpp
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
FuzzApiCorrectness.actor.cpp update comment for disabling checkWritesEnable in FuzzApiCorrectness 2020-10-21 16:34:36 -07: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 Merge branch 'release-6.2' into release-6.3 2020-11-16 10:15:23 -08:00
KillRegion.actor.cpp Addressed simple review comments 2020-03-31 18:34:13 -07:00
LocalRatekeeper.actor.cpp Merge in master 2019-07-05 15:49:24 -07:00
LockDatabase.actor.cpp Fix simulation test 2020-02-11 13:49:19 -08:00
LockDatabaseFrequently.actor.cpp Add LockDatabaseFrequently workload 2020-08-19 23:17:38 +00:00
LogMetrics.actor.cpp Fix more unused-variable warnings 2019-04-17 16:04:10 -07:00
LowLatency.actor.cpp Lower DELAY_CC_WORST_FIT_CANDIDACY_SECONDS for LowLatencyWorkload 2020-11-09 19:15:51 -08:00
MachineAttrition.actor.cpp Merge branch 'release-6.2' into merge-release-6.2-into-release-6.3 2021-02-08 09:20:28 -08:00
Mako.actor.cpp Delete unnecessary parameters 2020-03-17 13:41:14 -07:00
MemoryKeyValueStore.cpp
MemoryKeyValueStore.h
MemoryLifetime.actor.cpp Remove include for Make build 2020-02-03 15:39:06 -08:00
MetricLogging.actor.cpp Fix more unused-variable warnings 2019-04-17 16:04:10 -07:00
ParallelRestore.actor.cpp Rename fastRestoreAgent to fastRestoreTool 2020-07-03 00:16:39 +09:00
Performance.actor.cpp code cleanup 2020-04-10 17:02:11 -07: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
PopulateTPCC.actor.cpp fixed bad include 2020-04-06 09:55:28 -07:00
PubSubMultiples.actor.cpp
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
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 FastRestore:Applier:Precompute mutations and apply in parallel 2020-02-12 22:47:48 -08:00
ReadHotDetection.actor.cpp Update fdbserver/workloads/ReadHotDetection.actor.cpp 2020-08-12 15:48:01 -07:00
ReadWrite.actor.cpp code cleanup 2020-04-10 17:02:11 -07:00
RemoveServersSafely.actor.cpp Sort the failed sets before modifying them in attempts to make changes consistent 2020-11-12 16:26:34 -05:00
ReportConflictingKeys.actor.cpp Augment ReportConflictingKeys test to catch memory error 2020-07-24 23:31:00 +00:00
Rollback.actor.cpp FastRestoreOldBackupTest:Increase test duragion 2020-08-25 09:14:37 -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 FastRestore:Test for addPrefix and removePrefix 2020-06-17 20:36:53 -07:00
Sideband.actor.cpp removed unneeded debugging 2020-05-10 14:26:40 -07:00
SlowTaskWorkload.actor.cpp Convert the slow task profiler into a run loop profiler that also logs when the run loop is 100% busy for a knob-configurable duration. 2020-01-28 12:09:37 -08:00
SnapTest.actor.cpp Merge pull request #4372 from sfc-gh-tclinkenbeard/fix-snapshot-failure 2021-02-24 09:13:13 -08:00
SpecialKeySpaceCorrectness.actor.cpp Add a test for \xff\xff/worker_interfaces 2020-12-04 13:46:07 -08:00
StatusWorkload.actor.cpp Make status tests deterministic 2020-11-05 17:05:34 +00: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 Update existing usages of worker_interfaces to new format 2020-05-08 05:37:37 +00:00
TPCC.actor.cpp Remove TRIVIALLY_DESTRUCTIBLE macro 2020-07-04 19:28:10 -07:00
TPCCWorkload.h Revert "Fixed some dangling pointers" 2020-07-06 15:26:42 -07:00
TagThrottleApi.actor.cpp Support throttling and unthrottling tags by priority and their auto/manual state in fdbcli. 2020-05-15 12:47:55 -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 Test schemas 2020-06-30 15:24:16 +00: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
TriggerRecovery.actor.cpp Fix unrelated bug in an ASSERT that breaks the windows compile and is already fixed in release-6.3. 2020-06-10 14:13:12 -07:00
UnitPerf.actor.cpp
UnitTests.actor.cpp simple benchmarks of IndexedSet, VersionedMap and std::map 2020-05-07 12:08:00 -07:00
Unreadable.actor.cpp Make a smaller range inaccessable after writing a versionstamped key 2020-01-16 21:41:59 -08:00
VersionStamp.actor.cpp Add error checking for a getReadVersion call in a test. 2020-10-15 09:17:16 -07:00
WatchAndWait.actor.cpp
Watches.actor.cpp Test watch outliving transaction 2020-03-26 10:09:03 -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 Revert WriteDuringRead change 2020-04-30 00:30:37 +00:00
workloads.actor.h FastRestore:Resolve review comments 2019-09-04 16:48:43 -07:00