Oracle: allow running the tests using Kerberos authentication

Issue #3128 resolved
Gabor Gombas created an issue

Hi,

test_oracle.py assumed the username can be extracted from the connection URL, but that's not true if Kerberos authentication is used (like ./sqla-nose.py --dburi=oracle://:@TNSNAME). Ask the name of the connected user from the database instead.

Gabor

Comments (4)

  1. Mike Bayer repo owner
    • Fixed bug in oracle dialect test suite where in one test, 'username' was assumed to be in the database URL, even though this might not be the case. Fixes #3128

    → <<cset 0eb53b2e7936>>

  2. Mike Bayer repo owner
    • Fixed bug in oracle dialect test suite where in one test, 'username' was assumed to be in the database URL, even though this might not be the case. Fixes #3128

    → <<cset 577c719a1158>>

  3. Log in to comment