Peter Dillinger
80ac7412b5
Polish/deflake BackupEngineTest.FileCollision (#9257)
Summary:
Use smaller and more predictable behaviors
Pull Request resolved: https://github.com/facebook/rocksdb/pull/9257
Test Plan:
gtest-parallel --repeat=N ./backupable_db_test --gtest_filter=BackupEngineTest.FileCollision
before (N=50) we see inconsistent sets of SST files
$ find /dev/shm/rocksdb_blah/ | grep -o '/00.*sst' | grep -o '^[^_]*' | sort | uniq -c
49 /000009
3 /000010
1 /000010.sst
49 /000012
3 /000013
1 /000013.sst
49 /000015
2 /000016
1 /000016.sst
22 /000018
2 /000019
1 /000019.sst
29 /000020
11 /000021
2 /000021.sst
46 /000022
2 /000022.sst
4 /000023
1 /000023.sst
27 /000025
And after (N=5000) we see
$ find /dev/shm/rocksdb_blah/ | grep -o '/00.*sst' | grep -o '^[^_]*' | sort | uniq -c
10000 /000009
10000 /000012
5000 /000015
Reviewed By: ajkr
Differential Revision: D32888393
Pulled By: pdillinger
fbshipit-source-id: 5bfd075b3184bb66c5613758a53f431c406e9808
2021-12-08 21:57:46 -08:00
..
2021-12-08 21:57:46 -08:00
2021-11-03 12:21:27 -07:00
2021-11-29 09:53:07 -08:00
2021-11-03 12:21:27 -07:00
2021-08-06 08:27:25 -07:00
2021-01-25 22:09:11 -08:00
2020-02-20 12:09:57 -08:00
2021-04-22 20:43:54 -07:00
2021-09-07 11:31:59 -07:00
2021-07-23 08:38:45 -07:00
2021-07-30 12:16:44 -07:00
2021-09-07 13:05:23 -07:00
2021-08-11 19:32:46 -07:00
2021-09-28 05:32:02 -07:00
2021-09-10 10:00:26 -07:00
2021-12-02 11:45:39 -08:00
2021-09-29 04:04:40 -07:00
2021-11-18 11:53:09 -08:00
2021-10-07 11:42:31 -07:00
2021-10-11 13:05:35 -07:00
2021-10-07 11:42:31 -07:00
2021-08-06 08:27:25 -07:00
2020-10-28 10:12:58 -07:00
2021-10-29 08:19:03 -07:00
2021-10-29 08:19:03 -07:00
2021-09-01 14:28:58 -07:00
2020-02-20 12:09:57 -08:00
2021-03-19 11:44:13 -07:00
2020-07-28 22:59:48 -07:00
2021-11-02 09:07:11 -07:00
2021-11-02 09:07:11 -07:00
2021-10-11 16:23:18 -07:00
2021-10-11 16:23:18 -07:00
2021-11-03 12:21:27 -07:00
2021-11-03 12:21:27 -07:00
2021-11-08 10:27:27 -08:00
2021-11-08 10:27:27 -08:00
2021-08-06 08:27:25 -07:00
2021-08-06 08:27:25 -07:00
2021-09-10 05:21:04 -07:00
2021-09-10 05:21:04 -07:00
2020-02-20 12:09:57 -08:00
2021-09-28 05:32:02 -07:00