Re: [VOTE] Formalizing our CI process

2022-01-10 Thread Berenguer Blasi
+1 On 10/1/22 20:00, Joshua McKenzie wrote: > Wiki draft article > here:  > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=199530280 > > > > The vote will be open for 72 hours (it's short + early

Re: [VOTE] Formalizing our CI process

2022-01-10 Thread Yifan Cai
Would you like to elaborate on when to run the "canonical set of tests" and when to run the others? If my understanding is correct, we run the canonical set *before* merging, and the runs triggered by the cassandra CI bot include the full set *after* a commit is merged. - Yifan On Mon, Jan 10,

Re: [VOTE] Formalizing our CI process

2022-01-10 Thread Jeremiah D Jordan
+1 nb > On Jan 10, 2022, at 1:00 PM, Joshua McKenzie wrote: > > Wiki draft article here: > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=199530280 > > > The vote will be open for 72 hours (it's

Re: [VOTE] Formalizing our CI process

2022-01-10 Thread David Capwell
> Finalize on the canonical set of tests and JDK env to run pre-commit (JIRA > Pending; to be linked) Would be nice to get that defined, but I am cool with +1 for the rest and deferring solving that till after > On Jan 10, 2022, at 1:18 PM, Joshua McKenzie wrote: > > +1 > > On Mon, Jan

Re: [VOTE] Formalizing our CI process

2022-01-10 Thread Joshua McKenzie
+1 On Mon, Jan 10, 2022 at 3:32 PM Michael Shuler wrote: > +1 > > Michael > > On 1/10/22 13:00, Joshua McKenzie wrote: > > Wiki draft article here: > > > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=199530280 > > < >

Re: [VOTE] Formalizing our CI process

2022-01-10 Thread Michael Shuler
+1 Michael On 1/10/22 13:00, Joshua McKenzie wrote: Wiki draft article here: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=199530280 The vote will be open for 72 hours (it's short + early

Re: [VOTE] Formalizing our CI process

2022-01-10 Thread Brandon Williams
+1 On Mon, Jan 10, 2022 at 1:00 PM Joshua McKenzie wrote: > > Wiki draft article here: > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=199530280 > > The vote will be open for 72 hours (it's short + early indication on > discussion was consensus). > Committer / pmc votes

[VOTE] Formalizing our CI process

2022-01-10 Thread Joshua McKenzie
Wiki draft article here: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=199530280 The vote will be open for 72 hours (it's short + early indication on discussion was consensus). Committer / pmc votes binding. Simple majority passes. References: Background: original ML thread

Re: [DISCUSS] Cleaning up docs, completing CASSANDRA-16763

2022-01-10 Thread Benjamin Lerer
It seems to me that we could use that work to attract new contributors. If we provide some clear process and divide the work in small chunks we can advertise the work on Twitter to get some volunteers. :-) Le lun. 10 janv. 2022 à 07:59, Anthony Grasso a écrit : > Hi Stefan and Ekaterina, > >

Re: Issue while trying to run pytest command

2022-01-10 Thread Bowen Song
Did you run the pytest command in the cassandra directory (the cassandra git repo) or the cassandra-dtest directory (the cassandra-dtest git repo)? You should run the pytest command in the cassandra-dtest. On 09/01/2022 11:33, Manish G wrote: Initial installation is done following

Re: Issue while trying to run pytest command

2022-01-10 Thread Manish G
It works if you are in cassandra-dtest directory. And it seems I need to create the loopback interfaces by running 'for i in {1..9}; do sudo ifconfig lo0 alias 127.0.0.$i up; done;' ! Thanks. Manish On Mon, Jan 10, 2022 at 12:23 AM Francisco Guerrero wrote: > Hi Manish, > > I suspect this

[DISCUSS] CEP-19: Trie memtable implementation

2022-01-10 Thread Branimir Lambov
We would like to contribute our TrieMemtable to Cassandra. https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-19%3A+Trie+memtable+implementation This is a new memtable solution aimed to replace the legacy implementation, developed with the following objectives: - lowering the on-heap