FactomProject/factomd

Investigate why scheduled CircleCI full test fails most of the time

PaulBernier opened this issue · 2 comments

Investigate why scheduled CircleCI full test fails most of the time

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"}}

Nailed one: #1051