Commit Graph

16137 Commits

Author SHA1 Message Date
Hao Fu a6b22ca976
Merge pull request #5204 from hfu5/m-mt
Setup cycleTest in the same txn
2021-07-16 18:15:07 -07:00
hao fu 492722b719 Setup cycleTest in the same txn
In order to have multiple threads running against same cluster, this has to be done.
2021-07-16 17:23:25 -07:00
Hao Fu d003e3e5aa
Merge pull request #5197 from hfu5/sb-master
Add SidebandMultiThreadClientTest
2021-07-16 11:41:53 -07:00
Evan Tschannen e1f27e1cc9
Merge pull request #5193 from sfc-gh-etschannen/fix-reply-promise-stream-local-delivery
fix: reply promise streams could receive messages out of order when using local delivery
2021-07-16 11:16:05 -07:00
hao fu ba3e6ecb8c Add SidebandMultiThreadClientTest
This test validates causal consistency for multi-threaded client
2021-07-16 09:45:49 -07:00
Evan Tschannen 03a01d5eb8 Merge branch 'master' of https://github.com/apple/foundationdb into fix-reply-promise-stream-local-delivery 2021-07-15 16:48:17 -07:00
Evan Tschannen 8ecff8c730
Merge pull request #5194 from apple/revert-5144-rocksdb-in-simulation
Revert "RocksDB in simulation"
2021-07-15 16:46:47 -07:00
Evan Tschannen b7b845dab8
Revert "RocksDB in simulation" 2021-07-15 16:41:33 -07:00
Evan Tschannen a5e0e88df8 fix: reply promise streams could receive messages out of order if the sender and receiver were the same process 2021-07-15 15:27:49 -07:00
Chaoguang Lin c8e18f99f0
Merge pull request #5185 from sfc-gh-clin/extend-fdbclient-test-for-multiple-processes
Extend cmake fdbclient_test for multiple processes
2021-07-15 14:34:04 -07:00
Daniel Smith 4c1288faa7
Merge pull request #5144 from Daniel-B-Smith/rocksdb-in-simulation
RocksDB in simulation
2021-07-15 16:00:09 -04:00
Chaoguang Lin 3552080266 Update some comments of the change 2021-07-15 16:38:04 +00:00
A.J. Beamon b4d8940bf2
Merge pull request #5175 from sfc-gh-ajbeamon/make-fdbmonitor-ids-section-unique
Make fdbmonitor IDs unique per section rather than globally unique
2021-07-15 11:19:45 -04:00
Chaoguang Lin 4659c028f5 Add test coverage for coordinators command 2021-07-15 08:18:37 +00:00
Chaoguang Lin 07882d809d Add test coverage for exclude command 2021-07-15 07:19:25 +00:00
Chaoguang Lin 5e83281742 Add the option to customize add_fdbclient_test timeout time 2021-07-15 06:55:54 +00:00
Hao Fu c354543f74
Merge pull request #5184 from hfu5/cp2 2021-07-14 19:41:44 -04:00
Chaoguang Lin 932058e64b Add tests for fdbcli commands running against multi-process cluster 2021-07-14 22:37:07 +00:00
Chaoguang Lin a3ae0c26ca Add comments, fix foundationdb.conf template 2021-07-14 22:36:17 +00:00
Chaoguang Lin 063de7d7fc Remove unnecessay change, fix bug 2021-07-14 21:26:54 +00:00
Chaoguang Lin c6a01d3976 Set process_number=1 for TempCluster 2021-07-14 21:21:52 +00:00
Chaoguang Lin b5629bc014 Add default value for process_number in the constructor of TempCluster 2021-07-14 20:58:20 +00:00
Chaoguang Lin 41a9470058 Add comments, remove debugging info 2021-07-14 20:24:16 +00:00
Chaoguang Lin 1e3d3811cc Merge branch 'master' of github.com:apple/foundationdb into extend-fdbclient-test-for-multiple-processes 2021-07-14 20:20:39 +00:00
Chaoguang Lin 368657623a Extend add_fdbclient_test to support multiple processes' cluster 2021-07-14 20:17:12 +00:00
Trevor Clinkenbeard a6f57d181c
Merge pull request #5089 from sfc-gh-tclinkenbeard/fix-ub
Enable UB to fail tests in ctest when using UBSAN
2021-07-14 12:58:56 -07:00
Hao Fu 19d86efa7a Cherry pick 871b098e95 from 6.3
Change the version to 710.

Add CycleMultiClientIntegrationTest
2021-07-14 15:36:53 -04:00
Lukas Joswiak 543bbdeffd
Merge pull request #5180 from sfc-gh-ljoswiak/fixes/logsystem-invalid-read
Fix invalid read in TagPartitionedLogSystem
2021-07-14 11:13:02 -07:00
sfc-gh-tclinkenbeard 475abe301c Merge remote-tracking branch 'origin/master' into fix-ub 2021-07-14 10:47:02 -07:00
A.J. Beamon 5832e61c0c Make fdbmonitor IDs unique per section rather than globally unique 2021-07-13 16:13:48 -04:00
Daniel Smith ed35df9a00 Add comment explaining coro threads 2021-07-13 14:56:23 -04:00
Lukas Joswiak 5338251946 Fix invalid read 2021-07-13 10:44:37 -07:00
A.J. Beamon e0f3b2718a
Merge pull request #5170 from sfc-gh-ajbeamon/comment-wording-fix
Change some misleading wording in an fdbmonitor comment
2021-07-13 13:09:26 -04:00
Markus Pilman 3169f8d25b
Merge pull request #5104 from sfc-gh-ljoswiak/fixes/remote-satellite-determinism
Disable recruitment determinism check for configurations with remote satellites
2021-07-13 10:57:38 -06:00
Daniel Smith ac46992120 Add warn trace event about non-determinism 2021-07-13 12:25:11 -04:00
Daniel Smith 4e16e2552b Even smaller memtable 2021-07-13 12:25:11 -04:00
Daniel Smith 6e0bfba745 Don't use the RocksDB engine with snapshot tests 2021-07-13 12:25:11 -04:00
Daniel Smith 0613ff892f Enable RocksDB in simulation 2021-07-13 12:25:11 -04:00
Russell Sears c42815f15f
Merge pull request #5127 from vishesh/cherrypick
Making it possible to run a multiple-cluster Java integration test (cherry-pick of #4456 from 6.3)
2021-07-13 09:14:20 -07:00
Markus Pilman fb08331156
Merge pull request #5166 from apple/anoyes/fix-binding-tester
Value should not be present for ENABLE_RUN_LOOP_PROFILING
2021-07-13 09:41:57 -06:00
A.J. Beamon 748f5d3c9e
Merge pull request #5169 from PierreZ/fix/compile_commands
fix compile commands for IDE
2021-07-13 10:05:22 -04:00
A.J. Beamon c49a095677 Remove some misleading wording 2021-07-13 09:15:54 -04:00
Pierre Zemb 4b58dbf68e
fix compile commands for IDE 2021-07-13 14:34:24 +02:00
Trevor Clinkenbeard f914574f47
Merge pull request #5154 from sfc-gh-tclinkenbeard/send-serverdbinfo-updates-to-coord
Add LowLatencySingleClog test
2021-07-12 19:26:40 -07:00
sfc-gh-tclinkenbeard 4ce6b8eea1 Disable LowLatencySingleClog test 2021-07-12 17:18:29 -07:00
Andrew Noyes 4059215180 Value should not be present for ENABLE_RUN_LOOP_PROFILING
This fixes an unintentional change from
79ff07a071. I reviewed other options
changed in that commit and this was the only one of its kind.
2021-07-12 16:07:56 -07:00
Xiaoxi Wang 5eb1eddcb9
Merge pull request #5164 from sfc-gh-xwang/ppwiggle
Cherry-pick #5156 “Fix perpetual wiggle AddressExclusion bug and relax pause condition“
2021-07-12 15:04:53 -07:00
Markus Pilman ba5c2b647c
Merge pull request #5158 from sfc-gh-tclinkenbeard/use-variant-for-erroror
Use std::variant for ErrorOr implementation
2021-07-12 15:35:19 -06:00
Steve Atherton 9fd5f54992
Merge pull request #5142 from Daniel-B-Smith/threads-in-simulation
Enable IThreadPool in simulation
2021-07-12 14:24:34 -07:00
Jingyu Zhou 741c46f344
Merge pull request #5145 from nblintao/fix-printable
Fix printable bytes that may be escaped incorrectly
2021-07-12 13:51:37 -07:00