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

Cleanup some settings from settings_test.py #6313

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Conversation

onkar
Copy link
Member

@onkar onkar commented Sep 17, 2024

During the investigation of #6279, I found that:

  • OPTIMIZE_JOB_CUTOFF_TIME is overridden to 24 and it was causing test failures.
  • OPTIMIZE_PARALLEL_MAX_JITTER_MINUTES does not seem to be used anywhere in the code.

With the change, less no. of local tests fail. The failure number is non-zero because #6279 was reverted yesterday . I would like to verify if this small change passes through the CI and stays stable in prod.

@onkar onkar requested a review from a team as a code owner September 17, 2024 14:47
Copy link
Member

@untitaker untitaker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's not logical to me that setting the jitter to any value other than 0 will improve test stability

@onkar
Copy link
Member Author

onkar commented Sep 17, 2024

it's not logical to me that setting the jitter to any value other than 0 will improve test stability

Thanks for the review. The test failures I was referring to was in the optimize code path, which is kind of complicated to fix.

@onkar onkar merged commit e113f91 into master Sep 17, 2024
30 checks passed
@onkar onkar deleted the onkar/settings-test branch September 17, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants