-
Notifications
You must be signed in to change notification settings - Fork 42
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
kyua test failures on Ubuntu 24.04 (docker container) #237
Comments
It looks like some of the issues are occurring because I'm running the Ubuntu Linux container from within docker on MacOS. |
This change adds more information to "premature failures" or failures where no output was provided on the command-line. This is being done to help make the reasons for why a failure occurred clearer to the end-user. This also fixes the fact that several ATF-related tests were failing with "empty output" (lacking exit code data), or not failing with the appropriate (expected) "timeout" messages. This addresses part of freebsd#237 and makes the kyua tests pass cleanly again on FreeBSD. Signed-off-by: Enji Cooper <[email protected]>
This change adds more information to "premature failures" or failures where no output was provided on the command-line. This is being done to help make the reasons for why a failure occurred clearer to the end-user. This also fixes the fact that several ATF-related tests were failing with "empty output" (lacking exit code data), or not failing with the appropriate (expected) "timeout" messages. While here, address the fact that newer versions of sqlite3 fail when executing statements with `sqlite::api_error` instead of `store::error`. This addresses part of freebsd#237 and makes the kyua tests pass cleanly again on FreeBSD. Signed-off-by: Enji Cooper <[email protected]>
This change adds more information to "premature failures" or failures where no output was provided on the command-line. This is being done to help make the reasons for why a failure occurred clearer to the end-user. This also fixes the fact that several ATF-related tests were failing with "empty output" (lacking exit code data), or not failing with the appropriate (expected) "timeout" messages. While here, address the fact that newer versions of sqlite3 fail when executing statements with `sqlite::api_error` instead of `store::error`. This addresses part of freebsd#237 and makes the kyua tests pass cleanly again on FreeBSD. Signed-off-by: Enji Cooper <[email protected]>
This change adds more information to "premature failures" or failures where no output was provided on the command-line. This is being done to help make the reasons for why a failure occurred clearer to the end-user. This also fixes the fact that several ATF-related tests were failing with "empty output" (lacking exit code data), or not failing with the appropriate (expected) "timeout" messages. While here, address the fact that newer versions of sqlite3 fail when executing statements with `sqlite::api_error` instead of `store::error`. This addresses part of freebsd#237 and makes the kyua tests pass cleanly again on FreeBSD. Signed-off-by: Enji Cooper <[email protected]>
The |
I need to doublecheck and see whether or not the "Empty test result or no new line" issues are fixed by a commit I have in the queue.
The text was updated successfully, but these errors were encountered: