-
Notifications
You must be signed in to change notification settings - Fork 166
WIP LOG-2014:Support user defined application inputs #1359
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
i will suggest to change in namespace_filtering_test.go and enable the same test in it for vector. The test has nothing specific about fluentd, not sure why it got added to fluentd folder. you can move the file to proper place if you think. |
/test e2e |
1 similar comment
/test e2e |
f7ca29a
to
df8c13a
Compare
/test e2e |
38bd4ae
to
88c150d
Compare
46b1ef9
to
012d12d
Compare
/test functional |
cc14173
to
a31c8fa
Compare
DescribeTable/Entry is the Ginkgo construct for writing repetative "table tests", there are examples in the tests. |
a31c8fa
to
78031ea
Compare
78031ea
to
057c3fa
Compare
/test e2e |
2 similar comments
/test e2e |
/test e2e |
this is mostly the same testcase which means you could "git mv" it to a new package and edit it accordingly. This preserves history which can be important during investigation |
0c5fdb4
to
8730ffa
Compare
8730ffa
to
2b1c02d
Compare
/test e2e |
/test functional |
/test e2e |
1 similar comment
/test e2e |
/test e2e |
/test functional |
1 similar comment
/test functional |
/test functional |
/retest |
/test functional |
1 similar comment
/test functional |
@ajaygupta978: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Adding E2E test case which verifies logs are filtered based on name space.