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

blambov pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


    from bfb5c59342 Fix datetime_from_utc_to_local in cqlshlib
     add 06ed1afc34 Add an optimized default configuration to tests and make it 
available for new users
     new 28efb63df5 Merge branch 'cassandra-5.0' into trunk

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .build/README.md                                   |    2 +-
 .build/docker/run-tests.sh                         |    2 +-
 .build/run-tests.sh                                |    4 +-
 .circleci/config.yml                               | 2429 ++++++++---------
 .circleci/config.yml.FREE                          | 2429 ++++++++---------
 .circleci/config.yml.PAID                          | 2793 ++++++++++----------
 .circleci/config_template.yml                      |  374 ++-
 .circleci/config_template.yml.PAID.patch           |   66 +-
 .jenkins/Jenkinsfile                               |   12 +-
 CHANGES.txt                                        |    3 +-
 NEWS.txt                                           |    6 +
 build.xml                                          |   47 +-
 conf/cassandra.yaml                                |   52 +-
 conf/{cassandra.yaml => cassandra_latest.yaml}     |  116 +-
 .../config/CassandraRelevantProperties.java        |    2 +
 .../cassandra/config/DatabaseDescriptor.java       |    7 +-
 src/java/org/apache/cassandra/db/ReadCommand.java  |    3 +
 .../db/compaction/UnifiedCompactionStrategy.java   |    1 +
 .../db/compaction/unified/Controller.java          |    5 +-
 test/conf/{trie_memtable.yaml => latest_diff.yaml} |   37 +-
 .../cassandra/distributed/impl/InstanceConfig.java |   39 +
 .../cassandra/distributed/test/CasWriteTest.java   |   33 +-
 .../test/PreviewRepairSnapshotTest.java            |   21 +-
 .../test/SecondaryIndexCompactionTest.java         |    3 +
 .../distributed/test/SecondaryIndexTest.java       |    2 +-
 .../distributed/test/UpgradeSSTablesTest.java      |    6 +-
 .../test/sai/ConcurrencyFactorTest.java            |    4 +-
 test/unit/org/apache/cassandra/Util.java           |    8 +
 .../cassandra/config/ParseAndConvertUnitsTest.java |    3 +-
 .../cql3/statements/DescribeStatementTest.java     |   20 +-
 .../validation/entities/FrozenCollectionsTest.java |    3 +
 .../entities/SecondaryIndexOnMapEntriesTest.java   |   19 +-
 .../miscellaneous/CrcCheckChanceTest.java          |   61 +-
 .../operations/CompactStorageSplit1Test.java       |    3 +
 .../InsertInvalidateSizedRecordsTest.java          |    2 +
 .../operations/InsertUpdateIfConditionTest.java    |    2 +-
 .../validation/operations/SelectLimitTest.java     |    4 +-
 .../operations/SelectMultiColumnRelationTest.java  |    4 +
 .../operations/SelectOrderedPartitionerTest.java   |    6 +
 .../operations/SelectSingleColumnRelationTest.java |    7 +-
 .../cql3/validation/operations/SelectTest.java     |   52 +-
 .../apache/cassandra/db/SchemaCQLHelperTest.java   |   10 +-
 .../db/compaction/ActiveCompactionsTest.java       |    4 +-
 .../db/compaction/CancelCompactionsTest.java       |    7 +
 .../db/compaction/unified/ControllerTest.java      |    8 +-
 .../compaction/unified/ShardedMultiWriterTest.java |   11 +-
 .../writers/CompactionAwareWriterTest.java         |    3 +-
 .../repair/AbstractPendingAntiCompactionTest.java  |    5 +-
 .../db/repair/PendingAntiCompactionTest.java       |    1 +
 .../apache/cassandra/index/CustomIndexTest.java    |   15 +-
 .../cassandra/index/SecondaryIndexManagerTest.java |    2 +
 .../index/internal/CassandraIndexTest.java         |    2 +
 .../sai/cql/MixedIndexImplementationsTest.java     |    3 +
 .../io/sstable/CQLSSTableWriterClientTest.java     |    3 +-
 .../cassandra/io/sstable/LegacySSTableTest.java    |    2 +-
 .../apache/cassandra/service/StorageProxyTest.java |    1 +
 .../cassandra/tools/CompactionStressTest.java      |    4 +-
 57 files changed, 4644 insertions(+), 4129 deletions(-)
 copy conf/{cassandra.yaml => cassandra_latest.yaml} (97%)
 rename test/conf/{trie_memtable.yaml => latest_diff.yaml} (54%)


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

Reply via email to