mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Fix/remove broken: TestMetricDbSizeDefragDebugging
This commit is contained in:
parent
948e32ae15
commit
b406647dd7
@ -47,10 +47,6 @@ func TestMetricDbSizeDefrag(t *testing.T) {
|
|||||||
testMetricDbSizeDefrag(t, "etcd")
|
testMetricDbSizeDefrag(t, "etcd")
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestMetricDbSizeDefragDebugging(t *testing.T) {
|
|
||||||
testMetricDbSizeDefrag(t, "etcd_debugging")
|
|
||||||
}
|
|
||||||
|
|
||||||
// testMetricDbSizeDefrag checks that the db size metric is set after defrag.
|
// testMetricDbSizeDefrag checks that the db size metric is set after defrag.
|
||||||
func testMetricDbSizeDefrag(t *testing.T, name string) {
|
func testMetricDbSizeDefrag(t *testing.T, name string) {
|
||||||
BeforeTest(t)
|
BeforeTest(t)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user