Skip to content
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

[chore] fix failing syslog load test #37197

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

odubajDT
Copy link
Contributor

@odubajDT odubajDT commented Jan 14, 2025

Description

The loadtest is failing due to missing year in the timestamp. The timestamp Oct 11 22:14:15 was until Oct 10 2024 calculated with the year 2023 (1697062455000000000) and since then, it by default takes the year 2024, so it results in the following timestamp 1728684855000000000 and causes the test to fail.

Failing run on main: https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/12757989830/job/35563296082

Note

failing lint test will be resolved in a separate PR #37194

@odubajDT odubajDT marked this pull request as ready for review January 14, 2025 07:55
@odubajDT odubajDT requested a review from a team as a code owner January 14, 2025 07:55
@odubajDT odubajDT requested a review from codeboten January 14, 2025 07:55
@odubajDT
Copy link
Contributor Author

@codeboten can you please have a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants