Skip to content

Update error codes to be more specific#58

Open
dvalinrh wants to merge 4 commits intomainfrom
rerun
Open

Update error codes to be more specific#58
dvalinrh wants to merge 4 commits intomainfrom
rerun

Conversation

@dvalinrh
Copy link
Contributor

Description

Uses error_codes found in test_tools/error_codes to provide more specific error indication.

Before/After Comparison

Before: Returned a 0 or 1, making determination of having to rerun very course
After: Error codes are now bases on test_tools/error_codes, making it easier to limit when we do a rerun of the test.
Also, changed how we load in test_tools, we try curl, git, and wget, to avoid a failure due to the program not
being installed.

Clerical Stuff

This closes #57

Mention the JIRA ticket of the issue, this helps keep
everything together so we can find this PR easily.

Relates to JIRA: RPOPC-871

Testing Done
Ran scenario file
global:
ssh_key_file: replace_your_ssh_key
terminate_cloud: 1
os_vendor: rhel
results_prefix: documentation
os_vendor: rhel
system_type: aws
cloud_os_id: ami-035032ea878eca201
systems:
system1:
tests: "coremark_pro"
host_config: "m5.xlarge"

csv results file
Test,Multi_iterations,Single_iterations,Scaling,Start_Date,End_Date
cjpeg-rose7-preset,384.62,147.06,2.62,2026-03-13T14:47:59Z,2026-03-13T14:48:59Z
core,4.20,1.70,2.47,2026-03-13T14:47:59Z,2026-03-13T14:48:59Z
linear_alg-mid-100x100-sp,314.47,146.20,2.15,2026-03-13T14:47:59Z,2026-03-13T14:48:59Z
loops-all-mid-10k-sp,16.68,6.48,2.57,2026-03-13T14:47:59Z,2026-03-13T14:48:59Z
nnet_test,19.31,8.51,2.27,2026-03-13T14:47:59Z,2026-03-13T14:48:59Z
parser-125k,121.21,34.48,3.52,2026-03-13T14:47:59Z,2026-03-13T14:48:59Z
radix2-big-64k,1602.56,601.68,2.66,2026-03-13T14:47:59Z,2026-03-13T14:48:59Z
sha-test,384.62,192.31,2.00,2026-03-13T14:47:59Z,2026-03-13T14:48:59Z
zip-test,285.71,125.00,2.29,2026-03-13T14:47:59Z,2026-03-13T14:48:59Z
Score,13219.99,5343.15,2.47,2026-03-13T14:47:59Z,2026-03-13T14:48:59Z

Returned 0 as expected. Testing on rerun verification handled in the appropriate zathras pr.

@dvalinrh dvalinrh requested a review from grdumas March 13, 2026 15:09
@github-actions
Copy link

This relates to RPOPC-871

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update to be more specfic on error codes.

1 participant