Created
August 30, 2022 09:42
-
-
Save tbg/557141553c45e388531e8f17a788d8f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- FAIL: TestMVCCStatsRandomized/userspace (0.04s) | |
| --- FAIL: TestMVCCStatsRandomized/userspace/inline=false (0.04s) | |
| mvcc_stats_test.go:1845: seed: 5946155527612219895 | |
| mvcc_stats_test.go:1649: 1.524851328,3 Del txn=<none> | |
| mvcc_stats_test.go:1649: 4.943406208,8 DelRange txn=<none> | |
| mvccRangeDel={/Meta1/-foo\x00}, returnKeys=false, max=0 | |
| stats delta: {"GCBytesAge":-100,"RangeKeyCount":1,"RangeKeyBytes":18,"RangeValCount":1,"RangeValBytes":7} | |
| absolute: {"GCBytesAge":-123,"KeyBytes":16,"KeyCount":1,"ValBytes":7,"ValCount":1,"RangeKeyCount":1,"RangeKeyBytes":18,"RangeValCount":1,"RangeValBytes":7} | |
| mvcc_stats_test.go:1649: 5.265516864,8 GC txn=<none> | |
| 2.191204235,0 | |
| stats delta: {"GCBytesAge":19,"KeyBytes":-12,"ValBytes":-7,"ValCount":-1} | |
| absolute: {"GCBytesAge":-104,"KeyBytes":4,"KeyCount":1,"RangeKeyCount":1,"RangeKeyBytes":18,"RangeValCount":1,"RangeValBytes":7} | |
| mvcc_stats_test.go:1652: cycle 3: diff(ms, ComputeStats) = [GCBytesAge: 12 != 0 KeyBytes: 4 != 0 KeyCount: 1 != 0] | |
| mvcc_stats_test.go:1652: cycle 3: diff(ms, ComputeStatsForIter) = [GCBytesAge: 12 != 0 KeyBytes: 4 != 0 KeyCount: 1 != 0] | |
| mvcc_stats_test.go:1868: -- test log scope end -- |
Author
tbg
commented
Aug 30, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment