We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TestIntegrationSuite integration_test.go:331: Error Trace: integration_test.go:331 Error: Not equal: expected: []string{"fail", "fail", "fail"} actual : []string{"fail", "fail"} Diff: --- Expected +++ Actual @@ -1,3 +1,2 @@ -([]string) (len=3) { - (string) (len=4) "fail", +([]string) (len=2) { (string) (len=4) "fail", Test: TestIntegrationSuite 2021/09/23 23:26:39 INFO Stopped Worker Namespace integration-test-namespace TaskQueue tq-1-TestIntegrationSuite/TestActivityRetryOnError WorkerID 69614@arch@ --- FAIL: TestIntegrationSuite (13.53s)
The text was updated successfully, but these errors were encountered:
Improve test success when server is slow (fixes temporalio#556 and fixes
46c43bb
temporalio#547)
0f90440
Improve test success when server is slow (fixes #556 and fixes #547) (#…
e739f51
…565)
vitarb
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: