Description
When the PooledConnectionFactory is configured to create connection on start, it can return the same connection twice in a row before moving on to returning other new connections which violates the round robin policy when there is more than one connection configured for pooling.