Update concurrent test to support multiple operations in each transaction #526
tests_arm64.yaml
on: pull_request
Matrix: test-linux-arm64-race / test-linux
Matrix: test-linux-arm64 / test-linux
Annotations
16 errors and 4 warnings
|
test-linux-arm64 / 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-arm64 / 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-arm64 / test-linux (linux-unit-test-1-cpu)
Process completed with exit code 2.
|
|
test-linux-arm64 / 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-arm64 / 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-arm64 / test-linux (linux-unit-test-2-cpu)
Process completed with exit code 2.
|
|
test-linux-arm64 / 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-arm64 / 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-arm64 / test-linux (linux-unit-test-4-cpu)
Process completed with exit code 2.
|
|
test-linux-arm64-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-arm64-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-arm64-race / test-linux (linux-unit-test-4-cpu-race)
Process completed with exit code 2.
|
test-linux-arm64 / test-linux (linux-unit-test-1-cpu)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
test-linux-arm64 / test-linux (linux-unit-test-2-cpu)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
test-linux-arm64 / test-linux (linux-unit-test-4-cpu)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
test-linux-arm64-race / test-linux (linux-unit-test-4-cpu-race)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|