Skip to content

Instantly share code, notes, and snippets.

@tbg
Created August 30, 2022 09:42
Show Gist options
  • Save tbg/557141553c45e388531e8f17a788d8f6 to your computer and use it in GitHub Desktop.
Save tbg/557141553c45e388531e8f17a788d8f6 to your computer and use it in GitHub Desktop.
--- 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 --
@tbg
Copy link
Author

tbg commented Aug 30, 2022

    --- FAIL: TestMVCCStatsRandomized/userspace (0.04s)
        --- FAIL: TestMVCCStatsRandomized/userspace/inline=false (0.04s)
            mvcc_stats_test.go:1845: seed: -1349196079830759417
            mvcc_stats_test.go:1649: 1.436260096,1 Del txn=<none>

                	stats delta: {"GCBytesAge":-23,"KeyBytes":16,"KeyCount":1,"ValBytes":7,"ValCount":1}
                absolute: {"GCBytesAge":-23,"KeyBytes":16,"KeyCount":1,"ValBytes":7,"ValCount":1}
            mvcc_stats_test.go:1649: 3.758392832,7 DelRange txn=<none>
                	mvccRangeDel={foo-/Max}, returnKeys=false, max=1
                	stats delta: {"GCBytesAge":-75,"RangeKeyCount":1,"RangeKeyBytes":18,"RangeValCount":1,"RangeValBytes":7}
                absolute: {"GCBytesAge":-98,"KeyBytes":16,"KeyCount":1,"ValBytes":7,"ValCount":1,"RangeKeyCount":1,"RangeKeyBytes":18,"RangeValCount":1,"RangeValBytes":7}
            mvcc_stats_test.go:1649: 4.154779456,8 GC txn=<none>
                	2.110532935,0
                	stats delta: {"GCBytesAge":19,"KeyBytes":-12,"ValBytes":-7,"ValCount":-1}
                absolute: {"GCBytesAge":-79,"KeyBytes":4,"KeyCount":1,"RangeKeyCount":1,"RangeKeyBytes":18,"RangeValCount":1,"RangeValBytes":7}
            mvcc_stats_test.go:1652: cycle 3: diff(ms, ComputeStats) = [GCBytesAge: 8 != 0 KeyBytes: 4 != 0 KeyCount: 1 != 0]
            mvcc_stats_test.go:1652: cycle 3: diff(ms, ComputeStatsForIter) = [GCBytesAge: 8 != 0 KeyBytes: 4 != 0 KeyCount: 1 != 0]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment