Improve test logic, to be sure #174
Labels
No Label
priority: critical
priority: high
priority: low
priority: medium
status: abandoned
status: duplicate
status: invalid
status: peer review needed
status: wontfix
tag: content
tag: good first issue
tag: help wanted
test suite
type: bug
type: documentation
type: enhancement
type: maintenance
type: question
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: testing/os-autoinst-distri-rocky-migrated#174
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "serial_console_install"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When job 00025799 runs on the prod system, it fails but when it is cloned locally:
it passes.
This PR makes a minor improvement in the test logic to get it definitely correct and thereby put my mind at rest.
Tested locally:
Result: All pass
@AlanMarshall It looks to me like you are trying to run a test on production openQA system for code that is not yet merged to the
main
branch and sync'd to the host.I think you should follow the Basic example provided in the wiki for
openqa-clone-custom-git-refspec
to run your PR on the production system.That would suggest you run...
...and would ultimately produce an
openqa-clone-job
command that looks like this...I think you'll benefit from doing it yourself but am happy to help or do it for you. Let me know if you need a hand...
That looks better.
Thanks @tcooper I'll have a go at it and see how I get on.
The test
run in prod system passed so that gives a complete set of successful tests.
I must admit to being puzzled why job #25837 passed and job #25799 failed given that both ran in prod.