Neethu Haneesha Bingi
|
3ea7209013
|
Simulation changes to randomly wiggle with locality filter and review comments.
|
2021-09-30 10:00:33 -07:00 |
Neethu Haneesha Bingi
|
3e79299898
|
Locality filter support to perpetual storage wiggler feature.
|
2021-09-30 10:00:33 -07:00 |
Xiaoxi Wang
|
1730d75f73
|
change configure test
add store type check
add test file
|
2021-09-21 18:11:04 -07:00 |
Vaidas Gasiunas
|
16171d8252
|
Refactoring well-known endpoint registration
- List all well-known endpoints of FDB in a single enum
- Identify well-known endpoints by plain IDs
|
2021-09-21 11:05:31 -06:00 |
Evan Tschannen
|
df84223f5c
|
fix compiler error
|
2021-09-20 13:58:05 -07:00 |
Evan Tschannen
|
8926951a0a
|
restore the original tssMode in restarting tests
|
2021-09-20 13:58:05 -07:00 |
Xiaoge Su
|
abf73047ca
|
Enforce std:: specifier rather than using namespace
|
2021-09-16 19:40:28 -07:00 |
Josh Slocum
|
5728c97fd0
|
fixing tss enablement with fault injections
|
2021-09-15 09:26:19 -06:00 |
Josh Slocum
|
9992a7b33f
|
Added StorageMigrationType and cli commands
|
2021-09-14 09:55:41 -05:00 |
Neethu Haneesha Bingi
|
0fd4cc14d7
|
Disable rocksdb in simulation to unblock CI.
|
2021-09-13 16:17:44 -07:00 |
Neethu Haneesha Bingi
|
627ef2e739
|
Enable rocksdb storage in simulation with some simulation fixes.
|
2021-09-10 11:11:29 -07:00 |
Chaoguang Lin
|
b9e4bb7217
|
Fix reading the disableTss option
|
2021-09-03 12:47:02 -07:00 |
Daniel Smith
|
8bde0b3136
|
Disable RocksDB storage engine in simulation
|
2021-08-23 14:56:13 -04:00 |
sfc-gh-tclinkenbeard
|
bd5a87e0e3
|
Fix TestConfig::ConfigBuilder::trace_visitor::operator()(Optional<std::vector<int>> const* val)
|
2021-08-09 10:04:35 -07:00 |
sfc-gh-tclinkenbeard
|
f6b6e11d6a
|
Support randomizing configuration database type in simulation
|
2021-08-09 10:04:35 -07:00 |
sfc-gh-tclinkenbeard
|
82546853c0
|
Rename UseConfigDB to ConfigDBType
|
2021-08-09 10:04:35 -07:00 |
sfc-gh-tclinkenbeard
|
cdbcb69d86
|
Add configuration database type to ISimulator
|
2021-08-09 10:04:35 -07:00 |
sfc-gh-tclinkenbeard
|
7deb339a0c
|
Added ConfigIncrement.toml test
|
2021-08-09 10:04:35 -07:00 |
Steve Atherton
|
e9c3da1f0f
|
Disable rocksdb selection for VALGRIND builds.
|
2021-08-02 13:47:37 -07:00 |
Steve Atherton
|
507c1f11e3
|
Add .log() to bare TraceEvent() invocations without any .detail()s to avoid clang-tidy warning about immediate destruction of object without use.
|
2021-07-26 19:55:10 -07:00 |
Sajjad Rahnama
|
d36b5d62df
|
Fault Injection Active/Deactivation - Edit TSS mode set_config
|
2021-07-26 10:41:17 -07:00 |
Sajjad Rahnama
|
e04646e267
|
Fault Injection Active/Deactivation
|
2021-07-23 16:28:20 -07:00 |
Daniel Smith
|
66883e5f1c
|
Disable the RocksDB engine in simulation in restarting tests or when it isn't built
|
2021-07-16 12:51:38 -04:00 |
Daniel Smith
|
0f99d449fc
|
Revert "Merge pull request #5194 from apple/revert-5144-rocksdb-in-simulation"
This reverts commit 8ecff8c730, reversing
changes made to c8e18f99f0.
|
2021-07-16 12:01:01 -04:00 |
Evan Tschannen
|
b7b845dab8
|
Revert "RocksDB in simulation"
|
2021-07-15 16:41:33 -07:00 |
Daniel Smith
|
ac46992120
|
Add warn trace event about non-determinism
|
2021-07-13 12:25:11 -04:00 |
Daniel Smith
|
0613ff892f
|
Enable RocksDB in simulation
|
2021-07-13 12:25:11 -04:00 |
sfc-gh-tclinkenbeard
|
3d0536dcec
|
Improve safety of backup agent poll delay
|
2021-07-05 13:22:31 -07:00 |
Evan Tschannen
|
fcb8bd6475
|
Revert "Make the sim2 run loop match the behavior of the net2 run loop."
|
2021-06-22 14:50:01 -07:00 |
Evan Tschannen
|
154332a94b
|
Merge branch 'master' of https://github.com/apple/foundationdb into feature-sim-time-batching
# Conflicts:
# fdbserver/VersionedBTree.actor.cpp
|
2021-06-22 09:37:40 -07:00 |
Markus Pilman
|
c47644f055
|
Merge pull request #5012 from sfc-gh-jfu/jfu-configure-sim-cluster
Modularize generateNormalConfig code to improve readability
|
2021-06-21 15:02:57 -06:00 |
Jon Fu
|
c0a9ad6c9e
|
fix signatures and missing references
|
2021-06-18 14:54:33 -04:00 |
Jon Fu
|
666305dabe
|
remove broken include
|
2021-06-18 14:43:21 -04:00 |
Jon Fu
|
f23d2bd603
|
factor out chunks of generateNormalConfig for readability and modularization
|
2021-06-18 14:35:51 -04:00 |
sfc-gh-tclinkenbeard
|
826e70916c
|
Merge remote-tracking branch 'origin/master' into config-db
|
2021-06-17 09:47:41 -07:00 |
Jon Fu
|
83c703d10b
|
Merge branch 'master' of github.com:apple/foundationdb into jfu-configure-sim-cluster
|
2021-06-16 16:58:43 -04:00 |
Jon Fu
|
90be55537c
|
initial commit
|
2021-06-16 16:58:32 -04:00 |
Markus Pilman
|
05aea49d16
|
Merge pull request #4986 from sfc-gh-mpilman/bugfixes/double-ss
Bugfixes/double ss
|
2021-06-16 14:43:32 -06:00 |
Markus Pilman
|
9a24a57007
|
refactor templates to make them more readable and reusable
|
2021-06-16 10:46:21 -06:00 |
Markus Pilman
|
56eaf1bc83
|
added comments
|
2021-06-15 16:49:27 -06:00 |
Markus Pilman
|
c6f47c1f15
|
Fixed segfault with simple mode
|
2021-06-15 16:00:19 -06:00 |
sfc-gh-tclinkenbeard
|
41c790b299
|
Merge remote-tracking branch 'origin/master' into config-db
|
2021-06-10 22:31:23 -07:00 |
sfc-gh-tclinkenbeard
|
13ee24f464
|
Add UseConfigDB class
|
2021-06-10 20:57:50 -07:00 |
Josh Slocum
|
59726545a4
|
TSS downgrade changes
|
2021-06-10 19:30:45 +00:00 |
Evan Tschannen
|
08a5f17660
|
Merge branch 'master' of https://github.com/apple/foundationdb into feature-sim-time-batching
# Conflicts:
# fdbserver/DataDistribution.actor.cpp
|
2021-06-08 10:04:06 -07:00 |
sfc-gh-tclinkenbeard
|
743691f3cd
|
Disable configuration database in simulation by default
|
2021-06-06 09:00:00 -07:00 |
Xiaoxi Wang
|
838d847d4e
|
Merge pull request #4860 from sfc-gh-xwang/ppwtest
implement perpetual storage wiggling feature
|
2021-06-04 16:18:39 -07:00 |
Josh Slocum
|
aca3941519
|
found bug in detecting first test in restart
|
2021-06-02 20:40:00 +00:00 |
sfc-gh-tclinkenbeard
|
a775f92fca
|
Merge remote-tracking branch 'origin/master' into config-db
|
2021-06-01 15:39:34 -07:00 |
Xiaoxi Wang
|
8b9c8b33fc
|
manually merge with master
|
2021-06-01 17:51:42 +00:00 |