-
Notifications
You must be signed in to change notification settings - Fork 79
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
Fix year-dependent VRL tests #8
Labels
domain: tests
Anything related to internal tests
type: tech debt
A code change that does not add user value
vrl: stdlib
Changes to the standard library
Comments
jszwedko
added a commit
to vectordotdev/vector
that referenced
this issue
Jan 2, 2025
Ref: vectordotdev/vrl#8 Signed-off-by: Jesse Szwedko <[email protected]>
11 tasks
Sample output from https://github.com/kubernetes/klog/blob/main/examples/log_file/usage_log_file.go:
Year is not included. I wonder if creating a timestamp with the current year is the wrong thing here. |
github-merge-queue bot
pushed a commit
to vectordotdev/vector
that referenced
this issue
Jan 2, 2025
Ref: vectordotdev/vrl#8 Signed-off-by: Jesse Szwedko <[email protected]>
10 tasks
11 tasks
titaneric
pushed a commit
to titaneric/vector
that referenced
this issue
Jan 15, 2025
Ref: vectordotdev/vrl#8 Signed-off-by: Jesse Szwedko <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
domain: tests
Anything related to internal tests
type: tech debt
A code change that does not add user value
vrl: stdlib
Changes to the standard library
With vectordotdev/vector#15797 we applied a bandaid to the two year-dependent VRL tests,
parse_klog
andparse_linux_authorization
, but they will again fail next year if nothing is changed. This needs to be resolved so we don't continue to have yearly issues with these tests.The text was updated successfully, but these errors were encountered: