A.J. Beamon
|
b2ef6e1358
|
Add missing available_bytes fields to test status schemas
|
2018-03-09 14:17:20 -08:00 |
Alec Grieser
|
0bae9880f1
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
Alec Grieser
|
e104c21160
|
tweaks to fix some places where python format rewrite looked kind of bad
|
2018-02-07 16:59:59 -08:00 |
Alec Grieser
|
57986cfe00
|
format python files to be roughtly pep8 compliant
|
2018-01-24 19:06:58 -08:00 |
Stephen Atherton
|
7db7a51440
|
Changes to backup folder structure in BackupContainerBlobStore at the top level inside the backup bucket. All data files now live under data/<backup_name> and there is an 'index' at backups/<backup_name> which indicates what backups exist. Backup names can now contain '/' characters.
|
2018-01-23 11:46:16 -08:00 |
Evan Tschannen
|
b78e0a362a
|
fix: do not pause when running multiple backup tests simultaneously
|
2018-01-18 12:24:33 -08:00 |
Stephen Atherton
|
b86f68ceb8
|
Added new test that combines atomic backup/restore. Added randomization to delays in AtomicRestore workload.
|
2018-01-05 14:43:21 -08:00 |
A.J. Beamon
|
5015119115
|
Generalize the message that gets displayed in status if a cluster file's contents are incorrect.
|
2018-01-05 10:29:47 -08:00 |
Stephen Atherton
|
371dee70e6
|
Improved backup folder structure to be shallower but spread files more uniformly and make each folder's entries lexically sort into version order regardless of numeric length. Improved backup container test to use a random version multiplier on the file versions created in order to test a wide range of versioned folder paths.
|
2018-01-02 23:22:35 -08:00 |
Evan Tschannen
|
86958cb08d
|
Merge pull request #226 from cie/fix-taskBucket-unblockFuture
Modify TaskBucketCorrectness to support chain and multiple tasks
|
2017-12-20 18:00:54 -08:00 |
Yichi Chiang
|
91e5abeaa6
|
Modify TaskBucketCorrectness to support chain and multiple tasks
|
2017-12-20 17:02:49 -08:00 |
Stephen Atherton
|
47a9a7ab0e
|
Finished backup container discovery / listing via base URL.
|
2017-12-12 17:44:03 -08:00 |
A.J. Beamon
|
7cf17df821
|
Merge branch 'master' into log-group-for-unsupported-clients
# Conflicts:
# flow/Net2.actor.cpp
# tests/fast/SidebandWithStatus.txt
# tests/rare/LargeApiCorrectnessStatus.txt
# tests/slow/DDBalanceAndRemoveStatus.txt
|
2017-11-01 11:31:02 -07:00 |
A.J. Beamon
|
fcbeea104f
|
Update documentation and tests with new connected_clients status schema
|
2017-11-01 11:25:50 -07:00 |
Balachandar Namasivayam
|
cfefab18fb
|
Merge branch 'master' into add-new-atomic-ops
|
2017-10-25 18:03:34 -07:00 |
Balachandar Namasivayam
|
2f6d55a52f
|
Add correctness tests for all atomic ops
|
2017-10-25 13:36:49 -07:00 |
Evan Tschannen
|
48901a9223
|
added a list of tlog IDs that are missing to status
|
2017-10-24 16:28:50 -07:00 |
Balachandar Namasivayam
|
eeebf10030
|
Modified existing behavior of MIN and AND atomic ops. The new behavior results in a 'SET' if the atomic op is performed on a non -existing key.
Added new atomic ops ByteMin and ByteMax that does lexicographic comparison of byte strings.
|
2017-10-10 13:02:22 -07:00 |
Alex Miller
|
11668bb359
|
Fixing code review comments.
|
2017-09-29 15:58:36 -07:00 |
Alex Miller
|
9cb478be6d
|
Add a VersionStamp+BackupToDBAbort test that fails.
|
2017-09-29 15:58:36 -07:00 |
Alex Miller
|
69523ce151
|
Hackish version of a test, but it does fail.
|
2017-09-29 15:58:36 -07:00 |
Yichi Chiang
|
d4f75630de
|
Support log group field in status json
|
2017-09-28 16:31:29 -07:00 |
Bhaskar Muppana
|
0f8ff26029
|
Merge pull request #158 from bmuppana/master
<rdar://problem/34557380> Need a way to map real time to version
|
2017-09-27 17:56:42 -07:00 |
Bhaskar Muppana
|
0bf5bdb23a
|
<rdar://problem/34557380> Need a way to map real time to version
|
2017-09-25 12:51:37 -07:00 |
Evan Tschannen
|
e8b895c878
|
added the ability to disable connection failures for a period of time after one happens
|
2017-09-18 12:46:29 -07:00 |
Evan Tschannen
|
489332533c
|
all timeouts longer than two minutes have been can be lowered to 60.0 with buggification
added a workload that tries for a 50 second maximum latency in the presence of one failure with both buggification and connection failures
|
2017-09-18 11:04:51 -07:00 |
Evan Tschannen
|
34f987f56d
|
added a test in simulation which ensures that a recovery after a single failure takes less than 15 seconds
|
2017-09-15 17:55:01 -07:00 |
A.J. Beamon
|
560e172c46
|
tests: Update binding single key get range performance test to specify a limit of 2 and use exact mode.
|
2017-09-01 12:36:24 -07:00 |
Alec Grieser
|
1ef77ef99a
|
java tester support on release-5.0
|
2017-07-17 16:42:50 -07:00 |
Evan Tschannen
|
2d0dbd57e8
|
randomized the delays in atomic switchover workload
|
2017-06-01 12:08:21 -07:00 |
Evan Tschannen
|
1626e16377
|
Merge branch 'release-4.6' into release-5.0
|
2017-05-31 16:23:37 -07:00 |
Stephen Atherton
|
98604d33a0
|
Merge branch 'fix-io-timeout-handling'
# Conflicts:
# fdbrpc/AsyncFileKAIO.actor.h
# fdbrpc/sim2.actor.cpp
# fdbserver/KeyValueStoreSQLite.actor.cpp
# fdbserver/optimisttest.actor.cpp
# fdbserver/worker.actor.cpp
# fdbserver/workloads/MachineAttrition.actor.cpp
# tests/fast/SidebandWithStatus.txt
# tests/rare/LargeApiCorrectnessStatus.txt
# tests/slow/DDBalanceAndRemoveStatus.txt
|
2017-05-26 18:43:08 -07:00 |
FDB Dev Team
|
a674cb4ef4
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |