.. |
TestRunner
|
Make ctest use --crash when running simulation tests.
|
2020-05-05 03:11:09 -07:00 |
fast
|
Merge branch 'release-6.2' into release-6.3
|
2020-08-31 01:10:29 -07:00 |
python_tests
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
rare
|
Make Downgrade test rare
|
2020-07-09 17:52:41 -07:00 |
restarting
|
Bump to 5.0.0 as 4.6.4 is using version larger than hasMultiGenerationTLog()
|
2020-08-16 09:29:14 -07:00 |
slow
|
FastRestoreOldBackupTest:Revert workload time to 30s
|
2020-08-27 09:31:57 -07:00 |
status
|
Rename max_machine_failures_without_losing_X to max_zone_failures_without_losing_X in status.
|
2019-07-30 14:02:31 -07:00 |
AsyncFileCorrectness.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
AsyncFileMix.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
AsyncFileRead.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
AsyncFileReadRandom.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
AsyncFileWrite.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
BackupContainers.txt
|
Normalized all unit test names to begin with "/" if they should be included in random unit testing.
|
2018-10-05 22:09:58 -07:00 |
BandwidthThrottle.txt
|
Normalized all unit test names to begin with "/" if they should be included in random unit testing.
|
2018-10-05 22:09:58 -07:00 |
BigInsert.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
BlobStore.txt
|
Normalized all unit test names to begin with "/" if they should be included in random unit testing.
|
2018-10-05 22:09:58 -07:00 |
CMakeLists.txt
|
Bump to 5.0.0 as 4.6.4 is using version larger than hasMultiGenerationTLog()
|
2020-08-16 09:29:14 -07:00 |
CTestCustom.ctest
|
added missing files
|
2019-01-14 19:14:25 -08:00 |
ConsistencyCheck.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
DDMetricsExclude.txt
|
moved location of DDMetricsExclude test txt file
|
2019-07-11 09:56:59 -07:00 |
DataDistributionMetrics.txt
|
Fix fetchShardMetricsList_impl and add read cache in special key space
|
2020-06-12 10:12:44 -07:00 |
DiskDurability.txt
|
Merge branch 'fix-io-timeout-handling'
|
2017-05-26 18:43:08 -07:00 |
FileSystem.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
Happy.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
IncrementalDelete.txt
|
Normalized all unit test names to begin with "/" if they should be included in random unit testing.
|
2018-10-05 22:09:58 -07:00 |
KVStoreMemTest.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
KVStoreReadMostly.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
KVStoreTest.txt
|
KVStoreTest now runs sqlite and redwood tests.
|
2019-11-05 13:46:04 -08:00 |
KVStoreTestRead.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
KVStoreTestWrite.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
KVStoreValueSize.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
LayerStatusMerge.txt
|
Normalized all unit test names to begin with "/" if they should be included in random unit testing.
|
2018-10-05 22:09:58 -07:00 |
Mako.txt
|
Add a simple workload, ReportConflictingKeysWorkload, to test correctness of the API and performance overhead added to the resovler.
|
2019-12-06 16:21:03 -08:00 |
ParallelRestoreApiCorrectnessAtomicRestore.txt
|
Add ParallelRestoreOldBackupApiCorrectnessAtomicRestore.txt
|
2020-03-30 21:59:47 -07:00 |
PopulateTPCC.txt
|
Added test files and updated vsproj files
|
2020-04-06 09:53:18 -07:00 |
PureNetwork.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
RRW2500.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
RandomRead.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
RandomReadWrite.txt
|
Update RandomReadWrite.txt
|
2018-10-31 09:34:34 +08:00 |
ReadAbsent.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
ReadHalfAbsent.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
RedwoodCorrectness.txt
|
Merge branch 'release-6.2' of github.com:apple/foundationdb into feature-redwood
|
2020-02-12 16:12:57 -08:00 |
RedwoodCorrectnessBTree.txt
|
More bug fixes in handling upperBound changes in modified pages and worst-case delta size calculation. Normalized some formatting in debug statements. Fixed compile error on linux. Updated test specs.
|
2019-06-05 20:58:47 -07:00 |
RedwoodCorrectnessPager.txt
|
Added new pager interface, IPager2, whose write interface enables forcing the user to handle a page update causing a copy to a new Page ID. Implemented FIFOQueue<T> which uses pages of T stored in a Pager2 instance to implement a FIFO queue. Implemented COWPager, a copy-on-write Pager2 in which all page writes cause a change of Page ID. VersionedBTree, still only operating in single-version mode, now uses Pager2.
|
2019-08-07 02:36:33 -07:00 |
RedwoodCorrectnessUnits.txt
|
More bug fixes in handling upperBound changes in modified pages and worst-case delta size calculation. Normalized some formatting in debug statements. Fixed compile error on linux. Updated test specs.
|
2019-06-05 20:58:47 -07:00 |
RedwoodPerfPrefixCompression.txt
|
Added prefix size comparison test which generates records with a configurable prefix pattern and compares storage size between Redwood and the SQLite storage engine.
|
2019-11-17 17:53:42 -08:00 |
RedwoodPerfSequentialInsert.txt
|
Added redwood sequential insert unit test.
|
2019-12-01 23:40:59 -08:00 |
RedwoodPerfSet.txt
|
Added prefix size comparison test which generates records with a configurable prefix pattern and compares storage size between Redwood and the SQLite storage engine.
|
2019-11-17 17:53:42 -08:00 |
RedwoodPerfTests.txt
|
Merge branch 'release-6.2' of github.com:apple/foundationdb into feature-redwood
|
2020-02-12 16:12:57 -08:00 |
RocksDBTest.txt
|
Revert "Revert "Initial RocksDB""
|
2020-06-15 12:45:36 -04:00 |
SampleNoSimAttrition.txt
|
fixed indentation issues
|
2019-10-24 13:21:28 -07:00 |
SimpleExternalTest.txt
|
Fix ExternalWorkload not being a part of the old build/test system.
|
2019-06-25 21:42:35 -07:00 |
SlowTask.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
SnowflakeJenkins
|
Add sql_create_report call to generate sql file
|
2019-05-28 10:22:24 -07:00 |
SpecificUnitTest.txt
|
Add unit test for splitMutation test file
|
2020-04-01 21:27:18 -07:00 |
StorageMetricsSampleTests.txt
|
Added the function used to determin sub-ranges within a read hot shard that has a readSize-to-byteSize ratio higher than the knob value. Alos added unit tests for that function.
|
2020-01-21 11:15:52 -08:00 |
StreamingWrite.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
TPCC.txt
|
Added test files and updated vsproj files
|
2020-04-06 09:53:18 -07:00 |
ThreadSafety.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
Throttling.txt
|
Created StorageStats struct to combine health metrics for storage servers
|
2019-02-20 11:57:41 -08:00 |
TraceEventMetrics.txt
|
Normalized all unit test names to begin with "/" if they should be included in random unit testing.
|
2018-10-05 22:09:58 -07:00 |
default.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
errors.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
fail.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
killall.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
latency.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
performance-fs.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
performance.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
ping.TXT
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
pingServers.TXT
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
pt.TXT
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
randomSelector.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
selectorCorrectness.txt
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |