Markus Pilman
828d15907e
Merge pull request #7798 from sfc-gh-mdvorsky/mdvorsky/unittests_in_joshua
...
Add unit tests to the correctness package
2022-08-08 11:23:22 -06:00
Marian Dvorsky
e88947cdf6
Remove non-existing unittest
2022-08-05 21:57:22 +02:00
A.J. Beamon
ff23d5994e
Merge pull request #7729 from sfc-gh-ajbeamon/feature-metacluster
...
Metacluster
2022-08-04 15:29:44 -07:00
Josh Slocum
b1ff8b8340
Merge pull request #7753 from sfc-gh-jslocum/cf_op_chaos
...
Add Chaos to Change Feed Operations test
2022-08-02 09:04:38 -05:00
A.J. Beamon
1b693a588a
Merge branch 'main' into feature-metacluster
2022-08-01 14:43:14 -07:00
Josh Slocum
83806b4a31
disable movekeys granule test and shift other granule tests around
2022-08-01 14:48:38 -05:00
Andrew Noyes
1558edce8c
Python_EXECUTABLE to Python3_EXECUTABLE
2022-07-29 14:57:29 -07:00
A.J. Beamon
8b7b6d1d4c
Various cleanup; change some test parameters; add a test for metacluster management operations
2022-07-29 09:24:06 -07:00
A.J. Beamon
e8e4f3ad3a
Merge branch 'main' into feature-metacluster
...
# Conflicts:
# fdbclient/include/fdbclient/Tenant.h
2022-07-28 16:53:29 -07:00
Junhyun Shim
c6342a6e5b
Merge branch 'main' into features/authz
2022-07-27 20:51:32 +02:00
A.J. Beamon
7c6b3fb0b8
Merge branch 'main' into feature-metacluster
2022-07-27 08:55:10 -07:00
Josh Slocum
2190ceb003
Adding chaos to ChangeFeedOperations
2022-07-27 08:34:11 -05:00
Junhyun Shim
e2a3fedfc7
Merge branch 'main' into features/authz
2022-07-27 00:08:57 +02:00
Josh Slocum
0609aa57d1
Merge branch 'main' into improved_cf_testing
2022-07-26 16:44:13 -05:00
A.J. Beamon
41c1bef3bf
Merge branch 'feature-tenant-groups' into feature-metacluster
2022-07-22 14:26:02 -07:00
He Liu
7a8be255cd
Ss shard management ( #7340 )
...
* Storage server shard management with physical shards.
* Cleanup.
* Resolved comments.
* Added `UnlimintedCommitBytes`.
Co-authored-by: He Liu <heliu@apple.com>
2022-07-22 09:30:44 -07:00
Josh Slocum
3f8f44dd16
Merge branch 'main' into improved_cf_testing
2022-07-20 08:19:52 -05:00
A.J. Beamon
3ceb2a0639
Merge branch 'main' into feature-metacluster
2022-07-19 13:04:54 -07:00
Trevor Clinkenbeard
1eec6f993d
Merge pull request #7572 from sfc-gh-akejriwal/tenantquota
...
Introduce storage quotas per tenant
2022-07-18 20:00:22 -07:00
A.J. Beamon
860d3843cc
Merge remote-tracking branch 'origin/feature-tenant-groups' into feature-metacluster
2022-07-16 19:33:26 -07:00
Ata E Husain Bohra
24b2de8de8
BlobFile Encryption and compression support
...
Description
Testing
2022-07-14 17:04:14 -07:00
Ankita Kejriwal
bb05321d24
Introduce storage quotas per tenant.
...
This change adds:
* ability to store the mapping from tenants to quota in the system keyspace,
* a setter and getter function
* a new workload to test this functionality
FDBCORE-2437
2022-07-14 16:35:12 -07:00
A.J. Beamon
cb499fa5db
Merge branch 'main' into feature-metacluster
2022-07-13 15:28:34 -07:00
Josh Slocum
142ed7713e
Initial version of ChangeFeedOperations workload
2022-07-13 11:16:53 -05:00
Markus Pilman
2edbcf2c65
Merge pull request #44 from apple/main
...
Merge main
2022-07-12 07:51:22 -06:00
Josh Slocum
9831be866f
Adding RandomMoveKeys blob granule cycle test and moving lower value fast/ tests to rare/
2022-07-11 15:49:55 -05:00
He Liu
bc5bfaffda
Shard based move ( #6981 )
...
* Shard based move.
* Clean up.
* Clear results on retry in getInitialDataDistribution.
* Remove assertion on SHARD_ENCODE_LOCATION_METADATA for compatibility.
* Resolved comments.
Co-authored-by: He Liu <heliu@apple.com>
2022-07-07 20:49:16 -07:00
A.J. Beamon
aea4d802c6
Merge branch 'main' into feature-metacluster
2022-06-30 15:08:09 -07:00
sfc-gh-tclinkenbeard
72f5335460
Remove TPCC workloads
2022-06-29 22:31:56 -07:00
A.J. Beamon
e1a93988ef
Merge branch 'main' into feature-metacluster
2022-06-28 14:58:07 -07:00
Markus Pilman
9d16260822
Merge remote-tracking branch 'origin/main' into features/authz
2022-06-28 13:13:51 -06:00
sfc-gh-tclinkenbeard
086e4bff06
Merge remote-tracking branch 'origin/main' into global-tag-throttling3
2022-06-28 10:18:13 -07:00
He Liu
61d621a4c4
Fix read iterator pool race ( #7455 )
2022-06-27 14:51:26 -07:00
Markus Pilman
3aaae9c521
Merge remote-tracking branch 'origin/main' into features/authz
2022-06-27 11:07:14 -06:00
sfc-gh-tclinkenbeard
2391e58fb2
Merge remote-tracking branch 'origin/main' into global-tag-throttling3
2022-06-21 10:09:15 -07:00
sfc-gh-tclinkenbeard
a025d7bdbc
Ignore GlobalTagThrottling.toml test
2022-06-19 23:10:54 -07:00
Andrew Noyes
83aceb216c
Use absl::GetStackTrace for slow task profiler ( #7374 )
...
* Make SlowTask workload runnable in joshua
* Remove SignalSafeUnwind, and use absl::GetStackTrace for slow task profiler
2022-06-15 14:53:52 -07:00
Yao Xiao
ddbecb69ad
Ignore ShardedRocksDBTest. ( #7381 )
2022-06-13 23:13:11 -07:00
Markus Pilman
799fe32346
Merge remote-tracking branch 'origin/main' into features/authz
2022-06-13 18:02:11 -06:00
sfc-gh-tclinkenbeard
df71a49bf6
Merge remote-tracking branch 'origin/main' into global-tag-throttling3
2022-06-13 10:03:10 -07:00
A.J. Beamon
986dd67278
Add some basic support for running multiple extra clusters in simulation. Use this to simulate a metacluster in some tests.
2022-06-10 10:08:18 -07:00
A.J. Beamon
739fc9ce6b
Merge branch 'main' into feature-metacluster
2022-06-09 12:39:34 -07:00
A.J. Beamon
eabd43c0fd
Add a workload that creates and deletes tenants simultaneously.
2022-06-07 13:48:12 -07:00
Dan Adkins
bd47f390bd
Add simulation test for three_data_hall configuration ( #7305 )
...
* Add simulation test for 1 data hall + 1 machine failure case.
* Disable BUGGIFY for DEGRADED_RESET_INTERVAL.
A simulation test discovered a situation where machines attempting to connect
to a dead coordinator (with a well-known endpoint) were getting themselves
marked degraded. This flapping of the degraded state prevented recovery from
completing, as it started over any time it noticed that tlogs on degraded
hosts could be relocated to non-degraded ones.
bin/fdbserver -r simulation -f tests/rare/CycleWithDeadHall.toml -b on -s 276841956
2022-06-06 13:14:49 -07:00
sfc-gh-tclinkenbeard
2ae5a6c86b
Add GlobalTagThrottling test
2022-06-03 13:12:48 -07:00
Yao Xiao
6bf1e3921f
Add skeleton for sharded rocksdb KVS. ( #7181 )
2022-05-23 15:29:23 -07:00
Xiaoxi Wang
ef0d49eb93
Update tests/CMakeLists.txt
2022-05-16 11:13:18 -07:00
Xiaoxi Wang
8014ac6baf
CMakeList.txt
2022-05-13 12:35:24 -07:00
Xiaoxi Wang
e59bdbf3a3
merge upstream/main
2022-05-13 12:22:09 -07:00
Jingyu Zhou
92345b9f82
Add VV upgrade tests
...
No VV to VV upgrade tests.
2022-05-10 15:09:02 +00:00