Skip to content
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

Speed up tests with dbms_parallel_execute #1102

Open
ArinUsole opened this issue Sep 29, 2020 · 1 comment
Open

Speed up tests with dbms_parallel_execute #1102

ArinUsole opened this issue Sep 29, 2020 · 1 comment

Comments

@ArinUsole
Copy link

@ArinUsole ArinUsole commented Sep 29, 2020

Is it possible to speed up the execution of tests using dbms_parallel_execute?

In the test, I go through many steps (in a loop). Can a test be executed in parallel (example in attachment)?

I tried running in parallel, no result is negative.

Example in simple mode:
�[31mActual: refcursor [ count = 2 ] was expected to equal: refcursor [ count = 2 ]�[0m
�[31mDiff:�[0m
�[31mRows: [ 1 differences ]�[0m
�[31m PK 92498284802 - Actual: 3221611870601810700002720410�[0m
�[31m PK 92498284802 - Expected: 3221612770601810900002720210�[0m
�[36mat "RBR.TEST_TYPICALOPERATIONDOCUMENT", line 18 ut.expect(l_expected).to_equal(l_actual).join_by('NSEID,NDNUM').exclude('NFDID,DODDT');
at "RBR.TEST_TYPICALOPERATIONDOCUMENT", line 24�[0m

Finished in 535.47212 seconds

simple.test_typicaloperationdocument.txt
paralell.test_typicaloperationdocument.txt

@PhilippSalvisberg
Copy link
Member

@PhilippSalvisberg PhilippSalvisberg commented Sep 29, 2020

This is currently not supported. This would be an enhancement. See also #881

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

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.