foundationdb/fdbserver/workloads
A.J. Beamon f8186988bc
Merge pull request #8378 from sfc-gh-ajbeamon/tenant-support-for-database-switching
Add tenant support for database switching
2022-10-05 14:57:33 -07:00
..
ApiCorrectness.actor.cpp Merge remote-tracking branch 'origin/main' into bugfixes/open-for-ide 2022-10-04 18:27:48 -06:00
ApiWorkload.actor.cpp flow: switch from hard coded to ApiVersion like ProtocolVersion (#8071) 2022-09-02 09:28:13 +02:00
AsyncFile.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
AsyncFileCorrectness.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
AsyncFileRead.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
AsyncFileWrite.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
AtomicOps.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
AtomicOpsApiCorrectness.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
AtomicRestore.actor.cpp Snapshot Backup Encryption (#8095) 2022-09-29 14:45:47 -07:00
AtomicSwitchover.actor.cpp Update backup to include system key ranges needed for tenants. Run simulated backup tests with tenants. 2022-09-22 10:00:13 -07:00
BackgroundSelectors.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
BackupAndParallelRestoreCorrectness.actor.cpp Snapshot Backup Encryption (#8095) 2022-09-29 14:45:47 -07:00
BackupCorrectness.actor.cpp Snapshot Backup Encryption (#8095) 2022-09-29 14:45:47 -07:00
BackupToBlob.actor.cpp Snapshot Backup Encryption (#8095) 2022-09-29 14:45:47 -07:00
BackupToDBAbort.actor.cpp Update backup to include system key ranges needed for tenants. Run simulated backup tests with tenants. 2022-09-22 10:00:13 -07:00
BackupToDBCorrectness.actor.cpp Fix filtering of potential backup mutations in commit proxy and backup worker; add code probe to ensure we are testing default backup sharing and add some tests to hit it 2022-09-27 15:25:30 -07:00
BackupToDBUpgrade.actor.cpp Update backup to include system key ranges needed for tenants. Run simulated backup tests with tenants. 2022-09-22 10:00:13 -07:00
BlobGranuleCorrectnessWorkload.actor.cpp Added test check to verify change feeds get cleaned up at the end of blob granule tests (#8322) 2022-10-05 12:58:05 -05:00
BlobGranuleRangesWorkload.actor.cpp Merge remote-tracking branch 'origin/main' into bugfixes/open-for-ide 2022-10-04 18:27:48 -06:00
BlobGranuleVerifier.actor.cpp Added test check to verify change feeds get cleaned up at the end of blob granule tests (#8322) 2022-10-05 12:58:05 -05:00
BulkLoad.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
BulkSetup.actor.cpp Switch some usages of LiteralStringRef to use the _sr suffix 2022-09-30 16:04:16 -07:00
Cache.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
ChangeConfig.actor.cpp Update backup to include system key ranges needed for tenants. Run simulated backup tests with tenants. 2022-09-22 10:00:13 -07:00
ChangeFeedOperations.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
ChangeFeeds.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
ClearSingleRange.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
ClientTransactionProfileCorrectness.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
ClientWorkload.actor.cpp Make g_simulator a pointer 2022-09-15 09:00:33 -07:00
ClogSingleConnection.actor.cpp Make g_simulator a pointer 2022-09-15 09:00:33 -07:00
CommitBugCheck.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
ConfigIncrement.actor.cpp Merge remote-tracking branch 'origin/main' into bugfixes/open-for-ide 2022-10-04 18:27:48 -06:00
ConfigureDatabase.actor.cpp fix tests (#8286) 2022-09-22 11:34:06 -07:00
ConflictRange.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
ConsistencyCheck.actor.cpp - Version vector specific: Propagate the latest commit version, as (#8393) 2022-10-05 16:23:56 -04:00
CpuProfiler.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
CreateTenant.actor.cpp Fix unresolved merge conflicts 2022-07-27 00:38:16 +02:00
Cycle.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
DDBalance.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
DDMetrics.actor.cpp Merge remote-tracking branch 'origin/main' into bugfixes/open-for-ide 2022-10-04 18:27:48 -06:00
DDMetricsExclude.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
DataDistributionMetrics.actor.cpp Add DataDistributionMetrics workload into correctness packages, (#8237) 2022-09-20 15:33:15 -07:00
DataLossRecovery.actor.cpp disable MoveKeysWorkload for a few tests that need to manipulate dd 2022-09-23 08:56:27 -07:00
DifferentClustersSameRV.actor.cpp When updating watches after a database switch, lookup the tenant again to get the ID on the new cluster. Update the switching test to set up tenants properly. 2022-10-03 09:24:13 -07:00
DiskDurability.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
DiskDurabilityTest.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
DiskFailureInjection.actor.cpp Merge remote-tracking branch 'origin/main' into bugfixes/open-for-ide 2022-10-04 18:27:48 -06:00
DummyWorkload.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
EncryptKeyProxyTest.actor.cpp Enable encryption authentication configurability (#8312) 2022-09-29 16:18:55 -07:00
EncryptionOps.actor.cpp Enable encryption authentication configurability (#8312) 2022-09-29 16:18:55 -07:00
ExternalWorkload.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
FastTriggeredWatches.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
FileSystem.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
Fuzz.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
FuzzApiCorrectness.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
GetMappedRange.actor.cpp Merge remote-tracking branch 'origin/main' into bugfixes/open-for-ide 2022-10-04 18:27:48 -06:00
GetRangeStream.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
GlobalTagThrottling.actor.cpp Make read and write quotas fungible 2022-09-25 21:00:11 -07:00
HealthMetricsApi.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
HighContentionPrefixAllocatorWorkload.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
IDDTxnProcessorApiCorrectness.actor.cpp Switch some usages of LiteralStringRef to use the _sr suffix 2022-09-30 16:04:16 -07:00
Increment.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
IncrementalBackup.actor.cpp Snapshot Backup Encryption (#8095) 2022-09-29 14:45:47 -07:00
IndexScan.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
Inventory.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
KVStoreTest.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
KillRegion.actor.cpp fix tests (#8286) 2022-09-22 11:34:06 -07:00
LocalRatekeeper.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
LockDatabase.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
LockDatabaseFrequently.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
LogMetrics.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
LowLatency.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
MachineAttrition.actor.cpp Enable failure injection for all simulation tests 2022-09-29 14:14:24 -07:00
Mako.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
MemoryKeyValueStore.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
MemoryLifetime.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
MetaclusterManagementWorkload.actor.cpp Merge branch 'main' of github.com:apple/foundationdb into metacluster-status 2022-10-05 11:48:04 -07:00
MetricLogging.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
MiniCycle.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
MutationLogReaderCorrectness.actor.cpp enforce include modularization in cmake 2022-06-23 14:37:35 -06:00
ParallelRestore.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
Performance.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
PhysicalShardMove.actor.cpp Address review comments 2022-10-05 09:30:25 -06:00
Ping.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
PrivateEndpoints.actor.cpp Don't test requests that don't initialize properly (#6880) 2022-04-18 10:44:56 -07:00
ProtocolVersion.actor.cpp Make g_simulator a pointer 2022-09-15 09:00:33 -07:00
PubSubMultiples.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
QueuePush.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
RYWDisable.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
RYWPerformance.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
RandomClogging.actor.cpp disallow MoveKeysWorkload running in parallel 2022-09-22 17:00:01 -07:00
RandomMoveKeys.actor.cpp disallow MoveKeysWorkload running in parallel 2022-09-22 17:00:01 -07:00
RandomSelector.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
ReadAfterWrite.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
ReadHotDetection.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
ReadWrite.actor.cpp Revert "[DRAFT] Redwood PriorityMultiLock enable different launch limits to be specified based on different priority level." 2022-09-23 12:22:47 -06:00
RemoveServersSafely.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
ReportConflictingKeys.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
RestoreBackup.actor.cpp Update backup to include system key ranges needed for tenants. Run simulated backup tests with tenants. 2022-09-22 10:00:13 -07:00
RestoreFromBlob.actor.cpp Update backup to include system key ranges needed for tenants. Run simulated backup tests with tenants. 2022-09-22 10:00:13 -07:00
Rollback.actor.cpp Correct a couple of comments in simulator and simulated workloads. (#8310) 2022-09-24 22:52:13 -07:00
RyowCorrectness.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
SaveAndKill.actor.cpp All workloads to disable some failures 2022-09-19 16:42:55 -06:00
SelectorCorrectness.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
Serializability.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
Sideband.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
SidebandSingle.actor.cpp address review comments 2022-09-21 16:23:12 -07:00
SimpleAtomicAdd.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
SkewedReadWrite.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
SlowTaskWorkload.actor.cpp Rollback #7374 2022-09-06 16:55:18 -07:00
SnapTest.actor.cpp Merge remote-tracking branch 'origin/main' into bugfixes/open-for-ide 2022-10-04 18:27:48 -06:00
SpecialKeySpaceCorrectness.actor.cpp disable MoveKeysWorkload when running SpecialKeySpaceCorrectness test 2022-09-21 16:12:20 -07:00
StatusWorkload.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
StorageQuota.actor.cpp Handle case where exception is thrown before tenant prefix is prepended 2022-07-27 20:13:25 +02:00
StorageServerCheckpointRestoreTest.actor.cpp Address review comments 2022-10-05 09:30:25 -06:00
Storefront.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
StreamingRangeRead.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
StreamingRead.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
SubmitBackup.actor.cpp Snapshot Backup Encryption (#8095) 2022-09-29 14:45:47 -07:00
SuspendProcesses.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
TagThrottleApi.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
TargetedKill.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
TaskBucketCorrectness.actor.cpp Switch some usages of LiteralStringRef to use the _sr suffix 2022-09-30 16:04:16 -07:00
TenantEntryCacheWorkload.actor.cpp Update TenantEntryCache workload refresh to handle fault injection (#8369) 2022-09-30 15:48:40 -07:00
TenantManagementConcurrencyWorkload.actor.cpp Merge pull request #8216 from sfc-gh-ajbeamon/backup-support-for-tenants 2022-09-28 12:00:24 -07:00
TenantManagementWorkload.actor.cpp Merge pull request #8216 from sfc-gh-ajbeamon/backup-support-for-tenants 2022-09-28 12:00:24 -07:00
ThreadSafety.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
Throttling.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
Throughput.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
TimeKeeperCorrectness.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
TriggerRecovery.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
UDPWorkload.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
UnitPerf.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
UnitTests.actor.cpp Add /Atomic/DoAppendIfFits unit test 2022-09-13 11:35:39 -07:00
Unreadable.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
VersionStamp.actor.cpp Update backup to include system key ranges needed for tenants. Run simulated backup tests with tenants. 2022-09-22 10:00:13 -07:00
WatchAndWait.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
Watches.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
WatchesSameKeyCorrectness.actor.cpp Merge remote-tracking branch 'origin/main' into bugfixes/open-for-ide 2022-10-04 18:27:48 -06:00
WorkerErrors.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
WriteBandwidth.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
WriteDuringRead.actor.cpp Merge pull request #8216 from sfc-gh-ajbeamon/backup-support-for-tenants 2022-09-28 12:00:24 -07:00
WriteTagThrottling.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00