-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Account for changes in nodefaults output
- Loading branch information
Lars T Hansen
committed
Nov 26, 2024
1 parent
25b2993
commit b7eb422
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
output=$($SONALYZE parse --fmt=csvnamed,all,nodefaults -- nodefault.csv) | ||
CHECK format_csv_nodefault \ | ||
'version=0.7.0,localtime=2023-10-04 07:40,host=ml4.hpc.uio.no,cores=64,memtotal=0,user=einarvid,job=1269178,cmd=python3,cpu_pct=1714.2,mem_gb=261,res_gb=0,cputime_sec=10192,rolledup=69' \ | ||
'version=0.7.0,localtime=2023-10-04 07:40,host=ml4.hpc.uio.no,cores=64,user=einarvid,job=1269178,cmd=python3,cpu_pct=1714.2,mem_gb=261,cputime_sec=10192,rolledup=69' \ | ||
"$output" | ||
|
||
output=$($SONALYZE parse --fmt=json,all,nodefaults -- nodefault.csv) | ||
CHECK format_csv_nodefault \ | ||
'[{"version":"0.7.0","localtime":"2023-10-04 07:40","host":"ml4.hpc.uio.no","cores":"64","memtotal":"0","user":"einarvid","job":"1269178","cmd":"python3","cpu_pct":"1714.2","mem_gb":"261","res_gb":"0","cputime_sec":"10192","rolledup":"69"}]' \ | ||
'[{"version":"0.7.0","localtime":"2023-10-04 07:40","host":"ml4.hpc.uio.no","cores":"64","user":"einarvid","job":"1269178","cmd":"python3","cpu_pct":"1714.2","mem_gb":"261","cputime_sec":"10192","rolledup":"69"}]' \ | ||
"$output" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters