17 Patch |
7 Review |
0d05233bc83a641ed7986fa31a678557c1db85b3,
3550b88307e87fa6d980f321359ccfcc6067b5a3,
a58fa2ce7f2ae150d23418c5cfa26dc1321205bd,
6845359762e6c85eae1b2b997c3547d7bcf30045,
2fb578263c82b115da27cbbccfab50e0de62afd0,
f3e7413159d737a41a82750b9c93b44274575337,
1e08f3bfa75e9cf303ef85ac92c080626af7c56c,
17c92cef09987259938ef3c5b22dfc5d58dde85a,
461b8c42d24b6906332949fa6f1bf110d08b7f06,
f278f6774fc76465c182041e081982105c3e7dbb,
c206e4509003ac4cd99147d821bd4b5d23bdf5e8,
ca494526025a480bc8530ed3ae472ce8c9cbaf7a,
7bf67349579411521bcdee4febd209cff63179a6,
09fd4d647a102d7a8c16a45438fe21b299c680af,
d85d6750f90eaf799709a05d2f1c31189fce04fd,
e801d13d504cc96918b9ffd514f12f898df256cf,
45f2425dd2ec861b33943c819f3cc31644d1ce18 |
70ec86c5762aee300739e40e1ea23dc9d8b1b819,
f2c41accf847a4e8eb2529cad0408ff220c40683,
525245bdbd3175c5bfc1a716fa66868c89939e38,
1c1fbfd3d33213d3c5d8e2bd90744463f29d22bf,
6a1d13ade2622ce0cd904e533797084fedd818b5,
0e1c449eb5530b0a6c6bbc2384ce684769b01900,
8ea262ac34d2505f045aa764de47ac15ea426908 |
3550b88307e87fa6d980f321359ccfcc6067b5a3 | Author: mck <mck@apache.org>
| 2024-10-24 15:09:18+02:00
Suppress CVE-2024-45772 lucene-core-9.7.0.jar
CVE in Lucene Replicator which the project doesn't use.
patch by Mick Semb Wever; reviewed by Brandon Williams, Caleb Rackliffe for CASSANDRA-20024
6a1d13ade2622ce0cd904e533797084fedd818b5 | Author: Alexander Batyrshin <0x62ash@gmail.com>
| 2024-10-13 02:54:45+03:00
Fix bash-completion for debian distro
Check nodetool/cqlsh for bash-completion with _have instead of type
patch by Alexander Batyrshin; reviewed by Mick Semb Wever for CASSANDRA-19999
2fb578263c82b115da27cbbccfab50e0de62afd0 | Author: Mick Semb Wever <mck@apache.org>
| 2024-09-28 17:59:56+03:00
Exclude intensive dtests when not running dtest-upgrade*-large
Also add dtest-large-latest
patch by Mick Semb Wever; reviewed by Brandon Williams for CASSANDRA-19963
525245bdbd3175c5bfc1a716fa66868c89939e38 | Author: Josh McKenzie <jmckenzie@apache.org>
| 2024-09-16 15:49:14-04:00
Add snapshot remote repo to build resolution and build.properties.default
Patch by Josh McKenzie; reviewed by Mick Semb Wever and Brandon Williams for CASSANDRA-19810
f3e7413159d737a41a82750b9c93b44274575337 | Author: mck <mck@apache.org>
| 2024-07-29 09:15:07+02:00
Reduce timeouts in upgrade_through_versions_test due to ccm downloads/building
In docker we want to use the existing populated ~/.ccm/repositories but don't want to write to the container's filesystem (it can leak fd). So we set CCM_CONFIG_DIR to be in the run-python-dtest.XXXXXX tmpdir. Previously this was done in the base (non-docker) script, but this is only needed in docker (and outside of docker we want the normal ~/.ccm usage)
patch by Mick Semb Wever; reviewed by Brandon Williams for CASSANDRA-19813
e801d13d504cc96918b9ffd514f12f898df256cf | Author: Mick Semb Wever <mck@apache.org>
| 2024-07-02 12:54:06+02:00
Prepare debian changelog for 5.0-rc1
original: https://github.com/apache/cassandra/commit/01eea8a0d74deaede236edb25335fa470502106e
f2c41accf847a4e8eb2529cad0408ff220c40683 | Author: Doug Rohrer <jeetkundoug@apache.org>
| 2024-06-28 16:56:03-04:00
CASSANDRA-19783 - InstanceClassLoader leak detection
This commit (along with the related in-jvm-dtest API change) adds the ability for ResourceLeakTest
to actually detect InstanceClassLoader leaks in 3 loops. In order to find these in CI:
- Pull in the in-jvm dtest API changes in 0.17.0
- Enable the looperEverythingTest to run (but not the others, which remain ignored)
In addition, this commit updates netty to 4.1.113 as the version
of netty previously used (4.1.96) caused a classloader leak (fixed in
Netty 4.1.98)
Patch by Doug Rohrer and Sam Tunnicliffe (in-jvm-dtest fix); reviewed by Mick Semb Wever for CASSANDRA-19783
and CASSANDRA-19239
461b8c42d24b6906332949fa6f1bf110d08b7f06 | Author: Mick Semb Wever <mck@apache.org>
| 2024-06-08 15:00:04+02:00
Remove sid source from debian, was only needed for jdk8
- Added debug in testing
- Propagate the $DEBUG env from docker to test scripts
- Be verbose when a pipeline errors that not all tests would have been run
- add timeout to each cell stage (scripts on a node can hang and the only alternative was to abort the whole pipeline)
patch by Mick Semb Wever; reviewed by Ekaterina Dimitrova, Brandon Williams for CASSANDRA-19708
70ec86c5762aee300739e40e1ea23dc9d8b1b819 | Author: Bereng <berenguerblasi@gmail.com>
| 2023-10-19 09:24:23+02:00
Repeatable test runs, and named command line options, for test scripts
Each test type has a -repeat suffixed companion, used with the `-e REPEATED_TESTS_COUNT` option.
patch by Berenguer Blasi; reviewed by Mick Semb Wever, Brandon Williams for CASSANDRA-18942