-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
We have a sessions test that checks that the pool is LIFO. However, due to the fact that we run operations in the TestClient constructor, there are sessions created previously that will only be returned to the pool after the completion of the task spawned by the session's Drop implementation, which might not happen until after one of the sessions in the LIFO tests is dropped.