Re: Running unit tests by package

2025-07-25 Thread Mick Semb Wever
Let's also remove the duplicated ant targets, pointing users instead to the scripts for such needed custom invocations. In build.xml it would be very nice to have just one way tests are run. > On 24 Jul 2025, at 15:36, Josh McKenzie wrote: > > I could also see value in adding a little help

Re: Running unit tests by package

2025-07-24 Thread Josh McKenzie
I could also see value in adding a little help output to give examples on regex-based test selection. Also - when we run "ant testsome" in the base of the project it just starts to run things instead of kicking out help text to give guidance on how to run a subset of tests. Generally speaking,

Re: Running unit tests by package

2025-07-23 Thread Joel Shepherd
On 7/23/2025 7:21 AM, Josh McKenzie wrote: There anything in that README that we could/should promote to https://cassandra.apache.org/_/development/testing.html? There'd be some value in selectively referencing some of the tools in there, or at least mentioning their existence. Let me get

Re: Running unit tests by package

2025-07-23 Thread Josh McKenzie
There anything in that README that we could/should promote to https://cassandra.apache.org/_/development/testing.html? On Tue, Jul 22, 2025, at 8:04 PM, Joel Shepherd wrote: > Ah, thanks: all kinds of good stuff in there. > > -- Joel. > > On 7/22/2025 1:45 PM, Mick Semb Wever wrote: >> >> try

Re: Running unit tests by package

2025-07-22 Thread Joel Shepherd
Ah, thanks: all kinds of good stuff in there. -- Joel. On 7/22/2025 1:45 PM, Mick Semb Wever wrote: try .build/run-tests.sh -a test -t org.apache.cassandra.hints https://github.com/apache/cassandra/blob/cassandra-5.0/.build/README.md On Tue, 22 Jul 2025 at 21:06, Joel Shepherd wrote:

Re: Running unit tests by package

2025-07-22 Thread Mick Semb Wever
try .build/run-tests.sh -a test -t org.apache.cassandra.hints https://github.com/apache/cassandra/blob/cassandra-5.0/.build/README.md On Tue, 22 Jul 2025 at 21:06, Joel Shepherd wrote: > Hi - I know it's possible to run just the unit tests in a single test > class, or a specific test in a sp