Skip to content

integration-tests: use itest::TestResult instead of color_eyre#238

Merged
gursewak1997 merged 1 commit intomainfrom
fix-ignition-test
Mar 31, 2026
Merged

integration-tests: use itest::TestResult instead of color_eyre#238
gursewak1997 merged 1 commit intomainfrom
fix-ignition-test

Conversation

@gursewak1997
Copy link
Copy Markdown
Collaborator

Fix build error introduced in #232 where run_ephemeral_ignition.rs used color_eyre::Result instead of itest::TestResult. The file was added without the required dependency and didn't follow the existing convention used by other test files in the crate.
To be fair, this should have been caught in the PR build runs but no idea why it wasn't; probably some caching issue.

Signed-off-by: gursewak1997 <gursmangat@gmail.com>
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the integration tests in run_ephemeral_ignition.rs by replacing color_eyre::Result with itest::TestResult in the signatures of several test functions. I have no feedback to provide.

@gursewak1997 gursewak1997 enabled auto-merge (squash) March 30, 2026 19:47
Copy link
Copy Markdown
Collaborator

@cgwalters cgwalters left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I think this was a classic semantic merge conflict problem that we'd fix by going to merge queues bootc-dev/infra#143

In this case the merge queue would have failed both PRs together, and I think would have enabled us to drop one of them out.

@gursewak1997 gursewak1997 merged commit 3856abe into main Mar 31, 2026
20 of 22 checks passed
@gursewak1997 gursewak1997 deleted the fix-ignition-test branch March 31, 2026 17:01
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