Update concurrent test to support multiple operations in each transaction #516
tests_amd64.yaml
on: pull_request
Matrix: test-linux-amd64-race / test-linux
Matrix: test-linux-amd64 / test-linux
coverage
0s
Annotations
16 errors
|
test-linux-amd64 / test-linux (linux-unit-test-1-cpu):
concurrent_test.go#L899
cannot use db (variable of type *bbolt.DB) as *bbolt.Tx value in argument to executeWrite
|
test-linux-amd64 / test-linux (linux-unit-test-1-cpu):
concurrent_test.go#L915
cannot use db (variable of type *bbolt.DB) as *bbolt.Tx value in argument to executeWrite
|
test-linux-amd64 / test-linux (linux-unit-test-1-cpu)
Process completed with exit code 2.
|
|
test-linux-amd64 / test-linux (linux-unit-test-4-cpu):
concurrent_test.go#L899
cannot use db (variable of type *bbolt.DB) as *bbolt.Tx value in argument to executeWrite
|
test-linux-amd64 / test-linux (linux-unit-test-4-cpu):
concurrent_test.go#L915
cannot use db (variable of type *bbolt.DB) as *bbolt.Tx value in argument to executeWrite
|
test-linux-amd64 / test-linux (linux-unit-test-4-cpu)
Process completed with exit code 2.
|
|
test-linux-amd64 / test-linux (linux-unit-test-2-cpu):
concurrent_test.go#L899
cannot use db (variable of type *bbolt.DB) as *bbolt.Tx value in argument to executeWrite
|
test-linux-amd64 / test-linux (linux-unit-test-2-cpu):
concurrent_test.go#L915
cannot use db (variable of type *bbolt.DB) as *bbolt.Tx value in argument to executeWrite
|
test-linux-amd64 / test-linux (linux-unit-test-2-cpu)
Process completed with exit code 2.
|
|
test-linux-amd64-race / test-linux (linux-unit-test-4-cpu-race):
concurrent_test.go#L899
cannot use db (variable of type *bbolt.DB) as *bbolt.Tx value in argument to executeWrite
|
test-linux-amd64-race / test-linux (linux-unit-test-4-cpu-race):
concurrent_test.go#L915
cannot use db (variable of type *bbolt.DB) as *bbolt.Tx value in argument to executeWrite
|
test-linux-amd64-race / test-linux (linux-unit-test-4-cpu-race)
Process completed with exit code 2.
|