This is an automated email from the ASF dual-hosted git repository.

adelapena pushed a commit to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 4b3cb0a772b7ab0de9dec19c148388d1aea729db
Merge: 326b5aceb1 02048cffea
Author: Andrés de la Peña <a.penya.gar...@gmail.com>
AuthorDate: Fri Mar 10 11:50:04 2023 +0000

    Merge branch 'cassandra-3.0' into cassandra-3.11

 .circleci/config-2_1.yml.high_res.patch            |   96 -
 .circleci/{config.yml.LOWRES => config.yml.FREE}   |    0
 .circleci/config.yml.HIGHRES                       | 3977 --------------------
 .circleci/{config.yml.MIDRES => config.yml.PAID}   |    0
 .circleci/{config-2_1.yml => config_template.yml}  |    0
 ...id_res.patch => config_template.yml.PAID.patch} |    0
 .circleci/generate.sh                              |  107 +-
 .circleci/readme.md                                |   98 +-
 8 files changed, 93 insertions(+), 4185 deletions(-)

diff --cc .circleci/readme.md
index c27cf13d2d,e65be5158a..7391ed11cf
--- a/.circleci/readme.md
+++ b/.circleci/readme.md
@@@ -66,13 -71,12 +71,13 @@@ generate.sh -p 
  ## Running tests in a loop
  Running the `generate.sh` script with use `git diff` to find the new or 
modified tests.
  The script will then create jobs to run each of these new or modified tests 
for a certain
 -number of times, to verify that they are stable. You can use environment 
variables to 
 +number of times, to verify that they are stable. You can use environment 
variables to
  specify the number of iterations of each type of test:
  ```
- generate.sh -m \
+ generate.sh -p \
    -e REPEATED_UTESTS_COUNT=500 \
    -e REPEATED_UTESTS_LONG_COUNT=100 \
 +  -e REPEATED_UTESTS_STRESS_COUNT=500 \
    -e REPEATED_SIMULATOR_DTESTS_COUNT=500 \
    -e REPEATED_JVM_DTESTS_COUNT=500 \
    -e REPEATED_JVM_UPGRADE_DTESTS_COUNT=500 \
@@@ -88,10 -92,9 +93,10 @@@ generate.sh -p -e REPEATED_TESTS_STOP_O
  In addition to the automatically detected tests, it's also possible to 
provide lists of
  specific tests to be repeated:
  ```
- generate.sh -m \
+ generate.sh -p \
    -e 
REPEATED_UTESTS=org.apache.cassandra.cql3.ViewTest,org.apache.cassandra.db.CellTest
 \
    -e 
REPEATED_UTESTS_LONG=org.apache.cassandra.io.sstable.CQLSSTableWriterLongTest#testWideRow
 \
 +  -e 
REPEATED_UTESTS_STRESS=org.apache.cassandra.stress.generate.DistributionGaussianTest
 \
    -e 
REPEATED_DTESTS=cql_test.py,consistency_test.py::TestAvailability::test_simple_strategy
 \
    -e 
REPEATED_LARGE_DTESTS=replace_address_test.py::TestReplaceAddress::test_replace_stopped_node
 \
    -e 
REPEATED_JVM_DTESTS=org.apache.cassandra.distributed.test.PagingTest#testPaging 
\


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to