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

Don't share the Scope in ContentTypeSpec #2886

Merged
merged 7 commits into from
Jun 6, 2024
Merged

Conversation

kyri-petrou
Copy link
Collaborator

/fix #2885
/claim #2885

@jdegoes I'm fairly certain that this fixes the issue, but it's hard to tell because I can't replicate it locally. I'll run CI 5-10 times (assuming it passes the first time 😅) to make sure it doesn't happen again.

The reason that this started failing now is that since files are served as streams, my assuption is that sharing the same Scope causes issues as the connections are not properly managed across the different test suites. Note that all the other test suites don't share the same Scope

@algora-pbc algora-pbc bot mentioned this pull request Jun 5, 2024
@kyri-petrou
Copy link
Collaborator Author

There seem to be other tests failing now. I'll mark the PR as draft and mark the PR as ready when they're all stable

@kyri-petrou kyri-petrou marked this pull request as draft June 5, 2024 18:05
@kyri-petrou kyri-petrou marked this pull request as ready for review June 6, 2024 10:50
@kyri-petrou
Copy link
Collaborator Author

@jdegoes PR is ready for review. I rerun CI 4 times and it passed. In case the issue comes back in other test suites I'm happy to fix it there as well in a followup PR

@jdegoes jdegoes merged commit 73c8452 into zio:main Jun 6, 2024
33 checks passed
@jdegoes
Copy link
Member

jdegoes commented Jun 6, 2024

Nice work!

@kyri-petrou kyri-petrou deleted the fix-ci branch June 6, 2024 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix CI
2 participants