Re: [DISCUSS] Revising our release criteria, commit guidelines, and the role of circleci vs. ASF CI

2022-09-27 Thread Andrés de la Peña
> > 250 iterations isn't enough; I use 500 as a low water mark. I agree that 500 iterations would be a reasonable minimum. We have seen flaky unit tests requiring far more iterations, but that's not very common. We could use to 500 iterations as default, and discretionary use a higher limit in te

[VOTE] Release Apache Cassandra 4.1-beta1

2022-09-27 Thread Mick Semb Wever
Proposing the test build of Cassandra 4.1-beta1 for release. sha1: 5d9d93ea08d9c76402aa1d14bad54bf9ec875686 Git: https://gitbox.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/4.1-beta1-tentative Maven Artifacts: https://repository.apache.org/content/repositories/orgapachecassandra-127

Re: [DISCUSS] Revising our release criteria, commit guidelines, and the role of circleci vs. ASF CI

2022-09-27 Thread Josh McKenzie
> I have plans on modifying the multiplexer to allow specifying a list of > classes per test target, so we don't have to needlessly suffer with this This sounds integral to us multiplexing tests on large diffs whether we go with circle for releases or not and would be a great addition! On Tue, S

Re: [DISCUSS] Revising our release criteria, commit guidelines, and the role of circleci vs. ASF CI

2022-09-27 Thread Ekaterina Dimitrova
“I have plans on modifying the multiplexer to allow specifying a list of classes per test target, so we don't have to needlessly suffer with this” That would be great, I was thinking of that the other day too. With that said I’ll be happy to support you in that effort too :-) On Tue, 27 Sep 202

Re: [VOTE] Release Apache Cassandra 4.1-beta1

2022-09-27 Thread Josh McKenzie
We have a couple new test failures that came up as regressions recently: https://issues.apache.org/jira/browse/CASSANDRA-17928 https://issues.apache.org/jira/browse/CASSANDRA-17927 Along with that, I'm not sure we're in a good spot from a "no flaky test" perspective as per butler: https://butler

Who will be at ApacheCON next week? (please let me know off-list)

2022-09-27 Thread Mick Semb Wever
Could you please reply to me directly (off-list) if you will be in New Orleans next week. While we already have a list of the speakers, we would love to know in advance who else in our dev community will be attending. (If you're reading this you're in our dev community.) regards, Mick

Re: [DISCUSS] Revising our release criteria, commit guidelines, and the role of circleci vs. ASF CI

2022-09-27 Thread Josh McKenzie
So: 1. 500 iterations on multiplexer 2. Augmenting generate.sh to allow providing multiple class names and generating a single config that'll multiplex all the tests provided 3. Test parity / pre-release config added on circleci (see https://issues.apache.org/jira/browse/CASSANDRA-17930), spec

Re: [DISCUSS] Revising our release criteria, commit guidelines, and the role of circleci vs. ASF CI

2022-09-27 Thread Berenguer Blasi
I would add an option for generate.sh to detect all changed *Test.java files, that would be handy imo. On 28/9/22 4:29, Josh McKenzie wrote: So: 1. 500 iterations on multiplexer 2. Augmenting generate.sh to allow providing multiple class names and generating a single config that'll multi