Caleb Rackliffe test_and_ci last 1 month


 12 Collaborator
Štefan Miklošovič , Sam Tunnicliffe , Brandon Williams , David Capwell , Mick Semb Wever , Marcus Eriksson , Alex Petrov , Ekaterina Dimitrova , Ariel Weisberg , Bernardo Botella , Dmitry Konstantinov , Sunil Ramchandra Pawar

 4 Patch  5 Review
2a3454a3eae5e5064e63389ffbc268fb06f3f0e9, 3c1e10b74e64b4fd9ca8bb203d503120c56f0e77, 184887069f18cb3afb7e747284d99f55cee41ec6, 2651623af6bb3da5f820d9e09abfbdd0683a1322 6f90e962f54c4b1a90ad6c3dc0bb6a224843abf0, 4fc8bb29fcda935728d8863a4499fa0e9d924b82, 75ec1ada7a40761e8b6eb948925c2dd2b116876e, f9ab5cf797013211c51c4e7d2dbd401300eb44e6, bc40d3bb27cac7979867def92fe84e5fa5011155

3c1e10b74e64b4fd9ca8bb203d503120c56f0e77 | Author: Caleb Rackliffe <calebrackliffe@gmail.com>
 | 2025-01-13 18:05:10-06:00

    AST library for CQL-based fuzz tests
    
    patch by Caleb Rackliffe; reviewed by David Capwell for CASSANDRA-20198
    
    Co-authored-by: Caleb Rackliffe <calebrackliffe@gmail.com>
    Co-authored-by: David Capwell <dcapwell@apache.org>

184887069f18cb3afb7e747284d99f55cee41ec6 | Author: Caleb Rackliffe <calebrackliffe@gmail.com>
 | 2025-01-08 11:19:50-06:00

    Remove v30 and v3X from 5.x in-JVM upgrade tests
    
    patch by Caleb Rackliffe; reviewed by Mick Semb Wever and Brandon Williams for CASSANDRA-20103

4fc8bb29fcda935728d8863a4499fa0e9d924b82 | Author: Sunil Ramchandra Pawar <pawar_sr@apple.com>
 | 2025-01-07 08:58:48-08:00

    IndexOutOfBoundsException when accessing partition where the column was deleted
    
    patch by Sunil Ramchandra Pawar; reviewed by Caleb Rackliffe, David Capwell for CASSANDRA-20108

75ec1ada7a40761e8b6eb948925c2dd2b116876e | Author: Stefan Miklosovic <smiklosovic@apache.org>
 | 2024-12-16 23:18:36+01:00

    Check presence of a snapshot in a case-insensitive manner on macOS platform to prevent hardlinking failures
    
    When hardlinks are created for a snapshot with the name "snapshot"
    and then we take a snapshot with the name "Snapshot", macOS platform thinks
    that this was already hardlinked because its hardlinking implementation
    does not seem to be case-sensitive. The fix consists of checking,
    in a case-insensitive manner, if there is already such snapshot,
    but only on macOS platform.
    
    The patch also does not create empty directories for a given snapshot
    prematurely before checking its presence so there are not dangling empty
    directories in case of a failure.
    
    patch by Stefan Miklosovic; reviewed by Bernardo Botella, Caleb Rackliffe for CASSANDRA-20146

bc40d3bb27cac7979867def92fe84e5fa5011155 | Author: Ekaterina Dimitrova <ekaterina.dimitrova@datastax.com>
 | 2024-12-04 15:46:30-05:00

    Fix RequestFailureReason constants codes
    patch by Ekaterina Dimitrova; reviewed by Caleb Rackliffe and Stefan Miklosovic  for CASSANDRA-20126

2651623af6bb3da5f820d9e09abfbdd0683a1322 | Author: Caleb Rackliffe <calebrackliffe@gmail.com>
 | 2024-11-20 16:13:01-06:00

    Interpret inet, bigint, varint, and decimal as non-reversed types for query construction and post-filtering
    
    patch by Caleb Rackliffe; reviewed by David Capwell for CASSANDRA-20100

f9ab5cf797013211c51c4e7d2dbd401300eb44e6 | Author: Marcus Eriksson <marcuse@apache.org>
 | 2024-11-08 13:39:51+01:00

    Add flag to avoid invalidating key cache on sstable deletions
    
    Patch by marcuse; reviewed by Caleb Rackliffe for CASSANDRA-20068

6f90e962f54c4b1a90ad6c3dc0bb6a224843abf0 | Author: Dmitry Konstantinov <netudima@gmail.com>
 | 2024-11-04 21:17:24+00:00

    Enforce CQL message size limit on multiframe messages
    
    Patch by Dmitry Konstantinov; reviewed by Sam Tunnicliffe,
    Caleb Rackliffe for CASSANDRA-20052

2a3454a3eae5e5064e63389ffbc268fb06f3f0e9 | Author: Caleb Rackliffe <calebrackliffe@gmail.com>
 | 2024-09-25 13:58:01-04:00

    Port Harry v2 to trunk
    
    This commit ports to trunk work already done in the cep-15-accord branch, including parts of CASSANDRA-19955, CASSANDRA-20080, and CASSANDRA-20143.
    
    patch by Caleb Rackliffe; reviewed by David Capwell and Alex Petrov for CASSANDRA-20200
    
    Co-authored-by: Caleb Rackliffe <calebrackliffe@gmail.com>
    Co-authored-by: Ariel Weisberg <aweisberg@apple.com>
    Co-authored-by: Alex Petrov <oleksandr.petrov@gmail.com>
    Co-authored-by: David Capwell <dcapwell@apache.org>