Repository: cassandra Updated Branches: refs/heads/trunk 47a12c52a -> e663ccd98
Revert running dtests by default in circleci patch by Jordan West; reviewed by jasobrown for CASSANDRA-14614 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e663ccd9 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/e663ccd9 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/e663ccd9 Branch: refs/heads/trunk Commit: e663ccd98dbb0696db0f511c5f3428c13e7f8c73 Parents: 47a12c5 Author: Jordan West <[email protected]> Authored: Mon Jul 30 16:28:28 2018 -0700 Committer: Jason Brown <[email protected]> Committed: Tue Jul 31 04:27:32 2018 -0700 ---------------------------------------------------------------------- .circleci/config.yml | 4 ++-- CHANGES.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/e663ccd9/.circleci/config.yml ---------------------------------------------------------------------- diff --git a/.circleci/config.yml b/.circleci/config.yml index edf7dd5..5a84f72 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -65,9 +65,9 @@ env_vars: &env_vars #<<: *high_capacity_env_vars workflows: version: 2 - #build_and_run_tests: *default_jobs + build_and_run_tests: *default_jobs #build_and_run_tests: *with_dtest_jobs_only - build_and_run_tests: *with_dtest_jobs + #build_and_run_tests: *with_dtest_jobs docker_image: &docker_image kjellman/cassandra-test:0.4.3 version: 2 jobs: http://git-wip-us.apache.org/repos/asf/cassandra/blob/e663ccd9/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 6ede70e..ce70797 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 4.0 + * Revert running dtests by default in circleci (CASSANDRA-14614) * Stream entire SSTables when possible (CASSANDRA-14556) * Add experimental support for Java 11 (CASSANDRA-9608) * Make PeriodicCommitLogService.blockWhenSyncLagsNanos configurable (CASSANDRA-14580) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
