Commit Graph

12857 Commits

Author SHA1 Message Date
Richard Chen 847b7246e7 comment checksum functions 2020-10-19 21:39:51 +00:00
Richard Chen c84a5f4014 change IChecksum interface and remove coordinator protocol version optional 2020-10-19 21:39:07 +00:00
Richard Chen d19918de42 change IChecksum interface and remove coordinator protocol version optional 2020-10-19 21:34:31 +00:00
Richard Chen 340e21fa93 fix unfixed conflicts again 2020-10-19 17:03:44 +00:00
Richard Chen 156f0f2016 fix unfixed conflict 2020-10-19 17:01:38 +00:00
Richard Chen f2a8687c7c fix merge conflicts 2020-10-19 17:00:41 +00:00
Richard Chen b0668533eb fix merge conflicts 2020-10-19 16:58:55 +00:00
Richard Chen a4ccf8c5b6 add checksum class to change checksum in the future. expose get server protocol api 2020-10-19 16:57:11 +00:00
Richard Chen 545ee4269d master conflicts 2020-10-19 01:03:54 +00:00
Richard Chen 1c533e7363 fix flowtransport conflicts 2020-10-19 01:00:03 +00:00
Trevor Clinkenbeard 053cbc2369
Merge pull request #3846 from sfc-gh-tclinkenbeard/add-upgrade-and-backup-restore-test
Add UpgradeAndBackupRestore test
2020-10-18 16:09:00 -07:00
sfc-gh-tclinkenbeard 73f7888c21 Fix description override for SubmitBackup and RestoreBackup workloads 2020-10-17 12:24:00 -07:00
sfc-gh-tclinkenbeard c1d88b39ab Merge remote-tracking branch 'origin/master' into add-upgrade-and-backup-restore-test 2020-10-17 11:35:12 -07:00
Vishesh Yadav 7955442597
Merge pull request #3915 from xumengpanda/mengxu/mute-fr-test
Port PR #3914 from 6.3 to master
2020-10-15 17:03:47 -07:00
Meng Xu c51c3e4ef1 CMakeList: Ignore ParallelRestoreOldBackupApiCorrectnessAtomicRestore test 2020-10-15 16:05:22 -07:00
Meng Xu 7102f8f11e test:Mute ParallelRestoreOldBackupApiCorrectnessAtomicRestore
Temporarily mute ParallelRestoreOldBackupApiCorrectnessAtomicRestore.toml test.
This only reduces the test for the fast restore on old backup format.
2020-10-15 15:44:29 -07:00
Meng Xu 27b239df73 Merge branch 'master' of https://github.com/apple/foundationdb 2020-10-15 15:42:38 -07:00
Andrew Noyes 38b99749c0
Merge pull request #3913 from sfc-gh-tclinkenbeard/make-getdesiredclusterkeyname-const
Make getDesiredClusterKeyName const
2020-10-15 11:31:30 -07:00
sfc-gh-tclinkenbeard 0718329705 Make getDesiredClusterKeyName const
This fixes a virtual function overload in NameQuorumChange
2020-10-15 10:39:38 -07:00
Markus Pilman 5f1ee16706
Merge pull request #3890 from sfc-gh-tclinkenbeard/exclude-flowbench-from-all
Exclude flowbench target from all
2020-10-15 11:22:30 -06:00
Trevor Clinkenbeard 24ea35e56f
Merge pull request #3748 from sfc-gh-ljoswiak/visibility-2
Add TLogVersion::V6
2020-10-14 17:35:32 -07:00
Lukas Joswiak e47e0108a7 Add new TLogVersion 2020-10-14 15:41:10 -07:00
Lukas Joswiak 2cdbf29a47 Fix formatting 2020-10-14 15:34:13 -07:00
Andrew Noyes b2d9b93243
Merge pull request #3847 from sfc-gh-tclinkenbeard/refactor-workloads
Modernize TestWorkload overrides
2020-10-14 15:07:03 -07:00
Andrew Noyes a1e868a569
Merge pull request #3862 from sfc-gh-tclinkenbeard/use-override-more
Add uses of override keyword, remove unnecessary uses of virtual
2020-10-14 15:06:45 -07:00
A.J. Beamon 0e0ef6c773
Merge pull request #3841 from oleg68/osamarin14
Unable to restart foundationdb after fdbmonitor has died #3838
2020-10-14 13:17:51 -07:00
Jingyu Zhou c79f88cf04
Merge pull request #3875 from sfc-gh-tclinkenbeard/add-incremental-backup-retry
Added retry loop for getReadVersion in IncrementalBackupWorkload
2020-10-14 12:46:51 -07:00
Xin Dong a145601a37
Merge pull request #3903 from jzhou77/refactor
Add more comments and refactor for SkipList
2020-10-14 11:19:21 -07:00
sfc-gh-tclinkenbeard ae0bc4c85e Replace virtual with override in SimpleAtomicAddWorkload 2020-10-14 09:56:13 -07:00
Oleg Samarin 9adeff4a9a
Update documentation/sphinx/source/configuration.rst
Added a newline to doc

Co-authored-by: A.J. Beamon <ajbeamon@users.noreply.github.com>
2020-10-14 19:39:57 +03:00
sfc-gh-tclinkenbeard c7694e7b50 Merge remote-tracking branch 'origin/master' into refactor-workloads 2020-10-14 09:21:47 -07:00
Oleg Samarin bfcf921c3e
Apply suggestions from code review
Missing some colons in doc links

Co-authored-by: A.J. Beamon <ajbeamon@users.noreply.github.com>
2020-10-14 19:16:30 +03:00
sfc-gh-tclinkenbeard 7ef8ceffcc Merge remote-tracking branch 'origin/master' into add-incremental-backup-retry 2020-10-14 09:02:34 -07:00
Oleg Samarin d67fc569b1
Apply suggestions from code review
Spellcheck corrections in the doc

Co-authored-by: A.J. Beamon <ajbeamon@users.noreply.github.com>
2020-10-14 10:18:15 +03:00
Andrew Noyes a5b8d3a51a
Merge pull request #3843 from sfc-gh-ljoswiak/c-api-unit-tests
Add C API unit tests
2020-10-13 15:18:15 -07:00
Lukas Joswiak 1975a2847c Check watch up updating value 2020-10-13 14:41:30 -07:00
Lukas Joswiak d90a2c7f0e Fix flaky tests 2020-10-13 13:46:15 -07:00
Lukas Joswiak 4ad2947a39 Replace key_size function 2020-10-13 13:34:15 -07:00
Jingyu Zhou 1de38d3970
Merge pull request #3901 from sfc-gh-anoyes/anoyes/fix-clang-11-warning
Fix clang11 warning
2020-10-13 13:00:00 -07:00
Jingyu Zhou 2bac64edc7 Add more comments and refactor for SkipList
There are no functional changes.
2020-10-13 12:55:08 -07:00
Lukas Joswiak 9ec1f84a9b Replace key macro with function 2020-10-13 12:36:47 -07:00
Meng Xu 9a169a5f97
Merge pull request #3902 from sfc-gh-tclinkenbeard/remove-unnecessary-comment
Removed unnecessary comment
2020-10-13 11:29:11 -07:00
sfc-gh-tclinkenbeard 4cbff14fcc Removed unnecessary comment 2020-10-13 10:43:57 -07:00
Lukas Joswiak 8b2ec93ab2 Fix reverse iteration issue 2020-10-13 10:42:55 -07:00
Andrew Noyes 54d5f6562e Fix clang11 warning
Apparently clang11 warns if you pass uninitialized memory to a function
accepting a const reference. Seems fair. This change doesn't actually
fix any bugs, but it silences the warning.
2020-10-13 17:27:55 +00:00
Andrew Noyes bbc6d2aa03
Merge pull request #3872 from sfc-gh-clin:add-lock-unlock-to-special-keys
Add lock/unlock to special keys
2020-10-13 09:09:49 -07:00
Steve Atherton 69c6b2aa3b
Merge pull request #3888 from dongxinEric/bugfix/3885/fix-silient-se-commit-failure
Fix a silent commit failure in SS commit pipeline
2020-10-13 02:11:15 -07:00
Lukas Joswiak 6aa199b9a2 Add fdb_transaction_add_conflict_range unit test 2020-10-12 16:41:09 -07:00
Trevor Clinkenbeard cb663cc490
Merge pull request #3893 from sfc-gh-jfu/jfu-ibackup-correctness
Fix correctness for IncrementalBackup workload
2020-10-12 16:28:58 -07:00
Richard Chen 4eb20a1283 merge anoyes/stable-interface and add back in isCompatible 2020-10-12 20:39:37 +00:00