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

bugfix: MySQL can round microseconds into the future causing scheduler to skip trials #775

Merged
merged 7 commits into from
Jul 10, 2024

Conversation

motus
Copy link
Member

@motus motus commented Jul 3, 2024

Solution: truncate microseconds of the current timestamp when scheduling new trials to be executed ASAP

Closes #756

…r to skip trials. truncate microseconds downwards when

scheduling new trials to fix that
@motus motus added bug Something isn't working ready for review Ready for review mlos-bench labels Jul 3, 2024
@motus motus self-assigned this Jul 3, 2024
@motus motus requested a review from a team as a code owner July 3, 2024 23:47
Copy link
Contributor

@bpkroth bpkroth left a comment

Choose a reason for hiding this comment

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

LGTM

Test failures seem unrelated

@motus motus merged commit 30dd2e8 into microsoft:main Jul 10, 2024
11 of 12 checks passed
DelphianCalamity pushed a commit to DelphianCalamity/MLOS that referenced this pull request Jul 12, 2024
…r to skip trials (microsoft#775)

Solution: truncate microseconds of the current timestamp when scheduling
new trials to be executed ASAP

Closes microsoft#756
@motus motus deleted the sergiym/storage/ts_round branch August 1, 2024 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mlos-bench ready for review Ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mlos_bench: Trial repetition
2 participants