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

Revert "reflex-dom-core: disable tests to fix determinism" #815

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

parenthetical
Copy link

We should look at the actual error and fix it. There are some hard coded wait times in the tests, if they're causing the failure we can increase them somewhat. AFAICT candidates functions to adjust are withSeleniumServer and withRetry.

Running the gc test with cpulimit -l 1 results in:

...
438664
436864
440056
SUCCEEDED
[0207/130124.616315:ERROR:broker_posix.cc(40)] Recvmsg error:
Connection reset by peer (104)

which may also be considered a failure by the test suite.

This reverts commit f9a54be.

parenthetical and others added 2 commits February 7, 2023 14:20
We should look at the actual error and fix it. There are some hard
coded wait times in the tests, if they're causing the failure we can
increase them somewhat. AFAICT candidates functions to adjust are
`withSeleniumServer` and `withRetry`.

Running the `gc` test with `cpulimit -l 1` results in:
```
...
438664
436864
440056
SUCCEEDED
[0207/130124.616315:ERROR:broker_posix.cc(40)] Recvmsg error:
Connection reset by peer (104)
```
which may also be considered a failure by the test suite.

This reverts commit f9a54be.
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.

None yet

2 participants