-
Type:
Bug
-
Status: Closed
-
Priority:
Major - P3
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: None
-
Labels:None
-
Backwards Compatibility:Fully Compatible
-
Operating System:ALL
-
Backport Requested:v4.0, v3.6
-
Epic Link:
-
Sprint:Sharding 2018-09-24
-
Linked BF Score:20
The parallel suite very occasionally fails in list_local_sessions.js when it is run concurrently with list_sessions.js. Since list_sessions.js runs the refreshLogicalSessionCacheNow command, which temporarily clears the logical session cache while it's being refreshed, this can interfere with list_local_sessions.js which is trying to enumerate the cache and verify its session still exists.