You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2024-12-20T08:39:49.642Z] DEBUG Stopped node-name=aliceNode
--- FAIL: TestPrivacyGroupEndorsementConcurrent (8.71s)
utils_for_test.go:100: Using transaction latency threshold of 2s
utils_for_test.go:100: Using transaction latency threshold of 2s
utils_for_test.go:100: Using transaction latency threshold of 2s
utils_for_test.go:100: Using transaction latency threshold of 2s
component_test.go:1764:
Error Trace: /Users/johnhosie/foo/paladin/bugfix/paladin/core/go/componenttest/component_test.go:1764
Error: Condition never satisfied
Test: TestPrivacyGroupEndorsementConcurrent
Messages: Transaction did not receive a receipt
utils_for_test.go:100: Using transaction latency threshold of 2s
utils_for_test.go:100: Using transaction latency threshold of 2s
utils_for_test.go:100: Using transaction latency threshold of 2s
utils_for_test.go:100: Using transaction latency threshold of 2s
utils_for_test.go:100: Using transaction latency threshold of 2s
utils_for_test.go:100: Using transaction latency threshold of 2s
utils_for_test.go:100: Using transaction latency threshold of 2s
utils_for_test.go:100: Using transaction latency threshold of 2s
utils_for_test.go:100: Using transaction latency threshold of 2s
utils_for_test.go:100: Using transaction latency threshold of 2s
component_test.go:1822:
Error Trace: /Users/johnhosie/foo/paladin/bugfix/paladin/core/go/componenttest/component_test.go:1822
Error: Not equal:
expected: "bob_value_0_0"
actual : ""
Diff:
--- Expected
+++ Actual
@@ -1 +1 @@
-bob_value_0_0
+
Test: TestPrivacyGroupEndorsementConcurrent
FAIL
FAIL github.com/kaleido-io/paladin/core/componenttest 9.130s
FAIL
What did you expect to happen?
ok github.com/kaleido-io/paladin/core/componenttest 6.818s
How can we reproduce it (as minimally and precisely as possible)?
while:do
go clean -testcache
go test -timeout 60s -tags testdbpostgres -run ^TestPrivacyGroupEndorsementConcurrent$ github.com/kaleido-io/paladin/core/componenttest >> log.log
done
Anything else we need to know?
re-running the test in a bash loop of 100, I see it pass 97 times and fail with this error 3 times
OS version
No response
The text was updated successfully, but these errors were encountered:
This is a concurrency test so very prone to intermittent failures. Very likely there is a real issue in there that could be causing problems in other scenarios where it might be even more expensive to debug so this is certainly one that is worth getting a handle on.
What happened?
What did you expect to happen?
ok github.com/kaleido-io/paladin/core/componenttest 6.818s
How can we reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
re-running the test in a bash loop of 100, I see it pass 97 times and fail with this error 3 times
OS version
No response
The text was updated successfully, but these errors were encountered: