File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -233,9 +233,9 @@ def test_post_job_success(self):
233
233
self .assertIsNotNone (cj )
234
234
# additionally we can test that job.print_trace is correct
235
235
self .assertEqual (job .trace , [
236
- f'{ job .id } [Not Available]: Validate | '
236
+ f'{ job .id } [Not Available] (success) : Validate | '
237
237
'-p qiita -N 1 -n 1 --mem 90gb --time 150:00:00 --nice=10000' ,
238
- f' { cj .id } [{ cj .external_id } ] | '
238
+ f' { cj .id } [{ cj .external_id } ] (success) | '
239
239
'-p qiita -N 1 -n 1 --mem 16gb --time 10:00:00 --nice=10000' ])
240
240
241
241
def test_post_job_success_with_archive (self ):
Original file line number Diff line number Diff line change @@ -688,7 +688,7 @@ def test_is_public_make_public(self):
688
688
def test_slurm_reservation (self ):
689
689
analysis = qdb .analysis .Analysis (1 )
690
690
self .assertIsNone (analysis .slurm_reservation )
691
- text = 'thisisatest! '
691
+ text = 'thisisatest'
692
692
analysis .slurm_reservation = text
693
693
self .assertEqual (analysis ._slurm_reservation (), [text ])
694
694
self .assertIsNone (analysis .slurm_reservation )
You can’t perform that action at this time.
0 commit comments