Skip to content

Commit 4093ac1

Browse files
committed
asim: remove print
1 parent 9a27281 commit 4093ac1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pkg/kv/kvserver/asim/tests/datadriven_simulation_test.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -666,15 +666,6 @@ func TestDataDriven(t *testing.T) {
666666
}})
667667
}
668668
return ""
669-
case "print":
670-
var buf strings.Builder
671-
var sample = len(runs[len(runs)-1].hs)
672-
run := runs[len(runs)-1]
673-
for i := 0; i < sample; i++ {
674-
_, _ = fmt.Fprintf(&buf, "sample %d:\ncluster state:\n%s\n", i+1, run.stateStrAcrossSamples[i])
675-
}
676-
// return buf.String()
677-
return "skipped"
678669
default:
679670
return fmt.Sprintf("unknown command: %s", d.Cmd)
680671
}

0 commit comments

Comments
 (0)