8000 tests: possible regression on a Jepsen test (new write skews) · Issue #7899 · cockroachdb/cockroach · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
tests: possible regression on a Jepsen test (new write skews) #7899
Closed
@knz

Description

@knz

So I am re-running the tests after a hiatus of 3 months. One test that used to pass and is now failing is the monotonic test, which runs insert into test(ts, val) select current_logical_timestamp(), max(val)+1 from test concurrently from different clients and expects both values 1) to increase in the same order and 2) to be unique.

This used to work without errors. Now today I found multiple instances where this is not the case any more, we now have duplicate values on the val column (incremented via max):

http://jepsen.cockroachdb.com/cgi-bin/display.py?entry=20160718T211852#20160718T211852

http://jepsen.cockroachdb.com/cgi-bin/display.py?entry=20160718T205708#20160718T205708

http://jepsen.cockroachdb.com/cgi-bin/display.py?entry=20160718T202608#20160718T202608

Metadata

Metadata

Assignees

Labels

C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.C-investigationFurther steps needed to qualify. C-label will change.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0