gemini
gemini copied to clipboard
Test data integrity by comparing against an Oracle running in parallel
Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
It occured when I do gemini test at the beginning of starting scylla image with the version of 5.2.9. Msg is `Could not initialize seastar: std::system_error (error system:1, Operation not...
As solution https://github.com/scylladb/gemini/issues/405#issue-1849730582 Main changes: 1) Responses from stores compare as []bytes, instead of values unmarshalled by "gocql" .This eliminates issue #405. 2) Custom difference information collector, instead of cmp.Diff....
gocql data parsing from scylla defines 'varint' scylla type as 'big.Int' go type. big.Int not compareble. Not compareble types can`t be as a maps key. gocql got out of the...
Make use of [Query.Observer](https://pkg.go.dev/github.com/gocql/gocql#Query.Observer) on query logging. Biggest problem with it is that currently we use `PrettyCQL`, on our customer data types. So, either we have to glue it with...
Hi ! I would like to migrate Go from 1.20 to 1.21
on golang `1.21` [PGO](https://go.dev/doc/pgo) was released, and we can make use of it. Just preliminary idea: 1. Before releasing new version we would run it against single node cluster collecting...
Job: https://jenkins.scylladb.com/job/enterprise-2023.1/job/Reproducers/job/gemini-3h-ics-cdc-with-nemesis-test/12/ Gemini logs: [gemini-l0-c0-2400514c-9363-4f76-b02c-f54cbb1f4d42.log](https://github.com/scylladb/gemini/files/12313401/gemini-l0-c0-2400514c-9363-4f76-b02c-f54cbb1f4d42.log) [gemini_result_0a96fe8c-6795-4ed6-9159-79d8c4afa6c2.log](https://github.com/scylladb/gemini/files/12313402/gemini_result_0a96fe8c-6795-4ed6-9159-79d8c4afa6c2.log)
I altered the code to print performed modifications: ```diff diff --git a/pkg/jobs/jobs.go b/pkg/jobs/jobs.go index c065b5c..ceb6496 100644 --- a/pkg/jobs/jobs.go +++ b/pkg/jobs/jobs.go @@ -334,6 +334,7 @@ func ddl( return nil } for...
added counters pkg