Skip to content
New issue

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

Investigate why scheduled CircleCI full test fails most of the time #1043

Open
PaulBernier opened this issue Aug 27, 2020 · 2 comments
Open

Comments

@PaulBernier
Copy link
Contributor

No description provided.

@PaulBernier
Copy link
Contributor Author

PaulBernier commented Sep 2, 2020

So far I have found that those tests regularly fail:

  • TestAuthenticatedUnauthorizedRequest in wsapi/wsapi_test (been disabled in Wax)
  • TestLoad in simTest/factomd_test (timeout 10min)

and those occasionally (?)

  • TestCatchupEveryMinute in simTest/factomd_test (timeout of 20 blocks)
  • TestCatchup in simTest/factomd_test

For TestAuthenticatedUnauthorizedRequest I captured:

--- FAIL: TestAuthenticatedUnauthorizedRequest (1.04s)
    wsapi_test.go:80: test case 'v2Unauthorized'
    wsapi_test.go:80: test case 'v1Authorized'
    wsapi_test.go:80: test case 'v1Unauthorized'
    wsapi_test.go:80: test case 'v2Authorized'
    wsapi_test.go:94: test 'v2Authorized' failed: wrong status code expected '200' != actual '400', body: {"jsonrpc":"2.0","id":null,"error":{"code":-32600,"message":"Invalid Request"}}

@PaulBernier
Copy link
Contributor Author

Nailed one: #1051

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant