-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 5.8.0-HF06, 5.9.2-SNAPSHOT
-
Fix Version/s: 5.8.0-HF07, 5.9.2
Seen in
We have removeTags test in error because of server error:
java.lang.IllegalStateException: Concurrency Error: Session was started in thread 86 (http-bio-0.0.0.0-8080-exec-19) but is being used in thread 91 (http-bio-0.0.0.0-8080-exec-24)
The issue is primarily caused by NXP-12865 but looks to happen more often since FF26 + selenium 2.39 upgrade.
There must be a way to refactor the test to be more robust to concurrency error.
- depends on
-
NXP-12865 Fix random concurrency error on core sessions
- Resolved