Skip to content

Commit

Permalink
fix tck
Browse files Browse the repository at this point in the history
  • Loading branch information
critical27 committed Jul 21, 2022
1 parent fc17809 commit 09f8928
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/tck/job/Job.feature
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,12 @@ Feature: Submit job space requirements
| Job Id(TaskId) | Command(Dest) | Status | Start Time | Stop Time | Error Code |
| /\d+/ | "STATS" | "FINISHED" | /\w+/ | /\w+/ | "SUCCEEDED" |
| /\d+/ | /\w+/ | "FINISHED" | /\w+/ | /\w+/ | "SUCCEEDED" |
| /\w+/ | /\w+/ | /\w+/ | /\w+/ | "" | "" |
When executing query, fill replace holders with element index of 0 in job_id:
"""
STOP JOB {};
"""
Then an ExecutionError should be raised at runtime: Save job failure!
Then an ExecutionError should be raised at runtime: Finished job or failed job can not be stopped, please start another job instead

Scenario: Submit and show jobs in other space
Given create a space with following options:
Expand Down

0 comments on commit 09f8928

Please sign in to comment.