-
Notifications
You must be signed in to change notification settings - Fork 4.1k
storage: TestPebbleEquivalence failure with missing provisional value #86088
Copy link
Copy link
Closed
Labels
A-storageRelating to our storage engine (Pebble) on-disk storage.Relating to our storage engine (Pebble) on-disk storage.C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.T-storageStorage TeamStorage Teambranch-release-22.2Used to mark GA and release blockers, technical advisories, and bugs for 22.2Used to mark GA and release blockers, technical advisories, and bugs for 22.2release-blockerIndicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
Description
Seen in https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_BazelEssentialCi/6085907:
=== RUN TestPebbleEquivalence/engine/random=9
check file = /artifacts/tmp/_tmp/3cb480549dd56d78f96a16434f955825/TestPebbleEquivalence781029557/output.meta
output file = /artifacts/tmp/_tmp/3cb480549dd56d78f96a16434f955825/TestPebbleEquivalence_engine_random=93802187071/output.meta
store path = /artifacts/tmp/_tmp/3cb480549dd56d78f96a16434f955825/TestPebbleEquivalence_engine_random=91609265826/store
generator.go:416: mismatching output at line 17440, operation index 17339: expected truncated range to delete = "cjgkvgibuyyki" - "xpfycslgsrjwn", deleted keys = "embhqahjh", "flsfvwghkgejel", "gktmrfwbwct", "gqxwpvnsbguuex", "gwskfeqqy", "hffnogymjssf", "hmbfclosekyugyw", "iycswlqadu", "jfnvtlfhfx", "jtaqkcmrrs", "keipluyanygoy", "kghguysqflwm", "kiefrxpoptesm", "kpyxwlvcg", "kxtbfrlyaakvgl", "mvchkvqs", "ncqrrbxgmgrom", "ntsqcufujgy", "ollexsutk", "ormiquujbi", "ovenbvunigkhbu", "ovslrpxv", "pcgmrgjmxt", "pgbykqbeanuyolf", "phlpccau", "pinpjablyqjvxl", "prkqfdyhyphnn", "pschisvcyfok", "pswptibhbhxiul", "tbefuffod", "umlcrsurkwf", "unhghawobtyrh", "vdydlwsuaqknc", "vfxsfogo", "vhgxyjwjrv", "vhysqeoimpxuu", "viocigwkt", "vkkknwxwtrm", "vlolluedgydvf", "vmjftftoj", "vmjkugbry", "vovxikvrf", "vqxnjihpobcwp", "vrxtpinvtmln", "vufbytnkimovx", "vunjtxmkegk", "vxgdslqqk", "wajixogdibkhf", "waqtsqcmy", "wbkhwvuwsjlpd", "wcbliomlpcoviwg", "wcxbsebclm", "wdnhvslp", "wdsdqokejbmrmfn", "whlrlptyyd", "whtyjpjx", "wjrbdkgqivyv", "wktfvxrwkqrtvt", "wpnivvfwkwn", "wpyeneni", "wqsgqnkskbcgky", "wuspfmmiitm", "wykvglkydffm", "xaoeywuwlhv", "xdloqwej", "xekdyssmerlmjo", "xhahaxgbvd", "xjsemortvf", "xkcrugbtnx", "xlkdchxwwwhdvo", "xlkutumqlukslwx", "xniunwovahu", "xnoonduanlyg"
, got error: iter not on provisional value for intent "pswptibhbhxiul"
--- FAIL: TestPebbleEquivalence/engine/random=9 (13.46s)
Note that this is the old DeleteRange operation which drops point tombstones, not the new one using MVCC range tombstones.
Will pull artifacts once build completes.
Jira issue: CRDB-18565
Epic CRDB-2624
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-storageRelating to our storage engine (Pebble) on-disk storage.Relating to our storage engine (Pebble) on-disk storage.C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.T-storageStorage TeamStorage Teambranch-release-22.2Used to mark GA and release blockers, technical advisories, and bugs for 22.2Used to mark GA and release blockers, technical advisories, and bugs for 22.2release-blockerIndicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.