You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a single table with exactly one row in it. The table has a hash column primary key, and one value column. Jepsen sends concurrent reads, writes and read-modify-write (UPDATE IF) operations to different nodes. Each operation is logged along with its results. The results can be one of the following:
OK : the operation was successful
FAIL: the operation failed
UNKNOWN: we did not get a response (because there may have been a failure)
Validation
At the end of the run a checker validates that the result of the sequence of reads recorded, which is the client observed view of the data, is linearizable across all the nodes.
The text was updated successfully, but these errors were encountered:
Summary:
Pulling in the following commits:
> Bump Squeasel to d83cf6d-yb-3 (#133) ded72a9921d08cdd9f802dbe3c9a0069da7402f0
> @es1024
>
> Upgrade libbacktrace to support DWARF 5 debug information (#134) 5df09a3518916cbc193778b2f90eee37d1dbb5a1
> @mbautin
>
> Fix CentOS 7 TSAN Clang 13 build (#131) 6e56daf4b614d6ab2621a06e0e74d839eda39e14
> @mbautin
>
> Fix library checking in the mode where each toolchain is built in a s… 0b486cff08e08b6671447a97ebc8c6300e8839d3
> @mbautin
>
> Bump gLog to 0.4.0-yb-3 (#130) f8cd856c7bbffbc6d0dc403781996ef0a5283a13
> @hari90
>
> [skip ci] Fix the Snyk command 32d7c79a418d134c76599e916f815f1955cd690f
> @mbautin
All builds have been updated to commit ded72a9921d08cdd9f802dbe3c9a0069da7402f0
Test Plan: Locally built. Running all Jenkins tests
Reviewers: mbautin, esheng
Reviewed By: mbautin, esheng
Subscribers: mbautin, ybase
Differential Revision: https://phabricator.dev.yugabyte.com/D19504
Scenario
There is a single table with exactly one row in it. The table has a hash column primary key, and one value column. Jepsen sends concurrent reads, writes and read-modify-write (UPDATE IF) operations to different nodes. Each operation is logged along with its results. The results can be one of the following:
Validation
At the end of the run a checker validates that the result of the sequence of reads recorded, which is the client observed view of the data, is linearizable across all the nodes.
The text was updated successfully, but these errors were encountered: