Botond Dénes
Botond Dénes
Some of the problems will have to be addressed in dtests. We should make dtests accept both legacy and native implementation's error message, if the native implementation decided to rephrase...
@tchaikov can you please take care of nodetool toppartitions and nodetool ring (need to bring back printing of "?" when there is no effective ownership, nodetool status does the same,...
Merge freeze is over, queued.
> Are the fragments belong to one mutation or to many muration_s_? Yes. Depends on how many mutations (partitions) you query. There are multiple fragments (at least 2) for each...
But note, that the name of this modifier (`MUTATION_FRAGMENTS`), is derived from the internal C++ class `mutation_fragment`. Use din plural, this is "mutation fragments". The modifier was intended to imply...
All that many words is to say that I think "mutation fragments" is the correct and better sounding variant.
I did it again, I pushed without checking CI. I will dequeue if promotion fails.
What is the intended use-case of this script? Please add it to the cover-letter.
/cc @lkshminarayanan who was working on something similar.
> This PR adds the ability to run individual test case with test.py. The new syntax is `test.py --options name::case`. If the "::case" part is present two changes apply. >...