16 Collaborator |
Brandon Williams , Sam Tunnicliffe , Benjamin Lerer , Alex Petrov , Mick Semb Wever , Andrés de la Peña , Štefan Miklošovič , Ekaterina Dimitrova , David Capwell , Berenguer Blasi , Robert Stupp , Dinesh Joshi , Zhao Yang , Joel Knighton , bryn , Bryn Cooke |
13 Patch |
10 Review |
c05443c0980cb51720ba0503f26f084c1538729c,
33a9093c5cc2f8fcf913d1931415b697e52ec108,
b3842de5cf1fa1b81872effb4585fbc7e1873d59,
8ffdd26cbee33c5dc1205c0f7292628e1a2c69e3,
39a0703b65c985c4b99eed1c045d0f00bbbcc9db,
3db7796c1b7aa0e953fab621c0334c576cc7da35,
7da11ddc2da9a5c4938044c21909ac4221580687,
9ec133b2f728ef0dd9d5995af61a0ef61dc47525,
158f084779159e8341c080a90d759a89006f5829,
6fe03b8812c90587bd953ca0db5acda562e1918e,
3658b4ecbec926dff3e4bf4b2e64a71051d0b022,
f60f2466ed69c645e690291922580ba388bac352,
94f2b784fac3142164fc7fb667f132450a3fbfaa |
d6552ce3a42d3394277e8156959c9409bb302d81,
94aee924e2d6b57ce3ecf90d39114246c4f7ec70,
c9d6c725dd0b4aa5693eb1c6d2221c28e9e99c6e,
01103111ae08b51ccd18bb1c54ac60546546d9df,
e394dc0bb32f612a476269010930c617dd1ed3cb,
df8e736700ae2a06675ff50381788d708bc22b96,
dd014bbf583a9101b9b21d5a345be3e4cd79ad96,
2aa7cf8114f3c63359e65fd741bfb990ebac2ebe,
ca009392d1697ef5a42e87a62930fe9274a3c2fe,
c5df94bf04ba41d8a077af8f4703a1a98fb7cfc9 |
33a9093c5cc2f8fcf913d1931415b697e52ec108 | Author: Eduard Tudenhoefner <eduard.tudenhoefner@datastax.com>
| 2022-07-01 08:35:04+02:00
Allow sstableloader to specify table without relying on path
patch by Eduard Tudenhoefner; reviewed by Stefan Miklosovic, Brandon Williams for CASSANDRA-16584
b3842de5cf1fa1b81872effb4585fbc7e1873d59 | Author: Andrés de la Peña <a.penya.garcia@gmail.com>
| 2022-04-22 16:36:07+01:00
Add guardrail for data disk usage
patch by Andrés de la Peña; reviewed by Ekaterina Dimitrova and Stefan Miklosovic for CASSANDRA-17150
Co-authored-by: Andrés de la Peña <a.penya.garcia@gmail.com>
Co-authored-by: Zhao Yang <jasonstack.zhao@gmail.com>
Co-authored-by: Eduard Tudenhoefner <etudenhoefner@gmail.com>
ca009392d1697ef5a42e87a62930fe9274a3c2fe | Author: Robert Stupp <snazy@snazy.de>
| 2020-06-04 10:21:27+02:00
Fix `@since` for upgrade_internal_auth_test.TestAuthUpgrade.test_upgrade_to_22 + test_upgrade_to_30
Patch by Robert Stupp; reviewed by Eduard Tudenhöfner for CASSANDRA-15853
94f2b784fac3142164fc7fb667f132450a3fbfaa | Author: Eduard Tudenhoefner <eduard.tudenhoefner@datastax.com>
| 2020-06-03 11:29:48+02:00
Add support for dtest upgrade tests
patch by Eduard Tudenhöfner; reviewed by Mick Semb Wever, Robert Stupp
d6552ce3a42d3394277e8156959c9409bb302d81 | Author: Robert Stupp <snazy@snazy.de>
| 2020-05-26 15:40:43+02:00
Use Docker image for dtests in CircleCI w/ JAVA8_HOME environment variable & Allow different pip-source-install repos in requirements.txt
Related changes in cassandra-dtests + ccm fix more issues w/ upgraded-dtests
Patch by Robert Stupp; reviewed by Eduard Tudenhöfner for CASSANDRA-15835
df8e736700ae2a06675ff50381788d708bc22b96 | Author: Robert Stupp <snazy@snazy.de>
| 2020-05-03 18:22:46+02:00
Fix flakiness of org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoirTest#testStriping and apply the same "fix" to other tests
Patch by Robert Stupp; reviewed by Eduard Tudenhöfner for CASSANDRA-15781
c5df94bf04ba41d8a077af8f4703a1a98fb7cfc9 | Author: Mick Semb Wever <mck@apache.org>
| 2020-04-19 18:04:42+02:00
Add `--only-resource-intensive-tests` command line option to only run the resource intensive annotated tests.
Previously on the nightly builds the `dtest-large` job was used as a replacement for the `dtest` job. In the pipelines today both dtest and dtest-large are executed, so dtest-large re-executing the non-intensive tests is a waste.
patch by Mick Semb Wever; reviewed by Eduard Tudenhöfner for CASSANDRA-15729
dd014bbf583a9101b9b21d5a345be3e4cd79ad96 | Author: bryn <bryncooke@gmail.com>
| 2020-04-16 16:35:38+01:00
Batch statement preparation fails if multiple tables and parameters are used
The logic for detecting if a batch statement affects multiple tables in BatchStatement#getPartitionKeyBindVariableIndexes is inverted.
BatchTest#testBatchMultipleTablePrepare has been added to demonstrate the issue.
patch by Bryn Cooke; reviewed by Eduard Tudenhöfner, Robert Stupp for CASSANDRA-15730
158f084779159e8341c080a90d759a89006f5829 | Author: Eduard Tudenhoefner <eduard.tudenhoefner@datastax.com>
| 2020-04-15 09:37:35+02:00
Respect cassandra_dir from pytest.ini
patch by Eduard Tudenhoefner; reviewed by Berenguer Blasi for
CASSANDRA-15728
39a0703b65c985c4b99eed1c045d0f00bbbcc9db | Author: Eduard Tudenhoefner <eduard.tudenhoefner@datastax.com>
| 2020-04-09 12:01:21+02:00
Mark system_views/system_virtual_schema as non-alterable keyspaces in cqlsh
patch by Eduard Tudenhoefner; reviewed by Benjamin Lerer for
CASSANDRA-15711
3db7796c1b7aa0e953fab621c0334c576cc7da35 | Author: Eduard Tudenhoefner <eduard.tudenhoefner@datastax.com>
| 2020-04-08 12:37:42+02:00
Fix cqlsh output test
patch by Eduard Tudenhoefner; reviewed by Michael Semb Wever for
CASSANDRA-15707
c05443c0980cb51720ba0503f26f084c1538729c | Author: Eduard Tudenhoefner <eduard.tudenhoefner@datastax.com>
| 2020-04-01 16:24:14+02:00
Allow cqlsh to run with Python 2.7/Python 3.6+
* Adds a minimal manual test that starts cqlsh with python3.7 & 3.8 in a Docker container. It also fixes a minor issue when starting up cqlsh with python3.7+, where `webbrowser._tryorder` is `None` as can be seen in https://github.com/python/cpython/blob/3.7/Lib/webbrowser.py#L1. Note that we're checking `webbrowser._tryorder` for `None` instead of doing `webbrowser.get()` because it's likely that there's no default browser installed in a Dockerized environment and so things would fail with `could not locate runnable browser` (https://github.com/python/cpython/blob/3.7/Lib/webbrowser.py#L65)
* Adds python3.8 testing to CircleCI
* Fixes some Python warnings that occur with newer versions
patch by Eduard Tudenhöfner, reviewed by Mick Semb Wever for CASSANDRA-15659
8ffdd26cbee33c5dc1205c0f7292628e1a2c69e3 | Author: Eduard Tudenhoefner <eduard.tudenhoefner@datastax.com>
| 2017-05-10 18:04:33-07:00
Interned ColumnIdentifiers should use minimal ByteBuffers. MemoryMeter shouldn't take ColumnDefinition into account when measuring object sizes.
Patch by Eduard Tudenhoefner; reviewed by Joel Knighton for CASSANDRA-13533