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

feat: get ci unstuck on broken flake #21

Conversation

JonathanLorimer
Copy link
Contributor

No description provided.

@JonathanLorimer
Copy link
Contributor Author

@mitchellwrosen I see that you are moving off nix for CI, but I figured in the interim I would fix the broken flake

@mitchellwrosen
Copy link
Member

Thanks @JonathanLorimer, indeed there is some feeble attempt to use haskell-ci to generate a github actions file, but that PR (#19) still isn't passing tests due to a cryptic empty error coming out of tmp-postgres.

The current suspicion is that the tmp-postgres package code is poorly written and isn't fully capturing initdb's stdout and stderr streams in the event that initdb fails with non-zero exit code, so it's difficult (and unsatisfying) to debug.

We could consider moving away from the tmp-postgres dependency in favor of some more robust code. In the meantime, I see #22 as well, which is an improvement, so we're going to merge that, but don't hesitate to keep working on this and/or asking questions!

@JonathanLorimer
Copy link
Contributor Author

closed in favour of #22

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

Successfully merging this pull request may close these issues.

2 participants