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

ACPI integration test flaky due to map ordering #2944

Open
hugelgupf opened this issue Mar 4, 2024 · 0 comments
Open

ACPI integration test flaky due to map ordering #2944

hugelgupf opened this issue Mar 4, 2024 · 0 comments
Labels
Bug Stuff that's wrong

Comments

@hugelgupf
Copy link
Member

ACPI coverage flakes because sometimes different code paths are covered. One of the tests calls RawTableFromSys, which depending on map ordering, will only use one or the other method:

"files": RawTablesFromSys,

Both should be covered and properly tested.

@hugelgupf hugelgupf added the Bug Stuff that's wrong label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Stuff that's wrong
Projects
None yet
Development

No branches or pull requests

1 participant