mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2024-11-10 05:07:25 +01:00
Update archive_test.go
This commit is contained in:
parent
04cf55534f
commit
eb5b22e3d5
@ -1,7 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"bufio"
|
||||
"log"
|
||||
"os"
|
||||
"testing"
|
||||
"time"
|
||||
)
|
||||
@ -23,6 +25,8 @@ func TestFromCheckpoint(t *testing.T) {
|
||||
log.Printf("Checkpoints loaded (%d files, %d MB, that took %fs)\n", files, loadedData, time.Since(startupTime).Seconds())
|
||||
}
|
||||
|
||||
m.DebugDump(bufio.NewWriter(os.Stdout), nil)
|
||||
|
||||
if files != 2 {
|
||||
t.Errorf("expected: %d, got: %d\n", 2, files)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user