Re: [PR] CASSANDRA-19251 Speed up integration tests [cassandra-analytics]

2024-01-10 Thread via GitHub
frankgh closed pull request #29: CASSANDRA-19251 Speed up integration tests URL: https://github.com/apache/cassandra-analytics/pull/29 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] CASSANDRA-19251 Speed up integration tests [cassandra-analytics]

2024-01-10 Thread via GitHub
frankgh commented on PR #29: URL: https://github.com/apache/cassandra-analytics/pull/29#issuecomment-1884880308 Closed via https://github.com/apache/cassandra-analytics/commit/550bdfa1c6082537e2cfb93449128a61dbe3a1fb -- This is an automated message from the Apache Git Service. To

Re: [PR] CASSANDRA-19251 Speed up integration tests [cassandra-analytics]

2024-01-09 Thread via GitHub
frankgh commented on code in PR #29: URL: https://github.com/apache/cassandra-analytics/pull/29#discussion_r1446875103 ## cassandra-analytics-integration-framework/src/main/java/org/apache/cassandra/sidecar/testing/SharedClusterIntegrationTestBase.java: ## @@ -0,0 +1,417 @@

Re: [PR] CASSANDRA-19251 Speed up integration tests [cassandra-analytics]

2024-01-09 Thread via GitHub
yifan-c commented on code in PR #29: URL: https://github.com/apache/cassandra-analytics/pull/29#discussion_r1446791838 ## cassandra-analytics-integration-framework/src/main/java/org/apache/cassandra/sidecar/testing/SharedClusterIntegrationTestBase.java: ## @@ -0,0 +1,417 @@

[PR] CASSANDRA-19251 Speed up integration tests [cassandra-analytics]

2024-01-05 Thread via GitHub
frankgh opened a new pull request, #29: URL: https://github.com/apache/cassandra-analytics/pull/29 This commit introduces an opinionated way to run integration tests where a test class reuses the same in-jvm dtest cluster, and it offers certain ordering that help running tests faster.