Skip to content

Commit

Permalink
Merge #31726
Browse files Browse the repository at this point in the history
31726: storage: unskip TestSpanResolverUsesCaches r=petermattis a=tschottdorf

This is no longer flaky, perhaps as a result of #31013.

Verified via:

    $ roachprod create tobias-stress -n 10 --gce-machine-type=n1-standard-8 --local-ssd=false
    $ make roachprod-stressrace PKG=./pkg/sql/distsqlplan TESTS=TestSpanResolverUsesCaches CLUSTER=tobias-stress
    ...
    8431 runs so far, 0 failures, over 15m15s

Release note: None

Co-authored-by: Tobias Schottdorf <tobias.schottdorf@gmail.com>
  • Loading branch information
craig[bot] and tbg committed Oct 23, 2018
2 parents ff7c8c9 + 4c724f1 commit 01e0cfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/sql/distsqlplan/span_resolver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ import (
// state of caches.
func TestSpanResolverUsesCaches(t *testing.T) {
defer leaktest.AfterTest(t)()
t.Skip("#13525")
tc := testcluster.StartTestCluster(t, 4,
base.TestClusterArgs{
ReplicationMode: base.ReplicationManual,
Expand Down

0 comments on commit 01e0cfb

Please sign in to comment.