Skip to content

Commit

Permalink
[ENSCORESW-3350] change expected when_born in lsf.t to 2020 to match …
Browse files Browse the repository at this point in the history
…change in died/when_died being merged up from version/2.2
  • Loading branch information
ens-bwalts committed Jan 6, 2020
1 parent f7387b1 commit a3c5513
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/04.meadow/lsf.t
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ my $expected_bacct = {
'cpu_sec' => '2.74',
'exit_status' => 'done',
'swap_megs' => 144,
'when_born' => '2015-11-26 14:25:09',
'when_born' => '2020-11-26 14:25:09',
'meadow_host' => 'bc-25-1-10',
},
'2581801[48]' => {
Expand All @@ -184,7 +184,7 @@ my $expected_bacct = {
'cpu_sec' => '2.61',
'exit_status' => 'done',
'swap_megs' => 269,
'when_born' => '2015-11-26 14:24:57',
'when_born' => '2020-11-26 14:24:57',
'meadow_host' => 'bc-27-2-07',
},
'3194397[75]' => {
Expand All @@ -197,7 +197,7 @@ my $expected_bacct = {
'cause_of_death' => 'MEMLIMIT',
'exit_status' => 'exit/TERM_MEMLIMIT',
'mem_megs' => 102,
'when_born' => '2015-12-02 13:52:34',
'when_born' => '2020-12-02 13:52:34',
'meadow_host' => 'bc-31-2-11',
},
};
Expand Down

0 comments on commit a3c5513

Please sign in to comment.