Eliran Sinvani
Eliran Sinvani
There are use cases where isolation of the connection can not be prepared in advance. With only the current API the application has no choice but to fallback to a...
There is a known problem introduced by 971711a, the problem is that when some callbacks for a created response handler are called from another scheduling groups an imbalance is introduced...
In order to create an out of memory condition in the right time, the test begins with a loop that exhaust all `fragmented_temporary_buffer::default_fragment_size` chunks of memory. Just after the loop...
The dynamodb binding was very strict about the credentials, it was mandatory to provide the credentials as a properties files, also, the credentials couldn't be temporary. This change adds two...
This bug is present since the introduction of 4a082fc5590bebc07b2772ed5875f9d46edad054 there is a bug in the code which has two impacts and is related to the `inheriting_concrete_execution_stage` class. 1. Renaming a...
### Prerequisites * [x] Are you rebased to master ? * [x] Is it reproducible ? * [x] Did you perform a cursory search if this issue isn't opened ?...
### Prerequisites * [x] Are you rebased to master ? * [x] Is it reproducible ? * [x] Did you perform a cursory search if this issue isn't opened ?...
### Description A typical development workflow would be to set up a cluster(+loaders+monitor) once and then run a bunch of either premade testst or hand crafted commands. The later can...
Use Case --- We are trying to use SCT in order to automate creation of fully operational clusters for dev **manual** testing. However the problem is related to running any...
It looks like ccm is unaware of the abbreviations for `--smp` and `--memory` (`-c` and `-m`) , this causes scylla startup to fail with an error about same command line...