You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid Oracle test suite failures in OracleConnectionTest
Oracle client does not queue commands like other clients.
Instead, it executes them immediately on the Oracle JDBC connection.
So these tests often fails because we can't guarantee the connection will be closed after the query has been executed.
Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
0 commit comments