-
Notifications
You must be signed in to change notification settings - Fork 309
fix: fix the e2e test script for fluentd #1791
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
base: master
Are you sure you want to change the base?
Conversation
e768108 to
d647fa0
Compare
a26fb8e to
87b92da
Compare
| @@ -1 +1 @@ | |||
| v3.5.0 | |||
| latest No newline at end of file | |||
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.
Don't think this change belongs to this PR
| latest | |
| v3.5.0 | |
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.
it will block the test to run successfully if we don't fix it. see here
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.
Changing this will break stuff like releases, we rather fix it in the script by doing a sed replacement or something like that.
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.
No, the release #1741 should be actually be merged into a separate release branch and keep the master's version to latest. There was a mistake that we didn't create a release branch for v3.5.0
Please check the file history and you will know.
apis/fluentd/v1alpha1/tests/expected/fluentd-namespaced-cfg-filter-selector.cfg
Outdated
Show resolved
Hide resolved
apis/fluentd/v1alpha1/tests/expected/fluentd-namespaced-cfg-filter-output-selector.cfg
Outdated
Show resolved
Hide resolved
bc9fdb8 to
4c46ec8
Compare
marcofranssen
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.
Couple suggestions to simplify
6e95e26 to
ab8acf5
Compare
1069a58 to
0c99b62
Compare
Signed-off-by: Chengwei Guo <[email protected]>
Signed-off-by: Chengwei Guo <[email protected]>
Signed-off-by: Chengwei Guo <[email protected]>
Signed-off-by: Chengwei Guo <[email protected]>
Signed-off-by: chengweiguo <[email protected]>
Signed-off-by: chengweiguo <[email protected]>
Signed-off-by: chengweiguo <[email protected]>
Signed-off-by: Marco Franssen <[email protected]>
Signed-off-by: chengweiguo <[email protected]>
0c99b62 to
6f2fc45
Compare
|
Hi @marcofranssen , please fix the DCO issue for the last commit and also the e2e-test itself, right now it still fails due to the changes in last commit. |
What this PR does / why we need it:
As titled, after this fix, we can run
make e2esuccessfully.