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

bug: flaky tests in github runner #48

Open
apoorvsadana opened this issue Oct 20, 2023 · 0 comments
Open

bug: flaky tests in github runner #48

apoorvsadana opened this issue Oct 20, 2023 · 0 comments

Comments

@apoorvsadana
Copy link
Contributor

The stop_indexer and failed_stop_indexer tests are flaky. They work sometimes and fail at other times on the github runner. They always work locally and even doing an ssh into the self hosted runner and running the tests didn't reproduce it. By adding logs to the error, it looks like the apibara sink closes with channel closed

Here's an unsusscesful run with logs - https://github.com/Astraly-Labs/indexer-service/actions/runs/6584796812/job/17890044364

The issue is that we want to stop the indexer but because it failed to run, the stop indexer API call also results in FailedStopping (couldn't stop because nothing was running).

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