Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storage: flake in TestMVCCOpLogWriter #76501

Closed
knz opened this issue Feb 14, 2022 · 1 comment
Closed

storage: flake in TestMVCCOpLogWriter #76501

knz opened this issue Feb 14, 2022 · 1 comment
Labels
A-storage Relating to our storage engine (Pebble) on-disk storage. A-testing Testing tools and infrastructure C-test-failure Broken test (automatically or manually discovered).

Comments

@knz
Copy link
Contributor

knz commented Feb 14, 2022

Describe the problem

Found in https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_UnitTests/4370949?showRootCauses=false&expandBuildChangesSection=true&expandBuildProblemsSection=true&expandBuildTestsSection=true

=== RUN   TestMVCCOpLogWriter/pebble
    mvcc_logical_ops_test.go:165: unexpected logical op differences:
        [4].CommitIntent.Key[0]: uint8(0x2f) (previously visited) != uint8(0x2f)
        [4].CommitIntent.Key[1]: uint8(0x64) (previously visited) != uint8(0x64)
        [4].CommitIntent.Key[2]: uint8(0x62) (previously visited) != uint8(0x62)
        [4].CommitIntent.Key[3]: uint8(0x31) (previously visited) != uint8(0x31)
    --- FAIL: TestMVCCOpLogWriter/pebble (0.01s)

cc @nvanbenschoten for triage

@knz knz added C-test-failure Broken test (automatically or manually discovered). A-storage Relating to our storage engine (Pebble) on-disk storage. A-testing Testing tools and infrastructure labels Feb 14, 2022
@knz
Copy link
Contributor Author

knz commented Feb 14, 2022

nvm, it's a bug in the upstream pretty package.

@knz knz closed this as completed Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-storage Relating to our storage engine (Pebble) on-disk storage. A-testing Testing tools and infrastructure C-test-failure Broken test (automatically or manually discovered).
Projects
None yet
Development

No branches or pull requests

1 participant