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

[configretry] validate max_elapsed_time #9489

Merged
merged 3 commits into from
Feb 8, 2024

Conversation

atoulme
Copy link
Contributor

@atoulme atoulme commented Feb 6, 2024

Description:
Validate max_elapsed_time, ensure it is larger than max_interval and initial_interval respectively.

@atoulme atoulme requested review from a team and dmitryax February 6, 2024 17:22
@atoulme atoulme force-pushed the check_max_elapsed_time branch 2 times, most recently from e5b1754 to 5e61370 Compare February 6, 2024 17:26
Copy link

codecov bot commented Feb 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f5a7315) 0.00% compared to head (789cf3e) 90.44%.
Report is 11 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##           main    #9489       +/-   ##
=========================================
+ Coverage      0   90.44%   +90.44%     
=========================================
  Files         0      346      +346     
  Lines         0    18137    +18137     
=========================================
+ Hits          0    16404    +16404     
- Misses        0     1401     +1401     
- Partials      0      332      +332     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@atoulme atoulme force-pushed the check_max_elapsed_time branch from 5e61370 to a3abcda Compare February 6, 2024 18:40
config/configretry/backoff.go Outdated Show resolved Hide resolved
config/configretry/backoff.go Outdated Show resolved Hide resolved
@atoulme atoulme force-pushed the check_max_elapsed_time branch from a3abcda to 7fb68f2 Compare February 6, 2024 22:00
config/configretry/backoff.go Outdated Show resolved Hide resolved
config/configretry/backoff.go Outdated Show resolved Hide resolved
atoulme and others added 2 commits February 6, 2024 22:51
Co-authored-by: Dmitrii Anoshin <anoshindx@gmail.com>
Co-authored-by: Dmitrii Anoshin <anoshindx@gmail.com>
@mx-psi mx-psi added needed-for-1.0 release:required-for-ga Must be resolved before GA release and removed needed-for-1.0 labels Feb 7, 2024
@dmitryax dmitryax merged commit 87dd2af into open-telemetry:main Feb 8, 2024
66 of 82 checks passed
@github-actions github-actions bot added this to the next release milestone Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:required-for-ga Must be resolved before GA release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants