Skip to content

Commit

Permalink
storage: unskip TestSpanResolverUsesCaches
Browse files Browse the repository at this point in the history
This is no longer flaky, perhaps as a result of cockroachdb#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
  • Loading branch information
tbg committed Oct 23, 2018
1 parent d3f39a5 commit 4c724f1
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 4c724f1

Please sign in to comment.