Add cli tests for background queue status and delete#35254
Conversation
Codecov Report
@@ Coverage Diff @@
## master #35254 +/- ##
=========================================
Coverage 65.54% 65.54%
Complexity 18647 18647
=========================================
Files 1218 1218
Lines 70546 70546
Branches 1288 1288
=========================================
Hits 46236 46236
Misses 23933 23933
Partials 377 377
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #35254 +/- ##
============================================
+ Coverage 65.54% 65.54% +<.01%
Complexity 18647 18647
============================================
Files 1218 1218
Lines 70546 70546
Branches 1288 1288
============================================
+ Hits 46236 46237 +1
+ Misses 23933 23932 -1
Partials 377 377
Continue to review full report at Codecov.
|
individual-it
left a comment
There was a problem hiding this comment.
how do we make sure the job is back for the next test after deleting it?
The job is created every time the scenario runs. |
d1c2891 to
e7ad1bc
Compare
|
@PVince81 @patrickjahns Can you please merge this. Codecov is crossing it's limits 😄 |
|
@ownclouders rebase |
There was a problem hiding this comment.
This PR needs to be rebased, and the function theCommandOutputTableShouldContainTheFollowingText should be removed from here, as it is already in the #35257.
Dismiss this review when it's done (verify by looking at the diff, no theCommandOutputTableShouldContainTheFollowingText should be there).
e7ad1bc to
a250138
Compare
I have removed the conflicting method.
a250138 to
c6f4fed
Compare
|
restarted drone build |
|
fixes #35229 |
Description
Add cli acceptance tests for
background:queue:statusandbackground:queue: deleteHad to create a new background job
OC\Command\CommandJobbydeleting a file so that the
background:queue:deletecan delete this newly createdbackground job maintaining the test isolation.
Related Issue
#35229
Motivation and Context
How Has This Been Tested?
🤖
Screenshots (if appropriate):
Types of changes
Checklist: