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

Flaky SSL test returning {badmatch, []} periodically #99

Open
jeffgrunewald opened this issue Jan 20, 2021 · 2 comments
Open

Flaky SSL test returning {badmatch, []} periodically #99

jeffgrunewald opened this issue Jan 20, 2021 · 2 comments

Comments

@jeffgrunewald
Copy link
Contributor

Currently there appears to be a timing issue in executing the elli_ssl_tests. This was observed during trivial changes refactoring function internals without changing their end result and exposing private functions as public. It was also observed on different OTP versions within the matrix execution running in GitHub actions (the first time on OTP 22.3.4.2, the second time on OTP 21.3.8.16) and was not reproducible locally (running on 2017 Macbook Pro with i5, 8 gb RAM). At the time of the failures, GitHub actions is set to execute the build matrix on "ubuntu-latest" which at time of writing is still 18.04, version 20210111.1 in GH actions with a pending update to 20.04. (https://github.com/actions/virtual-environments/blob/ubuntu18/20210111.1/images/linux/Ubuntu1804-README.md)

Re-running the tests with subsequent builds successfully resolved the issue temporarily.

@jeffgrunewald
Copy link
Contributor Author

The relevant Erlang setup step running in CI during these builds is bajankristof/setup-erlang@master

@yurrriq
Copy link
Member

yurrriq commented Jan 20, 2021

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants