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

Intermittent spurious failure: ssl-opt.err not empty #9870

Open
mpg opened this issue Dec 24, 2024 · 0 comments
Open

Intermittent spurious failure: ssl-opt.err not empty #9870

mpg opened this issue Dec 24, 2024 · 0 comments
Labels
bug component-test Test framework and CI scripts component-tls

Comments

@mpg
Copy link
Contributor

mpg commented Dec 24, 2024

In all.sh's component_test_cmake_out_of_source we run ssl-opt.sh and ensure it doesn't output anything on stderr:

    # Also ensure that there are no error messages such as
    # "No such file or directory", which would indicate that some required
    # file is missing (ssl-opt.sh tolerates the absence of some files so
    # may exit with status 0 but emit errors).
    ./tests/ssl-opt.sh -f 'Default' >ssl-opt.out 2>ssl-opt.err
    grep PASS ssl-opt.out
    cat ssl-opt.err >&2
    # If ssl-opt.err is non-empty, record an error and keep going.
    [ ! -s ssl-opt.err ]

However sometimes stderr will contain a line like ./tests/ssl-opt.sh: 1273: kill: No such process which is quite harmless. Ideally such lines would be ignored.

Log of it happening on the CI

@mpg mpg added bug component-tls component-test Test framework and CI scripts labels Dec 24, 2024
@mpg mpg added this to Friction Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug component-test Test framework and CI scripts component-tls
Projects
Status: No status
Development

No branches or pull requests

1 participant