Commit 2e7f299e authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1ec3a91e
// Copyright (C) 2017-2020 Nexedi SA and Contributors.
// Copyright (C) 2017-2021 Nexedi SA and Contributors.
// Kirill Smelkov <kirr@nexedi.com>
//
// This program is free software: you can Use, Study, Modify and Redistribute
......
// Copyright (C) 2017-2020 Nexedi SA and Contributors.
// Copyright (C) 2017-2021 Nexedi SA and Contributors.
// Kirill Smelkov <kirr@nexedi.com>
//
// This program is free software: you can Use, Study, Modify and Redistribute
......@@ -50,9 +50,9 @@ func TestClusterRecoveryBasic(t *testing.T) {
// M drives cluster with 1 S & C through recovery -> verification -> service -> shutdown
func TestMasterStorage(t *testing.T) {
Verify(t, tracetestMasterStorage)
Verify(t, _TestMasterStorage)
}
func tracetestMasterStorage(t0 *tEnv) {
func _TestMasterStorage(t0 *tEnv) {
X := exc.Raiseif
zback := xfs1back("../zodb/storage/fs1/testdata/1.fs")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment