Skip to content

Rerun#55

Merged
dvalinrh merged 2 commits into
masterfrom
rerun
Mar 18, 2026
Merged

Rerun#55
dvalinrh merged 2 commits into
masterfrom
rerun

Conversation

@dvalinrh

Copy link
Copy Markdown
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 #54

Relates to JIRA: RPOPC-876

Testing

Ran following scenario
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: "specjbb"
java_version: java-21
host_config: "m5.xlarge"

csv file
Warehouses,Bops,Numb_JVMs,Start_Date,End_Date
2,126995,1,2026-03-13T19:19:21Z,2026-03-13T19:23:27Z
4,173595,1,2026-03-13T19:19:21Z,2026-03-13T19:23:27Z
6,170373,1,2026-03-13T19:19:21Z,2026-03-13T19:23:27Z
8,165038,1,2026-03-13T19:19:21Z,2026-03-13T19:23:27Z

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

@dvalinrh dvalinrh requested a review from kdvalin March 13, 2026 19:42

@kdvalin kdvalin left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dvalinrh dvalinrh merged commit e96fec2 into master Mar 18, 2026
2 of 3 checks passed
@dvalinrh dvalinrh deleted the rerun branch March 26, 2026 18:16
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.

2 participants