-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[CRE-764] System tests refactoring #19130
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
88c1487 to
8df931f
Compare
42879f9 to
975192a
Compare
Tofel
reviewed
Aug 28, 2025
core/scripts/cre/environment/examples/workflows/v2/http_simple/main.go
Outdated
Show resolved
Hide resolved
Tofel
reviewed
Aug 28, 2025
d111e54 to
c14dd06
Compare
e64bc6f to
39434e1
Compare
Refactoring: move re-used common utility methods in the tests to smoke-tests/cmd package Refactoring: move re-used logically grouped steps to helpers_test.go Refactoring: externalize CREv1 PoR smoke-test to a separate file. Refactoring: externalize CREv1 PoR smoke-test to a separate file. Refactoring: externalize CREv2 smoke-tests to separate files. Refactoring: update system-test files names and README.
e2613e6 to
07b8004
Compare
Tofel
reviewed
Aug 29, 2025
07b8004 to
ed3f677
Compare
Tofel
previously approved these changes
Aug 29, 2025
Contributor
Tofel
left a comment
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.
nice job!
ed3f677 to
b51a15e
Compare
Tofel
approved these changes
Aug 29, 2025
|
george-dorin
approved these changes
Aug 29, 2025
This was referenced Aug 29, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.




CRE-764: CRE v1/v2 system tests refactoring
before_suite.go.helpers_test.go.system-tests/libto preserve the Single Responsibility Principle.