Speck integration tests fail with timeout exceptions.
See original GitHub issueI increased the timeout value to give it a try: https://github.com/plotly/dash-bio/commit/9b6fc7bb36cb412a350bc8ee1fa31681fdac2e0d but test_dbsp002_click_and_drag(dash_duo) still fails (and test_dbsp001_rotate(dash_duo) fails the same way).
Still this timeout error with tests/integration/test_speck.py… 🤔
_Originally posted by @mkcor in https://github.com/plotly/dash-bio/pull/478#issuecomment-583849790_
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Tests on Jenkins fail with Timeout Exception on results #29
Successfully merging a pull request may close this issue. fix jenkins timeout skonto/mesos-spark-integration-tests. 1 participant.
Read more >Failing test displays "Error: timeout of 2000ms exceeded ...
I have the following route (express) for which I'm writing an integration test. Here's the code ...
Read more >TimeoutException during load test - Java SDK
Hi Everything run fine with very good response time when system is not under load. The following exception is raised during load ...
Read more >Handle pauses & timeouts effectively - BDD framework for NET
Choosing a short pause causes tests to occasionally fail because the asynchronous process sometimes does not complete when the test framework moves on...
Read more >Testing - Spring
Failing to flush the underlying unit of work can produce false positives: Your test passes, but the same code throws an exception in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Oh dear, what a relief! It didn’t make any sense that selector
#test-speckcouldn’t be found for the first two integration tests… Sure, I’ll update my branches and ping you for review/approval! Thanks.@mkcor Good news! Turns out that the problem is not with our tests, but actually with the docker image. I fixed it in https://github.com/plotly/dash-bio/pull/484/commits/0d026a4c9d4cd228b172f36dda02449231a84f4c – once that is merged into
master, could you update your branch and see if the tests start passing?