Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Speed up tests with dbms_parallel_execute #1102
Comments
|
This is currently not supported. This would be an enhancement. See also #881 |
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