Dusan Malusev
Dusan Malusev
While upgrading to go 1.24 and to the new `math/rand/v2` package, `math/rand.Read` has been replaced with `math/rand/v2.ChaCha8.Read` but it's not properly initialized to generate good random data. Until this is...
### Testing - [ ] ### PR pre-checks (self review) - [x] I added the relevant `backport` labels - [x] I didn't leave commented-out/debugging code ### Reminders - Add New...
Backporting gemini fixes to 2024.2 from master branch ### Testing - :green_circle: https://argus.scylladb.com/tests/scylla-cluster-tests/84f229de-dd30-47b7-b76d-ceb8fee59b3b (Gemini Short Test) ### PR pre-checks (self review) - [x] I added the relevant `backport` labels -...
Backporting gemini fixes to 2024.1 from master branch ### Testing - [ ] ### PR pre-checks (self review) - [x] I added the relevant `backport` labels - [x] I didn't...
## Pre-review checklist - [ ] I have split my patch into logically separate commits. - [ ] All commit messages clearly explain what they change and why. - [...
Replaced all `mod utils;` in favour of `mod common` to unify the import and remove the magic `#[path]` and not rely on it too much (allows copy paste); ## Pre-review...
## Pre-review checklist - [ ] I have split my patch into logically separate commits. - [ ] All commit messages clearly explain what they change and why. - [...
It's really a common case to define currencies as `enum`, espacially with PHP 8.1, laravel also supports them (both saving and retrieving from the database). ### Usecase ```php // Enums/Currency.php...
When using `session.Bind` with callback to create a query, it does not result in the same operations as in `session.Query`. This behaviour can be observed with `QueryObserver`. Reproducing Code: ```go...
For 'strong consistency' testing, during `validation` of partitions we should not modify the partitions, we need to introduce some kind of locking to the partitions when they are used inside...