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 selenium but only partially #136

Merged
merged 3 commits into from
Sep 25, 2023
Merged

Conversation

JoeyBF
Copy link
Collaborator

@JoeyBF JoeyBF commented Sep 25, 2023

This fixes #121 but in an unsatisfying way. This seems to fix the flakiness of the selenium tests, but while inspecting the logs I noticed that the wasm/local/local-concurrent steps were actually all testing the wasm server. The servers compiled by cargo would exit when they noticed that port 8080 was busy, because the previous make serve-wasm was still running. Adding a kill %1 to ext.yaml, so that the servers are stopped in between steps, only made more issues crop up. I feel like this should be fixed but as a separate PR

Co-authored-by: Hood Chatham <[email protected]>
@JoeyBF JoeyBF merged commit cbbbb4f into SpectralSequences:master Sep 25, 2023
@JoeyBF JoeyBF deleted the fix_selenium branch September 25, 2023 20:46
github-actions bot added a commit that referenced this pull request Sep 25, 2023
* Give more time to firefox driver

* Make sure this is what fixes the tests

* Make suggested changes

Co-authored-by: Hood Chatham <[email protected]>

---------

Co-authored-by: Hood Chatham <[email protected]>
@JoeyBF JoeyBF mentioned this pull request Sep 26, 2023
github-actions bot added a commit to JoeyBF/sseq that referenced this pull request Sep 26, 2023
* Give more time to firefox driver

* Make sure this is what fixes the tests

* Make suggested changes

Co-authored-by: Hood Chatham <[email protected]>

---------

Co-authored-by: Hood Chatham <[email protected]>
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

Successfully merging this pull request may close these issues.

Fix selenium test
2 participants