-
Notifications
You must be signed in to change notification settings - Fork 42
test: remove ollama distribution testing, replace with starter #160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
e018d89 to
2bfe2dc
Compare
|
Nice work 👍🏽 LGTM I am not in OWNERS here yet :) |
2bfe2dc to
41ca570
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! I tested this with config/samples/example-with-configmap.yaml and config/samples/example-with-ca-bundle.yaml, both run as expected.
| }) | ||
| // Run combined creation and deletion tests for multiple distributions | ||
| // starter: newer image currently being actively updated | ||
| distributions := []string{"starter"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice to be able to detect the distro instead of having to change that code. Improvement for later I suppose.
Restructure the creation test to run creation followed by deletion in a single test suite. This enables testing multiple distribution images sequentially with proper cleanup between runs. Changes: - Add TestCreationDeletionSuite that runs creation then deletion - Replace TestDeletionSuite with runDeletionTests helper function - Simplify test structure while maintaining all existing functionality Signed-off-by: Derek Higgins <derekh@redhat.com>
This focuses testing on the actively maintained starter distribution while removing support for the older ollama image that's no longer updated. Also intrduces a list of distro images (currently only 1) that can be tested. Signed-off-by: Derek Higgins <derekh@redhat.com>
41ca570 to
27ff770
Compare
…stack#160) test: remove ollama distribution testing, replace with starter This focuses testing on the actively maintained starter distribution while removing support for the older ollama image that's no longer updated. Also intrduces a list of distro images (currently only 1) that can be tested. --- test: combine creation and deletion into single lifecycle test Restructure the creation test to run creation followed by deletion in a single test suite. This enables testing multiple distribution images sequentially with proper cleanup between runs. Changes: - Add TestCreationDeletionSuite that runs creation then deletion - Replace TestDeletionSuite with runDeletionTests helper function - Simplify test structure while maintaining all existing functionality Approved-by: rhdedgar Approved-by: leseb (cherry picked from commit f65cb85)
…stack#160) test: remove ollama distribution testing, replace with starter This focuses testing on the actively maintained starter distribution while removing support for the older ollama image that's no longer updated. Also intrduces a list of distro images (currently only 1) that can be tested. --- test: combine creation and deletion into single lifecycle test Restructure the creation test to run creation followed by deletion in a single test suite. This enables testing multiple distribution images sequentially with proper cleanup between runs. Changes: - Add TestCreationDeletionSuite that runs creation then deletion - Replace TestDeletionSuite with runDeletionTests helper function - Simplify test structure while maintaining all existing functionality Approved-by: rhdedgar Approved-by: leseb (cherry picked from commit f65cb85)
…stack#160) test: remove ollama distribution testing, replace with starter This focuses testing on the actively maintained starter distribution while removing support for the older ollama image that's no longer updated. Also intrduces a list of distro images (currently only 1) that can be tested. --- test: combine creation and deletion into single lifecycle test Restructure the creation test to run creation followed by deletion in a single test suite. This enables testing multiple distribution images sequentially with proper cleanup between runs. Changes: - Add TestCreationDeletionSuite that runs creation then deletion - Replace TestDeletionSuite with runDeletionTests helper function - Simplify test structure while maintaining all existing functionality Approved-by: rhdedgar Approved-by: leseb (cherry picked from commit f65cb85)
Uh oh!
There was an error while loading. Please reload this page.