Skip to content

Commit 957a20f

Browse files
Fix missing load_using in history_retention tests
- Added load_using=self.load_docs_using to all 8 run_scenario_from_spec calls in history_retention.py (affected 5 test methods) - Added load_docs_using=sirius_java_sdk to all test entries in steady_state.conf and rebalance_test.conf Change-Id: Iee7abf36905067e399621159334ac8d5e32e69ed Reviewed-on: https://review.couchbase.org/c/TAF/+/245048 Reviewed-by: Ashwin <ashwin.govindarajulu@couchbase.com> Tested-by: Build Bot <build@couchbase.com>
1 parent 9a26f6a commit 957a20f

3 files changed

Lines changed: 80 additions & 76 deletions

File tree

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
bucket_collections.history_retention.DocHistoryRetention:
22
# Rebalance in tests
3-
test_rebalance_with_dedupe,nodes_init=4,bucket_spec=single_bucket.history_retention_tests,replicas=1,num_items=100000,bucket_history_retention_seconds=180,bucket_history_retention_bytes=4000000000,nodes_in=1,GROUP=P0
4-
test_rebalance_with_dedupe,nodes_init=4,bucket_spec=single_bucket.history_retention_tests,replicas=1,num_items=100000,bucket_history_retention_seconds=1,bucket_history_retention_bytes=4000000000,nodes_in=1,GROUP=P0
5-
test_rebalance_with_dedupe,nodes_init=4,bucket_spec=single_bucket.history_retention_tests,replicas=1,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_in=1,num_compactions=5,GROUP=P0
6-
test_rebalance_with_dedupe,nodes_init=4,bucket_spec=single_bucket.history_retention_tests,replicas=1,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_in=1,new_replica=2,num_compactions=5,doc_ttl=1,GROUP=P0
3+
test_rebalance_with_dedupe,nodes_init=4,bucket_spec=single_bucket.history_retention_tests,replicas=1,num_items=100000,bucket_history_retention_seconds=180,bucket_history_retention_bytes=4000000000,nodes_in=1,load_docs_using=sirius_java_sdk,GROUP=P0
4+
test_rebalance_with_dedupe,nodes_init=4,bucket_spec=single_bucket.history_retention_tests,replicas=1,num_items=100000,bucket_history_retention_seconds=1,bucket_history_retention_bytes=4000000000,nodes_in=1,load_docs_using=sirius_java_sdk,GROUP=P0
5+
test_rebalance_with_dedupe,nodes_init=4,bucket_spec=single_bucket.history_retention_tests,replicas=1,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_in=1,num_compactions=5,load_docs_using=sirius_java_sdk,GROUP=P0
6+
test_rebalance_with_dedupe,nodes_init=4,bucket_spec=single_bucket.history_retention_tests,replicas=1,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_in=1,new_replica=2,num_compactions=5,doc_ttl=1,load_docs_using=sirius_java_sdk,GROUP=P0
77

8-
test_rebalance_with_dedupe,nodes_init=4,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=180,bucket_history_retention_bytes=4000000000,nodes_in=2,GROUP=P1
9-
test_rebalance_with_dedupe,nodes_init=4,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=1,bucket_history_retention_bytes=4000000000,nodes_in=2,GROUP=P1
10-
test_rebalance_with_dedupe,nodes_init=4,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_in=2,num_compactions=5,GROUP=P1
11-
test_rebalance_with_dedupe,nodes_init=4,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_in=2,num_compactions=5,doc_ttl=1,GROUP=P1
8+
test_rebalance_with_dedupe,nodes_init=4,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=180,bucket_history_retention_bytes=4000000000,nodes_in=2,load_docs_using=sirius_java_sdk,GROUP=P1
9+
test_rebalance_with_dedupe,nodes_init=4,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=1,bucket_history_retention_bytes=4000000000,nodes_in=2,load_docs_using=sirius_java_sdk,GROUP=P1
10+
test_rebalance_with_dedupe,nodes_init=4,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_in=2,num_compactions=5,load_docs_using=sirius_java_sdk,GROUP=P1
11+
test_rebalance_with_dedupe,nodes_init=4,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_in=2,num_compactions=5,doc_ttl=1,load_docs_using=sirius_java_sdk,GROUP=P1
1212

1313
# Rebalance out tests
14-
test_rebalance_with_dedupe,nodes_init=5,bucket_spec=single_bucket.history_retention_tests,replicas=1,num_items=100000,bucket_history_retention_seconds=180,bucket_history_retention_bytes=4000000000,nodes_out=1,GROUP=P0
15-
test_rebalance_with_dedupe,nodes_init=5,bucket_spec=single_bucket.history_retention_tests,replicas=1,num_items=100000,bucket_history_retention_seconds=1,bucket_history_retention_bytes=4000000000,nodes_out=1,GROUP=P0
16-
test_rebalance_with_dedupe,nodes_init=5,bucket_spec=single_bucket.history_retention_tests,replicas=1,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_out=1,new_replica=2,num_compactions=5,GROUP=P0
17-
test_rebalance_with_dedupe,nodes_init=5,bucket_spec=single_bucket.history_retention_tests,replicas=1,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_out=1,num_compactions=5,doc_ttl=1,GROUP=P0
14+
test_rebalance_with_dedupe,nodes_init=5,bucket_spec=single_bucket.history_retention_tests,replicas=1,num_items=100000,bucket_history_retention_seconds=180,bucket_history_retention_bytes=4000000000,nodes_out=1,load_docs_using=sirius_java_sdk,GROUP=P0
15+
test_rebalance_with_dedupe,nodes_init=5,bucket_spec=single_bucket.history_retention_tests,replicas=1,num_items=100000,bucket_history_retention_seconds=1,bucket_history_retention_bytes=4000000000,nodes_out=1,load_docs_using=sirius_java_sdk,GROUP=P0
16+
test_rebalance_with_dedupe,nodes_init=5,bucket_spec=single_bucket.history_retention_tests,replicas=1,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_out=1,new_replica=2,num_compactions=5,load_docs_using=sirius_java_sdk,GROUP=P0
17+
test_rebalance_with_dedupe,nodes_init=5,bucket_spec=single_bucket.history_retention_tests,replicas=1,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_out=1,num_compactions=5,doc_ttl=1,load_docs_using=sirius_java_sdk,GROUP=P0
1818

19-
test_rebalance_with_dedupe,nodes_init=7,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=180,bucket_history_retention_bytes=4000000000,nodes_out=3,GROUP=P1
20-
test_rebalance_with_dedupe,nodes_init=7,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=1,bucket_history_retention_bytes=4000000000,nodes_out=3,GROUP=P1
21-
test_rebalance_with_dedupe,nodes_init=7,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_out=3,num_compactions=5,GROUP=P1
22-
test_rebalance_with_dedupe,nodes_init=7,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_out=3,num_compactions=5,doc_ttl=1,GROUP=P1
19+
test_rebalance_with_dedupe,nodes_init=7,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=180,bucket_history_retention_bytes=4000000000,nodes_out=3,load_docs_using=sirius_java_sdk,GROUP=P1
20+
test_rebalance_with_dedupe,nodes_init=7,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=1,bucket_history_retention_bytes=4000000000,nodes_out=3,load_docs_using=sirius_java_sdk,GROUP=P1
21+
test_rebalance_with_dedupe,nodes_init=7,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_out=3,num_compactions=5,load_docs_using=sirius_java_sdk,GROUP=P1
22+
test_rebalance_with_dedupe,nodes_init=7,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_out=3,num_compactions=5,doc_ttl=1,load_docs_using=sirius_java_sdk,GROUP=P1
2323

2424
# Swap Rebalance tests
25-
test_rebalance_with_dedupe,nodes_init=5,bucket_spec=single_bucket.history_retention_tests,replicas=1,num_items=100000,bucket_history_retention_seconds=180,bucket_history_retention_bytes=4000000000,nodes_in=1,nodes_out=1,GROUP=P0
26-
test_rebalance_with_dedupe,nodes_init=5,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=1,bucket_history_retention_bytes=4000000000,nodes_in=1,nodes_out=1,GROUP=P1
27-
test_rebalance_with_dedupe,nodes_init=5,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_in=1,nodes_out=1,num_compactions=5,GROUP=P1
28-
test_rebalance_with_dedupe,nodes_init=5,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_in=1,nodes_out=1,num_compactions=5,doc_ttl=1,GROUP=P1
25+
test_rebalance_with_dedupe,nodes_init=5,bucket_spec=single_bucket.history_retention_tests,replicas=1,num_items=100000,bucket_history_retention_seconds=180,bucket_history_retention_bytes=4000000000,nodes_in=1,nodes_out=1,load_docs_using=sirius_java_sdk,GROUP=P0
26+
test_rebalance_with_dedupe,nodes_init=5,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=1,bucket_history_retention_bytes=4000000000,nodes_in=1,nodes_out=1,load_docs_using=sirius_java_sdk,GROUP=P1
27+
test_rebalance_with_dedupe,nodes_init=5,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_in=1,nodes_out=1,num_compactions=5,load_docs_using=sirius_java_sdk,GROUP=P1
28+
test_rebalance_with_dedupe,nodes_init=5,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_in=1,nodes_out=1,num_compactions=5,doc_ttl=1,load_docs_using=sirius_java_sdk,GROUP=P1
2929

3030
# Load data only on node(s) undergoing rebalance
31-
test_rebalance_with_dedupe,nodes_init=6,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=86400,bucket_history_retention_bytes=9990000000000,nodes_out=2,target_load_on_single_node=True,GROUP=P0
32-
test_rebalance_with_dedupe,nodes_init=6,bucket_spec=single_bucket.history_retention_tests,replicas=1,num_items=100000,bucket_history_retention_seconds=1,bucket_history_retention_bytes=4000000000,nodes_out=1,target_load_on_single_node=True,num_compactions=5,GROUP=P0
33-
test_rebalance_with_dedupe,nodes_init=6,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_out=2,target_load_on_single_node=True,GROUP=P0
34-
test_rebalance_with_dedupe,nodes_init=6,bucket_spec=single_bucket.history_retention_tests,replicas=2,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_out=2,target_load_on_single_node=True,num_compactions=5,doc_ttl=1,GROUP=P0
31+
test_rebalance_with_dedupe,nodes_init=6,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=86400,bucket_history_retention_bytes=9990000000000,nodes_out=2,target_load_on_single_node=True,load_docs_using=sirius_java_sdk,GROUP=P0
32+
test_rebalance_with_dedupe,nodes_init=6,bucket_spec=single_bucket.history_retention_tests,replicas=1,num_items=100000,bucket_history_retention_seconds=1,bucket_history_retention_bytes=4000000000,nodes_out=1,target_load_on_single_node=True,num_compactions=5,load_docs_using=sirius_java_sdk,GROUP=P0
33+
test_rebalance_with_dedupe,nodes_init=6,bucket_spec=single_bucket.history_retention_tests,replicas=3,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_out=2,target_load_on_single_node=True,load_docs_using=sirius_java_sdk,GROUP=P0
34+
test_rebalance_with_dedupe,nodes_init=6,bucket_spec=single_bucket.history_retention_tests,replicas=2,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_out=2,target_load_on_single_node=True,num_compactions=5,doc_ttl=1,load_docs_using=sirius_java_sdk,GROUP=P0
3535

3636
# Rebalance + high retention on disk warning validation
37-
test_rebalance_with_dedupe,nodes_init=5,bucket_spec=single_bucket.history_retention_tests,replicas=1,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_in=2,validate_high_retention_warn=True,num_compactions=5,GROUP=P0
37+
test_rebalance_with_dedupe,nodes_init=5,bucket_spec=single_bucket.history_retention_tests,replicas=1,num_items=100000,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_in=2,validate_high_retention_warn=True,num_compactions=5,load_docs_using=sirius_java_sdk,GROUP=P0
3838

3939
# Collection drop tests
40-
test_rebalance_with_dedupe,nodes_init=4,bucket_spec=single_bucket.history_retention_tests,replicas=2,num_items=10000,doc_size=1024,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_in=2,num_collections_to_drop=2,remove_default_collection=True,GROUP=P1
41-
test_rebalance_with_dedupe,nodes_init=6,bucket_spec=single_bucket.history_retention_tests,replicas=2,num_items=10000,doc_size=1024,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_out=2,num_collections_to_drop=2,remove_default_collection=True,GROUP=P1
42-
test_rebalance_with_dedupe,nodes_init=4,bucket_spec=single_bucket.history_retention_tests,replicas=2,num_items=10000,doc_size=1024,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_in=2,nodes_out=2,num_collections_to_drop=2,remove_default_collection=True,GROUP=P1
40+
test_rebalance_with_dedupe,nodes_init=4,bucket_spec=single_bucket.history_retention_tests,replicas=2,num_items=10000,doc_size=1024,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_in=2,num_collections_to_drop=2,remove_default_collection=True,load_docs_using=sirius_java_sdk,GROUP=P1
41+
test_rebalance_with_dedupe,nodes_init=6,bucket_spec=single_bucket.history_retention_tests,replicas=2,num_items=10000,doc_size=1024,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_out=2,num_collections_to_drop=2,remove_default_collection=True,load_docs_using=sirius_java_sdk,GROUP=P1
42+
test_rebalance_with_dedupe,nodes_init=4,bucket_spec=single_bucket.history_retention_tests,replicas=2,num_items=10000,doc_size=1024,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_in=2,nodes_out=2,num_collections_to_drop=2,remove_default_collection=True,load_docs_using=sirius_java_sdk,GROUP=P1
4343

4444
# Collection drop + compaction tests
45-
test_rebalance_with_dedupe,nodes_init=4,bucket_spec=single_bucket.history_retention_tests,replicas=1,num_items=10000,doc_size=1024,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_in=2,new_replica=2,num_compactions=2,num_collections_to_drop=2,remove_default_collection=True,GROUP=P1
46-
test_rebalance_with_dedupe,nodes_init=6,bucket_spec=single_bucket.history_retention_tests,replicas=2,num_items=10000,doc_size=1024,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_out=2,num_compactions=2,num_collections_to_drop=2,remove_default_collection=True,GROUP=P1
47-
test_rebalance_with_dedupe,nodes_init=4,bucket_spec=single_bucket.history_retention_tests,replicas=2,num_items=10000,doc_size=1024,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_in=2,nodes_out=2,num_compactions=2,num_collections_to_drop=2,remove_default_collection=True,GROUP=P1
45+
test_rebalance_with_dedupe,nodes_init=4,bucket_spec=single_bucket.history_retention_tests,replicas=1,num_items=10000,doc_size=1024,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_in=2,new_replica=2,num_compactions=2,num_collections_to_drop=2,remove_default_collection=True,load_docs_using=sirius_java_sdk,GROUP=P1
46+
test_rebalance_with_dedupe,nodes_init=6,bucket_spec=single_bucket.history_retention_tests,replicas=2,num_items=10000,doc_size=1024,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_out=2,num_compactions=2,num_collections_to_drop=2,remove_default_collection=True,load_docs_using=sirius_java_sdk,GROUP=P1
47+
test_rebalance_with_dedupe,nodes_init=4,bucket_spec=single_bucket.history_retention_tests,replicas=2,num_items=10000,doc_size=1024,bucket_history_retention_seconds=60,bucket_history_retention_bytes=4000000000,nodes_in=2,nodes_out=2,num_compactions=2,num_collections_to_drop=2,remove_default_collection=True,load_docs_using=sirius_java_sdk,GROUP=P1

0 commit comments

Comments
 (0)