Skip to content

Commit

Permalink
Merge pull request #261 from pixlise/bugfix/autoquant
Browse files Browse the repository at this point in the history
Fixing tests
  • Loading branch information
pnemere authored Jul 4, 2024
2 parents 64247ae + 51caa2f commit 7c5c668
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ func runQuantificationTest(idx int, apiHost string, user string, pass string,
"startUnixTimeSec": "${SECAGO=%v}",
"jobItemId": "${IGNORE}",
"jobType": "JT_RUN_QUANT",
"requestorUserId": "${USERID}",
"name": "%v",
"elements": [%v]
}
Expand All @@ -192,6 +193,7 @@ func runQuantificationTest(idx int, apiHost string, user string, pass string,
"logId": "${IDCHK=quantCreate%v}",
"jobItemId": "${IDCHK=quantCreate%v}",
"jobType": "JT_RUN_QUANT",
"requestorUserId": "${USERID}",
"message": "${IGNORE}",
"status": "%v",
"startUnixTimeSec": "${SECAGO=%v}",
Expand All @@ -215,6 +217,7 @@ func runQuantificationTest(idx int, apiHost string, user string, pass string,
"logId": "${IDCHK=quantCreate%v}",
"jobItemId": "${IDCHK=quantCreate%v}",
"jobType": "JT_RUN_QUANT",
"requestorUserId": "${USERID}",
"message": "Cores/Node: 4",
"status": "PREPARING_NODES",
"startUnixTimeSec": "${SECAGO=%v}",
Expand All @@ -229,6 +232,7 @@ func runQuantificationTest(idx int, apiHost string, user string, pass string,
"logId": "${IDCHK=quantCreate%v}",
"jobItemId": "${IDCHK=quantCreate%v}",
"jobType": "JT_RUN_QUANT",
"requestorUserId": "${USERID}",
"message": "${IGNORE}",
"status": "RUNNING",
"startUnixTimeSec": "${SECAGO=%v}",
Expand All @@ -243,6 +247,7 @@ func runQuantificationTest(idx int, apiHost string, user string, pass string,
"logId": "${IDCHK=quantCreate%v}",
"jobItemId": "${IDCHK=quantCreate%v}",
"jobType": "JT_RUN_QUANT",
"requestorUserId": "${USERID}",
"message": "${IGNORE}",
"status": "GATHERING_RESULTS",
"startUnixTimeSec": "${SECAGO=%v}",
Expand Down

0 comments on commit 7c5c668

Please sign in to comment.