Brad Schoening test_and_ci all time


 16 Collaborator
Brandon Williams , Mick Semb Wever , Andrés de la Peña , Štefan Miklošovič , Ekaterina Dimitrova , Berenguer Blasi , Josh McKenzie , Maxwell Guo , Claude Warren , Arun Ganesh , Leonard Ma , vgali7 , Vineet Gali , Kan Maung , Henrik Ingo , Attila Homoki

 16 Patch  8 Review
a79f7f4b00b861d5d4b9caa3d4257b8c7e4c75c7, 67bbbb01259bce91672a7c3ca9fb77ea7b040e9c, 60314f2d6a03b6226e37b0d9daf67f1b4204ad5c, abe09cff346c6f9cb5bc6dbd8e873364c05e026a, 61333964f42e27ec78fec5b4ec25d9313dfc4eee, addc5748a74680b432ffabfe248245020902112c, 83c1f7713bf24ec4873cfa9f76f2efccc8a23278, 0d860ec662b0088ea7f77f98051121e198eb5692, 9711cd33c4d0d4a69279c8a79d8a8460accf1f12, 768bdffe5298b937bfafc2eb42fb93454cfca521, 7275443eca804f5dde405f45811441dbc0c1f9fb, 27ab63f00501a6afda94e760efab8af3e90c598b, c408931aa262353845c926f367ad06d27d9f164e, db3583318258b14b27abe1529f8893da2ff22bf5, 1eb777946434a578f2aa673063ba992692c358d4, 66309ae7dae883285fe2e026e138723bf203909c b9f900947adb254a395bb535a402c26e02c457a2, b11909b611de811ed2f030848820a17c77df7013, 65c99bfc42015ccfbcbc8963b3fb3c2a761ea053, 48417940280021d0012b7a7db6c9f823a98086e4, 797b96958af07945b0a1799024c1ef664dfee2e2, a79f7f4b00b861d5d4b9caa3d4257b8c7e4c75c7, a2dc44f0725b02294071e67d0cab57a7629f25a1, 022398a9a7a1861f5948a024cf0ddf4cf7682aff

022398a9a7a1861f5948a024cf0ddf4cf7682aff | Author: Stefan Miklosovic <smiklosovic@apache.org>
 | 2024-10-04 20:55:45+02:00

    Align dtest.py for CASSANDRA-19671
    
    patch by Stefan Miklosovic; reviewed by Brad Schoening for CASSANDRA-19671

b11909b611de811ed2f030848820a17c77df7013 | Author: Stefan Miklosovic <smiklosovic@apache.org>
 | 2024-09-24 19:04:17+02:00

    Make sstabledump possible to show tombstones only
    
    patch by Stefan Miklosovic; reviewed by Brad Schoening for CASSANDRA-19939

b9f900947adb254a395bb535a402c26e02c457a2 | Author: Arun Ganesh <20590666+arkn98@users.noreply.github.com>
 | 2024-06-03 15:14:17-07:00

    Add total space used for a keyspace to nodetool tablestats
    
    patch by Arun Ganesh; reviewed by Stefan Miklosovic, Brad Schoening for CASSANDRA-19671
    
    Co-authored-by: Stefan Miklosovic <smiklosovic@apache.org>

67bbbb01259bce91672a7c3ca9fb77ea7b040e9c | Author: Brad Schoening <bschoeni@gmail.com>
 | 2024-02-28 16:52:38-05:00

    Fix hygiene issues for cqlshlib
    
    patch by Brad Schoening; reviewed by Stefan Miklosovic and Berenguer Blasi for CASSANDRA-19450

60314f2d6a03b6226e37b0d9daf67f1b4204ad5c | Author: Brad Schoening <bschoeni@gmail.com>
 | 2023-09-27 11:17:15-04:00

    Resolve deprecations in pylib
    
    patch by Brad Schoening; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-18827

66309ae7dae883285fe2e026e138723bf203909c | Author: Brad Schoening <bschoeni@gmail.com>
 | 2023-09-11 12:00:14+01:00

    Align trace enable msg with changes in CASSANDRA-18547
    
    patch by Brad Schoening; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-18547

abe09cff346c6f9cb5bc6dbd8e873364c05e026a | Author: Brad Schoening <bschoeni@gmail.com>
 | 2023-08-30 23:07:48-04:00

    Clean up obsolete functions and simplify cql_version handling in cqlsh
    
    Patch by Brad Schoening; reviewed by brandonwilliams and edimitrova for
    CASSANDRA-18787

a79f7f4b00b861d5d4b9caa3d4257b8c7e4c75c7 | Author: vgali7 <vgali7@gatech.edu>
 | 2023-08-08 13:59:22-04:00

    Fix text containing "/*" being interpreted as multiline comment in cqlsh
    
    patch by Vineet Gali; reviewed by Brandon Williams, Brad Schoening for CASSANDRA-17667
    
    Co-authored-by: Attila Homoki <biotep@yahoo.com>
    Co-authored-by: Brad Schoening <bschoeni@gmail.com>

a2dc44f0725b02294071e67d0cab57a7629f25a1 | Author: Leonard Ma <lmtrombone@gmail.com>
 | 2023-05-31 13:05:54-07:00

    Remove dependency on pytz library for setting CQLSH timezones on Python version >= 3.9
    
    patch by Leonard Ma; reviewed by Brad Schoening, Brandon Williams and Stefan Miklosovic for CASSANDRA-17433

61333964f42e27ec78fec5b4ec25d9313dfc4eee | Author: Brad Schoening <bschoeni@gmail.com>
 | 2023-05-19 13:52:33-04:00

    Add HISTORY command for CQLSH
    
    patch by Brad Schoening; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-15046

65c99bfc42015ccfbcbc8963b3fb3c2a761ea053 | Author: Henrik Ingo <henrik.ingo@avoinelama.fi>
 | 2023-04-19 17:34:23+03:00

    Improve 'Not enough space for compaction' logging messages
    
    Adds separate WARN level messages to the check itself in Directories.
    
     patch by Henrik Ingo; reviewed by Mick Semb Wever, Brad Schoening, Claude Warren, Kan Maung, maxwellguo  for CASSANDRA-18260

48417940280021d0012b7a7db6c9f823a98086e4 | Author: Stefan Miklosovic <smiklosovic@apache.org>
 | 2023-02-24 14:56:50+01:00

    Add MaxSSTableSize and MaxSSTableDuration metrics and propagate them together with local read/write ratio to tablestats
    
    patch by Stefan Miklosovic; reviewed by Brandon Williams and Brad Schoening for CASSANDRA-18283

797b96958af07945b0a1799024c1ef664dfee2e2 | Author: Stefan Miklosovic <smiklosovic@apache.org>
 | 2022-11-18 20:45:37+01:00

    Implement a guardrail for not having zero default_time_to_live on tables with TWCS
    
    patch by Stefan Miklosovic; reviewed by Andrés de la Peña, Josh McKenzie, Brandon Williams and Brad Schoening for CASSANDRA-18042
    
    Co-authored-by: Andrés de la Peña <a.penya.garcia@gmail.com>

addc5748a74680b432ffabfe248245020902112c | Author: Brad Schoening <5796692+bschoening@users.noreply.github.com>
 | 2022-10-04 16:21:10-04:00

    Add missing cqlsh completion and round out cqlsh completion test coverage
    
    IF (NOT) EXISTS is now also offered in cqlsh completion for CREATE TYPE, DROP TYPE, CREATE ROLE and DROP ROLE
    
    patch by Brad Schoening; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-16640

83c1f7713bf24ec4873cfa9f76f2efccc8a23278 | Author: Brad Schoening <5796692+bschoening@users.noreply.github.com>
 | 2022-10-03 10:31:07+02:00

    Fix auto-completing "WITH" when creating a materialized view (CASSANDRA-17879)
    
    patch by Brad Schoening; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-17879

9711cd33c4d0d4a69279c8a79d8a8460accf1f12 | Author: Brad Schoening <5796692+bschoening@users.noreply.github.com>
 | 2022-04-05 15:09:14-04:00

    remove support for deprecated version specific TLS in Python 3.6
    
    patch by Brad Schoening; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-17365

0d860ec662b0088ea7f77f98051121e198eb5692 | Author: Brad Schoening <5796692+bschoening@users.noreply.github.com>
 | 2022-03-22 09:41:52-04:00

    Add teardown to test_cqlsh_completion
    
    Patch by Brad Schoening; reviewed by brandonwilliams and smiklosovic for
    CASSANDRA-17465

768bdffe5298b937bfafc2eb42fb93454cfca521 | Author: Brad Schoening <5796692+bschoening@users.noreply.github.com>
 | 2022-03-10 21:18:30-05:00

    change six functions in cqlshlib to native Python 3 ones
    
    patch by Brad Schoening; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-17417

7275443eca804f5dde405f45811441dbc0c1f9fb | Author: Brad Schoening <5796692+bschoening@users.noreply.github.com>
 | 2022-03-10 21:18:30-05:00

    change six functions in cqlshlib to native Python 3 ones
    
    patch by Brad Schoening; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-17417

27ab63f00501a6afda94e760efab8af3e90c598b | Author: Brad Schoening <5796692+bschoening@users.noreply.github.com>
 | 2022-03-04 12:02:25+01:00

    remove unused imports in cqlsh.py and cqlshlib
    
    patch by Brad Schoening; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-17413

c408931aa262353845c926f367ad06d27d9f164e | Author: Brad Schoening <5796692+bschoening@users.noreply.github.com>
 | 2022-03-01 21:18:19-05:00

    fix warnings in pylib tests
    
    patch by Brad Schoening; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-17397

db3583318258b14b27abe1529f8893da2ff22bf5 | Author: Brad Schoening <5796692+bschoening@users.noreply.github.com>
 | 2022-02-11 20:35:18-05:00

    update Python test framework from nose to pytest
    
    patch by Brad Schoening; reviewed by Brandon Williams, Berenguer Blasi and Stefan Miklosovic for CASSANDRA-17293

1eb777946434a578f2aa673063ba992692c358d4 | Author: Brad Schoening <5796692+bschoening@users.noreply.github.com>
 | 2022-01-20 06:19:45-05:00

    remove python 2 code which is now EOL and unsupported
    
    Patch by Brad Schoening; reviewed by brandonwilliams and bereng for
    CASSANDRA-17242