Skip to content

Update websocket_client lib to match blockscout upstream. #622

Update websocket_client lib to match blockscout upstream.

Update websocket_client lib to match blockscout upstream. #622

GitHub Actions / Unit Test Results failed Aug 9, 2023 in 0s

1 fail, 74 skipped, 2 575 pass in 3m 36s

       6 files  ±0     366 suites  ±0   3m 36s ⏱️ -3s
2 650 tests ±0  2 575 ✔️  - 1  74 💤 ±0  1 +1 
2 664 runs  ±0  2 587 ✔️  - 1  76 💤 ±0  1 +1 

Results for commit 8f256eb. ± Comparison against earlier commit edffc94.

Annotations

Check warning on line 0 in Elixir.Indexer.Fetcher.CeloEpochDataTest

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

test async_fetch for epoch rewards saves epoch reward to db and deletes pending operation (Elixir.Indexer.Fetcher.CeloEpochDataTest) failed

artifacts/Indexer Test Results/test-junit-report.xml
Raw output
 16) test async_fetch for epoch rewards saves epoch reward to db and deletes pending operation (Indexer.Fetcher.CeloEpochDataTest)
     test/indexer/fetcher/celo/celo_epoch_data_test.exs:87
     Assertion with == failed
     code:  assert count(CeloPendingEpochOperation) == 0
     left:  1
     right: 0
     stacktrace:
       (explorer 4.1.8) test/support/data_case.ex:57: Explorer.DataCase.wait_for_results/1
       test/indexer/fetcher/celo/celo_epoch_data_test.exs:96: (test)