Increase main db timeout + logging tweaks #819
GitHub Actions / Unit Test Results
failed
Feb 6, 2024 in 0s
1 fail, 74 skipped, 2 562 pass in 3m 45s
Annotations
Check warning on line 0 in Elixir.Indexer.Fetcher.CeloEpochDataTest
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
21) 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)
Loading