Skip to content

Instantly share code, notes, and snippets.

@adg
Created October 10, 2019 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adg/9cff49420906f4d825efc24e2f4e412d to your computer and use it in GitHub Desktop.
Save adg/9cff49420906f4d825efc24e2f4e412d to your computer and use it in GitHub Desktop.
$ go test ./...
ok github.com/dgraph-io/dgraph/algo 0.175s
[Decoder]: Using assembly version of decoder
2019/10/11 07:04:48 rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:9180: connect: connection refused"
FAIL github.com/dgraph-io/dgraph/chunker 1.332s
ok github.com/dgraph-io/dgraph/codec 34.952s
? github.com/dgraph-io/dgraph/codec/benchmark [no test files]
? github.com/dgraph-io/dgraph/compose [no test files]
ok github.com/dgraph-io/dgraph/conn 1.249s
? github.com/dgraph-io/dgraph/contrib/embargo [no test files]
? github.com/dgraph-io/dgraph/contrib/integration/acctupsert [no test files]
? github.com/dgraph-io/dgraph/contrib/integration/bank [no test files]
? github.com/dgraph-io/dgraph/contrib/integration/bigdata [no test files]
? github.com/dgraph-io/dgraph/contrib/integration/mutates [no test files]
ok github.com/dgraph-io/dgraph/contrib/integration/share 0.113s [no tests to run]
? github.com/dgraph-io/dgraph/contrib/integration/swap [no test files]
[Decoder]: Using assembly version of decoder
panic: Could not assign uids. Got error Get http://localhost:6180/assign?what=uids&num=200: dial tcp [::1]:6180: connect: connection refused
goroutine 1 [running]:
github.com/dgraph-io/dgraph/testutil.AssignUids(0xc8)
/Users/adg/t/dgraph/dgraph/testutil/client.go:330 +0x1b8
github.com/dgraph-io/dgraph/contrib/integration/testtxn_test.TestMain(0xc000144600)
/Users/adg/t/dgraph/dgraph/contrib/integration/testtxn/main_test.go:50 +0x47
main.main()
_testmain.go:78 +0x135
FAIL github.com/dgraph-io/dgraph/contrib/integration/testtxn 0.552s
? github.com/dgraph-io/dgraph/contrib/jepsen [no test files]
? github.com/dgraph-io/dgraph/contrib/jepsen/browser [no test files]
? github.com/dgraph-io/dgraph/dgraph [no test files]
? github.com/dgraph-io/dgraph/dgraph/cmd [no test files]
[Decoder]: Using assembly version of decoder
2019/10/11 07:05:03 rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:5180: connect: connection refused"
FAIL github.com/dgraph-io/dgraph/dgraph/cmd/alpha 0.475s
--- FAIL: TestMutationsDisallow (0.00s)
--- FAIL: TestMutationsDisallow/disallow_drop_all_in_no_mutations_mode (0.00s)
mutations_mode_test.go:51:
Error Trace: mutations_mode_test.go:51
mutations_mode_test.go:43
Error: "rpc error: code = unavailable desc = all subconns are in transientfailure, latest connection error: connection error: desc = "transport: error while dialing dial tcp [::1]:9180: connect: connection refused"" does not contain "no mutations allowed"
Test: TestMutationsDisallow/disallow_drop_all_in_no_mutations_mode
--- FAIL: TestMutationsDisallow/disallow_mutate_new_predicate_in_no_mutations_mode (0.00s)
mutations_mode_test.go:71:
Error Trace: mutations_mode_test.go:71
mutations_mode_test.go:43
Error: "rpc error: code = unavailable desc = all subconns are in transientfailure, latest connection error: connection error: desc = "transport: error while dialing dial tcp [::1]:9180: connect: connection refused"" does not contain "no mutations allowed"
Test: TestMutationsDisallow/disallow_mutate_new_predicate_in_no_mutations_mode
--- FAIL: TestMutationsDisallow/disallow_add_predicate_in_no_mutations_mode (0.00s)
mutations_mode_test.go:96:
Error Trace: mutations_mode_test.go:96
mutations_mode_test.go:43
Error: "rpc error: code = unavailable desc = all subconns are in transientfailure, latest connection error: connection error: desc = "transport: error while dialing dial tcp [::1]:9180: connect: connection refused"" does not contain "no mutations allowed"
Test: TestMutationsDisallow/disallow_add_predicate_in_no_mutations_mode
--- FAIL: TestMutationsDisallow/disallow_mutate_existing_predicate_in_no_mutations_mode (0.00s)
mutations_mode_test.go:131:
Error Trace: mutations_mode_test.go:131
mutations_mode_test.go:43
Error: "rpc error: code = unavailable desc = all subconns are in transientfailure, latest connection error: connection error: desc = "transport: error while dialing dial tcp [::1]:9180: connect: connection refused"" does not contain "no mutations allowed"
Test: TestMutationsDisallow/disallow_mutate_existing_predicate_in_no_mutations_mode
--- FAIL: TestMutationsStrict (0.00s)
--- FAIL: TestMutationsStrict/allow_group1_drop_all_in_strict_mutations_mode (0.00s)
mutations_mode_test.go:57:
Error Trace: mutations_mode_test.go:57
mutations_mode_test.go:43
Error: Received unexpected error:
rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:9182: connect: connection refused"
Test: TestMutationsStrict/allow_group1_drop_all_in_strict_mutations_mode
--- FAIL: TestMutationsStrict/allow_group2_drop_all_in_strict_mutations_mode (0.00s)
mutations_mode_test.go:57:
Error Trace: mutations_mode_test.go:57
mutations_mode_test.go:43
Error: Received unexpected error:
rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:9183: connect: connection refused"
Test: TestMutationsStrict/allow_group2_drop_all_in_strict_mutations_mode
--- FAIL: TestMutationsStrict/disallow_group1_mutate_new_predicate_in_strict_mutations_mode (0.00s)
mutations_mode_test.go:85:
Error Trace: mutations_mode_test.go:85
mutations_mode_test.go:43
Error: "rpc error: code = unavailable desc = all subconns are in transientfailure, latest connection error: connection error: desc = "transport: error while dialing dial tcp [::1]:9182: connect: connection refused"" does not contain "schema not defined for predicate"
Test: TestMutationsStrict/disallow_group1_mutate_new_predicate_in_strict_mutations_mode
--- FAIL: TestMutationsStrict/disallow_group2_mutate_new_predicate_in_strict_mutations_mode (0.00s)
mutations_mode_test.go:85:
Error Trace: mutations_mode_test.go:85
mutations_mode_test.go:43
Error: "rpc error: code = unavailable desc = all subconns are in transientfailure, latest connection error: connection error: desc = "transport: error while dialing dial tcp [::1]:9183: connect: connection refused"" does not contain "schema not defined for predicate"
Test: TestMutationsStrict/disallow_group2_mutate_new_predicate_in_strict_mutations_mode
--- FAIL: TestMutationsStrict/allow_group1_add_predicate_in_strict_mutations_mode (0.00s)
mutations_mode_test.go:106:
Error Trace: mutations_mode_test.go:106
mutations_mode_test.go:43
Error: Received unexpected error:
rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:9182: connect: connection refused"
Test: TestMutationsStrict/allow_group1_add_predicate_in_strict_mutations_mode
--- FAIL: TestMutationsStrict/allow_group2_add_predicate_in_strict_mutations_mode (0.00s)
mutations_mode_test.go:116:
Error Trace: mutations_mode_test.go:116
mutations_mode_test.go:43
Error: Received unexpected error:
rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:9183: connect: connection refused"
Test: TestMutationsStrict/allow_group2_add_predicate_in_strict_mutations_mode
--- FAIL: TestMutationsStrict/allow_group1_mutate_group1_predicate_in_strict_mutations_mode (0.00s)
mutations_mode_test.go:144:
Error Trace: mutations_mode_test.go:144
mutations_mode_test.go:43
Error: Received unexpected error:
Transaction has already been committed or discarded
github.com/dgraph-io/dgo/v2.init
/Users/adg/pkg/mod/github.com/dgraph-io/dgo/v2@v2.1.0/txn.go:31
runtime.doInit
/Users/adg/go/src/runtime/proc.go:5222
runtime.doInit
/Users/adg/go/src/runtime/proc.go:5217
runtime.doInit
/Users/adg/go/src/runtime/proc.go:5217
runtime.main
/Users/adg/go/src/runtime/proc.go:190
runtime.goexit
/Users/adg/go/src/runtime/asm_amd64.s:1357
Test: TestMutationsStrict/allow_group1_mutate_group1_predicate_in_strict_mutations_mode
--- FAIL: TestMutationsStrict/allow_group2_mutate_group1_predicate_in_strict_mutations_mode (0.00s)
mutations_mode_test.go:144:
Error Trace: mutations_mode_test.go:144
mutations_mode_test.go:43
Error: Received unexpected error:
Transaction has already been committed or discarded
github.com/dgraph-io/dgo/v2.init
/Users/adg/pkg/mod/github.com/dgraph-io/dgo/v2@v2.1.0/txn.go:31
runtime.doInit
/Users/adg/go/src/runtime/proc.go:5222
runtime.doInit
/Users/adg/go/src/runtime/proc.go:5217
runtime.doInit
/Users/adg/go/src/runtime/proc.go:5217
runtime.main
/Users/adg/go/src/runtime/proc.go:190
runtime.goexit
/Users/adg/go/src/runtime/asm_amd64.s:1357
Test: TestMutationsStrict/allow_group2_mutate_group1_predicate_in_strict_mutations_mode
--- FAIL: TestMutationsStrict/allow_group1_mutate_group2_predicate_in_strict_mutations_mode (0.00s)
mutations_mode_test.go:158:
Error Trace: mutations_mode_test.go:158
mutations_mode_test.go:43
Error: Received unexpected error:
Transaction has already been committed or discarded
github.com/dgraph-io/dgo/v2.init
/Users/adg/pkg/mod/github.com/dgraph-io/dgo/v2@v2.1.0/txn.go:31
runtime.doInit
/Users/adg/go/src/runtime/proc.go:5222
runtime.doInit
/Users/adg/go/src/runtime/proc.go:5217
runtime.doInit
/Users/adg/go/src/runtime/proc.go:5217
runtime.main
/Users/adg/go/src/runtime/proc.go:190
runtime.goexit
/Users/adg/go/src/runtime/asm_amd64.s:1357
Test: TestMutationsStrict/allow_group1_mutate_group2_predicate_in_strict_mutations_mode
--- FAIL: TestMutationsStrict/allow_group2_mutate_group2_predicate_in_strict_mutations_mode (0.00s)
mutations_mode_test.go:158:
Error Trace: mutations_mode_test.go:158
mutations_mode_test.go:43
Error: Received unexpected error:
Transaction has already been committed or discarded
github.com/dgraph-io/dgo/v2.init
/Users/adg/pkg/mod/github.com/dgraph-io/dgo/v2@v2.1.0/txn.go:31
runtime.doInit
/Users/adg/go/src/runtime/proc.go:5222
runtime.doInit
/Users/adg/go/src/runtime/proc.go:5217
runtime.doInit
/Users/adg/go/src/runtime/proc.go:5217
runtime.main
/Users/adg/go/src/runtime/proc.go:190
runtime.goexit
/Users/adg/go/src/runtime/asm_amd64.s:1357
Test: TestMutationsStrict/allow_group2_mutate_group2_predicate_in_strict_mutations_mode
FAIL
FAIL github.com/dgraph-io/dgraph/dgraph/cmd/alpha/mutations_mode 0.226s
? github.com/dgraph-io/dgraph/dgraph/cmd/bulk [no test files]
? github.com/dgraph-io/dgraph/dgraph/cmd/cert [no test files]
? github.com/dgraph-io/dgraph/dgraph/cmd/conv [no test files]
[Decoder]: Using assembly version of decoder
2019/10/11 07:05:01 rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:9180: connect: connection refused"
FAIL github.com/dgraph-io/dgraph/dgraph/cmd/counter 0.485s
? github.com/dgraph-io/dgraph/dgraph/cmd/debug [no test files]
? github.com/dgraph-io/dgraph/dgraph/cmd/live [no test files]
[Decoder]: Using assembly version of decoder
2019/10/11 07:05:05 rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:9180: connect: connection refused"
FAIL github.com/dgraph-io/dgraph/dgraph/cmd/live/load-json 0.563s
[Decoder]: Using assembly version of decoder
2019/10/11 07:05:09 rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:9180: connect: connection refused"
FAIL github.com/dgraph-io/dgraph/dgraph/cmd/live/load-uids 0.370s
? github.com/dgraph-io/dgraph/dgraph/cmd/migrate [no test files]
? github.com/dgraph-io/dgraph/dgraph/cmd/version [no test files]
ok github.com/dgraph-io/dgraph/dgraph/cmd/zero 20.263s
ok github.com/dgraph-io/dgraph/edgraph 0.433s
[Decoder]: Using assembly version of decoder
2019/10/11 07:05:16 rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:9180: connect: connection refused"
FAIL github.com/dgraph-io/dgraph/ee/acl 0.357s
ok github.com/dgraph-io/dgraph/ee/backup 0.556s
[Decoder]: Using assembly version of decoder
--- FAIL: TestBackupFilesystem (0.00s)
backup_test.go:62:
Error Trace: backup_test.go:62
Error: Received unexpected error:
rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:9180: connect: connection refused"
Test: TestBackupFilesystem
FAIL
FAIL github.com/dgraph-io/dgraph/ee/backup/tests/filesystem 0.353s
[Decoder]: Using assembly version of decoder
--- FAIL: TestBackupMinio (128.02s)
backup_test.go:63:
Error Trace: backup_test.go:63
Error: Received unexpected error:
Put http://localhost:9001/dgraph-backup/: dial tcp [::1]:9001: connect: connection refused
Test: TestBackupMinio
FAIL
FAIL github.com/dgraph-io/dgraph/ee/backup/tests/minio 128.551s
ok github.com/dgraph-io/dgraph/gql 0.322s
? github.com/dgraph-io/dgraph/lex [no test files]
ok github.com/dgraph-io/dgraph/posting 27.227s
? github.com/dgraph-io/dgraph/protos/pb [no test files]
[Decoder]: Using assembly version of decoder
2019/10/11 07:05:33 rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:9180: connect: connection refused"
FAIL github.com/dgraph-io/dgraph/query 0.393s
ok github.com/dgraph-io/dgraph/raftwal 1.168s
ok github.com/dgraph-io/dgraph/schema 0.356s
[Decoder]: Using assembly version of decoder
2019/10/11 07:05:56 rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:9180: connect: connection refused"
FAIL github.com/dgraph-io/dgraph/systest 17.435s
[Decoder]: Using assembly version of decoder
--- FAIL: TestNodes (0.00s)
group_delete_test.go:129:
Error Trace: group_delete_test.go:129
Error: Received unexpected error:
Get http://localhost:6180/state: dial tcp [::1]:6180: connect: connection refused
Test: TestNodes
Messages: error while getting connection to group 1
FAIL
FAIL github.com/dgraph-io/dgraph/systest/group-delete 0.293s
[Decoder]: Using assembly version of decoder
--- FAIL: TestLoaderXidmap (0.00s)
loader_test.go:47:
Error Trace: loader_test.go:47
Error: Received unexpected error:
fork/exec /Users/adg/bin/dgraph: no such file or directory
Test: TestLoaderXidmap
FAIL
FAIL github.com/dgraph-io/dgraph/systest/loader 0.310s
? github.com/dgraph-io/dgraph/systest/posting-list-benchmark [no test files]
? github.com/dgraph-io/dgraph/task [no test files]
[Decoder]: Using assembly version of decoder
--- FAIL: TestCreateBucket (81.92s)
minio_test.go:35:
Error Trace: minio_test.go:35
Error: Received unexpected error:
Put http://localhost:9001/dgraph-test/: dial tcp [::1]:9001: connect: connection refused
Test: TestCreateBucket
FAIL
FAIL github.com/dgraph-io/dgraph/testutil 82.233s
[Decoder]: Using assembly version of decoder
F1011 07:06:00.874876 58862 acl_over_tls_test.go:107] Unable to login using the groot account: rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:9180: connect: connection refused"
goroutine 1 [running]:
github.com/golang/glog.stacks(0xc000033100, 0xc00049e180, 0x130, 0x177)
/Users/adg/pkg/mod/github.com/golang/glog@v0.0.0-20160126235308-23def4e6c14b/glog.go:769 +0xb8
github.com/golang/glog.(*loggingT).output(0x54d4bc0, 0xc000000003, 0xc00044fd50, 0x53eca9c, 0x14, 0x6b, 0x0)
/Users/adg/pkg/mod/github.com/golang/glog@v0.0.0-20160126235308-23def4e6c14b/glog.go:720 +0x372
github.com/golang/glog.(*loggingT).printf(0x54d4bc0, 0x3, 0x4c140ba, 0x2b, 0xc000263ad0, 0x1, 0x1)
/Users/adg/pkg/mod/github.com/golang/glog@v0.0.0-20160126235308-23def4e6c14b/glog.go:655 +0x14b
github.com/golang/glog.Fatalf(...)
/Users/adg/pkg/mod/github.com/golang/glog@v0.0.0-20160126235308-23def4e6c14b/glog.go:1148
github.com/dgraph-io/dgraph/tlstest/acl.ExampleLoginOverTLS()
/Users/adg/t/dgraph/dgraph/tlstest/acl/acl_over_tls_test.go:107 +0x2fd
testing.runExample(0x4bf8489, 0x13, 0x4c38d00, 0x0, 0x0, 0x0, 0x0)
/Users/adg/go/src/testing/run_example.go:62 +0x209
testing.runExamples(0xc00057fed0, 0x54bb5e0, 0x1, 0x1, 0x100)
/Users/adg/go/src/testing/example.go:44 +0x1a8
testing.(*M).Run(0xc0002b2500, 0x0)
/Users/adg/go/src/testing/testing.go:1118 +0x203
main.main()
_testmain.go:44 +0x135
FAIL github.com/dgraph-io/dgraph/tlstest/acl 0.306s
[Decoder]: Using assembly version of decoder
--- FAIL: TestAccessWithCaCert (0.00s)
certrequest_test.go:27:
Error Trace: certrequest_test.go:27
Error: Received unexpected error:
rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:9180: connect: connection refused"
Test: TestAccessWithCaCert
Messages: Unable to perform dropall: rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:9180: connect: connection refused"
--- FAIL: TestCurlAccessWithCaCert (0.05s)
client.go:317:
Error Trace: client.go:317
certrequest_test.go:36
Error: Should be true
Test: TestCurlAccessWithCaCert
Messages: the curl output does not contain the expected output
FAIL
FAIL github.com/dgraph-io/dgraph/tlstest/certrequest 0.271s
[Decoder]: Using assembly version of decoder
--- FAIL: TestAccessWithClientCert (0.00s)
certrequireandverify_test.go:34:
Error Trace: certrequireandverify_test.go:34
Error: Received unexpected error:
rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:9180: connect: connection refused"
Test: TestAccessWithClientCert
Messages: Unable to perform dropall: rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:9180: connect: connection refused"
--- FAIL: TestCurlAccessWithoutClientCert (0.03s)
client.go:317:
Error Trace: client.go:317
certrequireandverify_test.go:42
Error: Should be true
Test: TestCurlAccessWithoutClientCert
Messages: the curl output does not contain the expected output
--- FAIL: TestCurlAccessWithClientCert (0.03s)
client.go:321:
Error Trace: client.go:321
certrequireandverify_test.go:56
Error: Received unexpected error:
exit status 7
Test: TestCurlAccessWithClientCert
Messages: the curl command should have succeeded
FAIL
FAIL github.com/dgraph-io/dgraph/tlstest/certrequireandverify 0.311s
[Decoder]: Using assembly version of decoder
--- FAIL: TestAccessWithoutClientCert (0.00s)
certverifyifgiven_test.go:21:
Error Trace: certverifyifgiven_test.go:21
Error: Received unexpected error:
rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:9180: connect: connection refused"
Test: TestAccessWithoutClientCert
Messages: Unable to perform dropall: rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:9180: connect: connection refused"
--- FAIL: TestAccessWithClientCert (0.00s)
certverifyifgiven_test.go:34:
Error Trace: certverifyifgiven_test.go:34
Error: Received unexpected error:
rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:9180: connect: connection refused"
Test: TestAccessWithClientCert
Messages: Unable to perform dropall: rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:9180: connect: connection refused"
--- FAIL: TestCurlAccessWithoutClientCert (0.02s)
client.go:321:
Error Trace: client.go:321
certverifyifgiven_test.go:42
Error: Received unexpected error:
exit status 7
Test: TestCurlAccessWithoutClientCert
Messages: the curl command should have succeeded
--- FAIL: TestCurlAccessWithClientCert (0.02s)
client.go:321:
Error Trace: client.go:321
certverifyifgiven_test.go:55
Error: Received unexpected error:
exit status 7
Test: TestCurlAccessWithClientCert
Messages: the curl command should have succeeded
FAIL
FAIL github.com/dgraph-io/dgraph/tlstest/certverifyifgiven 0.319s
ok github.com/dgraph-io/dgraph/tok 0.166s
ok github.com/dgraph-io/dgraph/types 2.421s
? github.com/dgraph-io/dgraph/types/facets [no test files]
[Decoder]: Using assembly version of decoder
badger 2019/10/11 07:06:14 INFO: All 0 tables opened in 0s
badger 2019/10/11 07:06:14 INFO: All 0 tables opened in 0s
badger 2019/10/11 07:06:15 INFO: Export Created batch of size: 570 B in 207.883µs.
badger 2019/10/11 07:06:15 INFO: Export Sent 12 keys
badger 2019/10/11 07:06:16 INFO: Export Created batch of size: 721 B in 321.062µs.
badger 2019/10/11 07:06:16 INFO: Export Sent 12 keys
--- FAIL: TestExportFormat (0.00s)
export_test.go:331:
Error Trace: export_test.go:331
Error: Received unexpected error:
Get http://localhost:8180/admin/export?format=json: dial tcp [::1]:8180: connect: connection refused
Test: TestExportFormat
badger 2019/10/11 07:06:16 INFO: DropAll called. Blocking writes...
badger 2019/10/11 07:06:16 INFO: Writes flushed. Stopping compactions now...
badger 2019/10/11 07:06:16 INFO: Deleted 0 SSTables. Now deleting value logs...
badger 2019/10/11 07:06:16 INFO: Value logs deleted. Creating value log file: 0
badger 2019/10/11 07:06:16 INFO: Deleted 1 value log files. DropAll done.
badger 2019/10/11 07:06:16 INFO: Resuming writes
--- FAIL: TestSnapshot (0.00s)
snapshot_test.go:40:
Error Trace: snapshot_test.go:40
Error: Received unexpected error:
rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:9180: connect: connection refused"
Test: TestSnapshot
--- FAIL: TestProcessTask (0.00s)
client.go:159:
Error Trace: client.go:159
worker_test.go:137
worker_test.go:152
Error: Received unexpected error:
rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:9180: connect: connection refused"
Test: TestProcessTask
--- FAIL: TestProcessTaskIndexMLayer (0.00s)
client.go:159:
Error Trace: client.go:159
worker_test.go:137
worker_test.go:245
Error: Received unexpected error:
rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:9180: connect: connection refused"
Test: TestProcessTaskIndexMLayer
--- FAIL: TestProcessTaskIndex (0.00s)
client.go:159:
Error Trace: client.go:159
worker_test.go:137
worker_test.go:311
Error: Received unexpected error:
rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:9180: connect: connection refused"
Test: TestProcessTaskIndex
FAIL
FAIL github.com/dgraph-io/dgraph/worker 2.601s
ok github.com/dgraph-io/dgraph/x 0.330s
[Decoder]: Using assembly version of decoder
--- FAIL: TestXidmap (10.00s)
xidmap_test.go:35:
Error Trace: xidmap_test.go:35
Error: Received unexpected error:
context deadline exceeded
Test: TestXidmap
Heap = 3 M Alloc = 2 M Sys = 68 M Loop = 0.00M NumGC = 0
Heap = 3 M Alloc = 2 M Sys = 68 M Loop = 0.00M NumGC = 0
Heap = 3 M Alloc = 2 M Sys = 68 M Loop = 0.00M NumGC = 0
Heap = 3 M Alloc = 2 M Sys = 68 M Loop = 0.00M NumGC = 0
Heap = 3 M Alloc = 2 M Sys = 68 M Loop = 0.00M NumGC = 0
Heap = 3 M Alloc = 2 M Sys = 68 M Loop = 0.00M NumGC = 0
Heap = 3 M Alloc = 2 M Sys = 68 M Loop = 0.00M NumGC = 0
Heap = 3 M Alloc = 2 M Sys = 68 M Loop = 0.00M NumGC = 0
Heap = 3 M Alloc = 2 M Sys = 68 M Loop = 0.00M NumGC = 0
--- FAIL: TestXidmapMemory (10.00s)
xidmap_test.go:101:
Error Trace: xidmap_test.go:101
Error: Received unexpected error:
context deadline exceeded
Test: TestXidmapMemory
FAIL
Heap = 3 M Alloc = 2 M Sys = 68 M Loop = 0.00M NumGC = 0
FAIL github.com/dgraph-io/dgraph/xidmap 20.329s
FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment