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

Fix OpenVPN failures #330

Open
baentsch opened this issue Dec 17, 2024 · 1 comment
Open

Fix OpenVPN failures #330

baentsch opened this issue Dec 17, 2024 · 1 comment

Comments

@baentsch
Copy link
Member

#321 introduced a test error for OpenVPN. This issue is to track fixing this.

@ajbozarth
Copy link
Member

Since I did do some preliminary research on this and got nowhere I will share that here:

I identified when the test started failing by looking at previous runs https://github.com/open-quantum-safe/oqs-demos/actions/workflows/openvpn.yml then I tried looking into anything in the Dockerfile or scripts that doesn't use a pinned version of a lib, I tested if it was the base ubuntu image (it wasn't) and I tested if it was a race-condition by increasing the sleep length in the test script (and it still failed).

Though the above ideas might still have weight, I don't know enough about the demo to dig further, I did identify that it is the creation of the server container that is failing in the test.sh, the client container is successfully created, but left in a bad state due to the lack of server container.

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

2 participants