-
Notifications
You must be signed in to change notification settings - Fork 281
Description
=== RUN TestCloneProgress
coverage: 12.3% of statements in github.com/ceph/go-ceph/cephfs/admin
panic: test timed out after 15m0s
running tests:
TestCloneProgress (15m0s)goroutine 13 [running]:
testing.(*M).startAlarm.func1()
/opt/go/src/testing/testing.go:2682 +0x345
created by time.goFunc
/opt/go/src/time/sleep.go:215 +0x2dgoroutine 1 [chan receive]:
testing.(*T).Run(0xc000144540, {0x6fe4c8?, 0xc00014fb30?}, 0x714088)
/opt/go/src/testing/testing.go:2005 +0x485
testing.runTests.func1(0xc000144540)
/opt/go/src/testing/testing.go:2477 +0x37
testing.tRunner(0xc000144540, 0xc00014fc70)
/opt/go/src/testing/testing.go:1934 +0xea
testing.runTests(0xc000010378, {0x909060, 0x33, 0x33}, {0x7?, 0xc00006cc00?, 0x95a080?})
/opt/go/src/testing/testing.go:2475 +0x4b4
testing.(*M).Run(0xc00007cbe0)
/opt/go/src/testing/testing.go:2337 +0x63a
main.main()
_testmain.go:155 +0x9bgoroutine 11 [syscall]:
github.com/ceph/go-ceph/rados._Cfunc_rados_mgr_command(0x89a3fc0, 0xc000044128, 0x1, 0x0, 0x0, 0xc000164e18, 0xc000164e20, 0xc000164e28, 0xc000164e30)
_cgo_gotypes.go:966 +0x46
github.com/ceph/go-ceph/rados.(*Conn).MgrCommandWithInputBuffer.func1(...)
/go/src/github.com/ceph/go-ceph/rados/command.go:138
github.com/ceph/go-ceph/rados.(*Conn).MgrCommandWithInputBuffer(0xc000022860, {0xc000010810?, 0xc000151ae0?, 0x41ed85?}, {0x0?, 0x6a3080?, 0x6b2a01?})
/go/src/github.com/ceph/go-ceph/rados/command.go:138 +0x2a5
github.com/ceph/go-ceph/rados.(*Conn).MgrCommand(0xb1?, {0xc000010810?, 0x6c?, 0x6c?})
/go/src/github.com/ceph/go-ceph/rados/command.go:106 +0x25
github.com/ceph/go-ceph/internal/commands.RawMgrCommand({0x7f16dfb6b828, 0xc000022860}, {0xc0000788c0, 0x6c, 0x70})
/go/src/github.com/ceph/go-ceph/internal/commands/commands.go:23 +0x11c
github.com/ceph/go-ceph/internal/commands.MarshalMgrCommand({0x7f16dfb6b828, 0xc000022860}, {0x6b2aa0?, 0xc000164db0?})
/go/src/github.com/ceph/go-ceph/internal/commands/commands.go:33 +0xc9
github.com/ceph/go-ceph/cephfs/admin.(*FSAdmin).marshalMgrCommand(...)
/go/src/github.com/ceph/go-ceph/cephfs/admin/fsadmin.go:45
github.com/ceph/go-ceph/cephfs/admin.(*FSAdmin).CloneStatus(0xc000151f20, {0x6fa572, 0x6}, {0x6f9fa9, 0x4}, {0x6faebf, 0x8})
/go/src/github.com/ceph/go-ceph/cephfs/admin/clone.go:138 +0x28f
github.com/ceph/go-ceph/cephfs/admin.TestCloneProgress(0xc000145180)
/go/src/github.com/ceph/go-ceph/cephfs/admin/clone_progress_report_test.go:56 +0x596
testing.tRunner(0xc000145180, 0x714088)
/opt/go/src/testing/testing.go:1934 +0xea
created by testing.(*T).Run in goroutine 1
/opt/go/src/testing/testing.go:1997 +0x465
FAIL github.com/ceph/go-ceph/cephfs/admin 900.116s
FAIL
*** ERROR: returned 1
*** ERROR: cephfs/admin tests failed
make: *** [Makefile:215: test-containers-test] Error 1
Error: Process completed with exit code 2.