Skip to content

running tests in a user containing '$' #331

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ansgar-d opened this issue May 23, 2017 · 3 comments
Closed

running tests in a user containing '$' #331

ansgar-d opened this issue May 23, 2017 · 3 comments
Assignees
Labels
Milestone

Comments

@ansgar-d
Copy link

ansgar-d commented May 23, 2017

We have installed our database-users to use operating-system-identification. I guess using the '$' sign is a normal usage in realtion to this mechanism.

But when we start a test let's say ut.run('ops$bookkeeping') we get a format error. Is it not possible to use such user?

Thanks for the great work of the new version!

@jgebal
Copy link
Member

jgebal commented May 23, 2017

Please provide full stack trace f the error you get and database version

@ansgar-d
Copy link
Author

Thanks for the quick answer!

Connected to Oracle Database 11g Enterprise Edition Release 11.2.0.4.0
Connected as ops$psb@PSB600.PSB

SQL> set serveroutput on
SQL> exec ut.run('ops$psb');

ORA-06512: at "UT3.UT_SUITE_MANAGER", line 383
ORA-06512: at "UT3.UT_SUITE_MANAGER", line 468
ORA-06512: at "UT3.UT_RUNNER", line 76

ORA-20202: Invalid path format: ops$psb

begin ut.run('ops$psb'); end;

ORA-20202: Invalid path format: ops$psb
ORA-06512: at "UT3.UT_RUNNER", line 87
ORA-06512: at "UT3.UT_RUNNER", line 111
ORA-06512: at "UT3.UT", line 292
ORA-06512: at "UT3.UT", line 320
ORA-06512: at line 2

SQL>

@jgebal jgebal added the bug label May 23, 2017
@jgebal jgebal added this to the v3.0.1 milestone May 23, 2017
@jgebal
Copy link
Member

jgebal commented May 23, 2017

Thanks for the details,
It will be fixed in version 3.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants