gemini icon indicating copy to clipboard operation
gemini copied to clipboard

Test data integrity by comparing against an Oracle running in parallel

Results 51 gemini issues
Sort by recently updated
recently updated
newest added

Scylla can use collection and udt types as primary keys, but gemini cant. Reason: gemini use gocql.Marshal for creating partition keys hash, but 'BagType', 'MapType', 'TupleType', 'UDTType' or/and processing with...

bug

When schema is loaded from the file it is never tested on validity, as result, in some cases, it could lead to panic

enhancement

Currently we delete rows, but we also need to check that deleted rows are not reappeared. Probably as part of validation workflow.

enhancement

Once a tag is push, this new gihub action aims to build Gemini and its docker. Then login and push to dockerhub.

Current flow is such that only place where token is getting released from the `inflight` state is `validation` : ``` if stmt.ValuesWithToken != nil { defer func() { g.ReleaseToken(stmt.ValuesWithToken.Token) }()...

bug

Gemini code is not optimized for memory allocations. Here is what we can do as first step to optimize it: 1. Locate most loaded peaces of the code: - Value...

enhancement

## Issue description Gemini failed with some error: ``` 2023-03-07 11:53:03.119: (GeminiStressEvent Severity.ERROR) period_type=end event_id=26aa615b-3e24-4278-8755-eed0f8d5961a duration=3h56m16s: node=Node gemini-with-nemesis-3h-normal-5-0-loader-node-c2cc17cd-1 [3.215.134.19 | 10.0.0.197] (seed: False) gemini_cmd=/$HOME/gemini -d --duration 3h --warmup 30m -c...

crash

In order to test a more specific load scenarios like delete-intesive - the currently fixed query-type ratio can changed configurable for the user. it might be similar to the corresponding...

enhancement