Replies: 1 comment
-
Figured it out. ![]() ![]() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a (.test.sqlrpgle) suite with 3 procedures to test in sequence, CrtObj, ChgObj, DltObj.
The idea is to run these 3 procedures in the right order: Create, Change, Delete.
If I start the complete suite, it seems that the individual test-procedures are run as soon as their deployment/compilation has completed successfully.
This can cause the Delete test to be kicked of before the Create test.
The Delete test then fails because the row to delete has not been created yet.
Can this be scripted/configured?
Beta Was this translation helpful? Give feedback.
All reactions