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

Merged
merged 2 commits into from
Jan 16, 2025

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

Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
@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?

@songy23 songy23 added the ci-cd CI, CD, testing, build issues label Jan 15, 2025
@codeboten codeboten merged commit ce77582 into open-telemetry:main Jan 16, 2025
174 checks passed
@github-actions github-actions bot added this to the next release milestone Jan 16, 2025
chengchuanpeng pushed a commit to chengchuanpeng/opentelemetry-collector-contrib that referenced this pull request Jan 26, 2025
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### 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
open-telemetry#37194

Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-cd CI, CD, testing, build issues testbed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants