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

Fix Zeus #211

Merged
merged 1 commit into from
Feb 3, 2024
Merged

Fix Zeus #211

merged 1 commit into from
Feb 3, 2024

Conversation

mcmire
Copy link
Collaborator

@mcmire mcmire commented Feb 3, 2024

The Zeus config has been broken since integration tests for Rails engines were added. It appears that the Zeus boot step responsible for loading Combustion was passing an empty array for the modules to initialize. Outside of Zeus, the integration test customizes this array, but inside Zeus, that never happens, and there isn't a way to do that. So, considering that we only have one engine-specific integration test, I removed the customization option and hardcoded the list of modules, renaming the boot step and corresponding command to match. I then corrected the test accordingly.

The Zeus config has been broken since integration tests for Rails
engines were added. It appears that the Zeus boot step responsible for
loading Combustion was passing an empty array for the modules to
initialize. Outside of Zeus, the integration test customizes this array,
but inside Zeus, that never happens, and there isn't a way to do that.
So, considering that we only have one engine-specific integration test,
I removed the customization option and hardcoded the list of modules,
renaming the boot step and corresponding command to match. I then
corrected the test accordingly.
@mcmire mcmire marked this pull request as ready for review February 3, 2024 23:43
@mcmire mcmire merged commit 8d0c698 into main Feb 3, 2024
40 checks passed
@mcmire mcmire deleted the fix-zeus branch February 3, 2024 23:46
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.

1 participant