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

Force the state to be evaluated before running package tests #400

Open
cpuguy83 opened this issue Oct 11, 2024 · 0 comments
Open

Force the state to be evaluated before running package tests #400

cpuguy83 opened this issue Oct 11, 2024 · 0 comments

Comments

@cpuguy83
Copy link
Member

Right now the solved state for packages and containers are not actually evaluated until it hits the test runner, which itself forces evaluation since it needs to inspect some of the real state.
This can make the errors confusing since it looks like a test failed when in reality the build just failed.

Since we are always going to need to evaluate the state to run tests (assuming there are tests), we should just always force the evaluation before passing it off to the test runner.

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