Skip to content

Conversation

notoriaga
Copy link
Contributor

No description provided.

@notoriaga notoriaga requested a review from a team December 15, 2021 18:29
@notoriaga
Copy link
Contributor Author

@john-michaelburke status_bar_thread_test seems a little flaky, there are some sleeps there maybe they need to be tweaked a bit?

if let Some(age_corrections_) = self.age_corrections {
self.table
.insert(CORR_AGE_S, format!("{}", age_corrections_));
.insert(CORR_AGE_S, format!("{:.1}", age_corrections_));
Copy link
Collaborator

Choose a reason for hiding this comment

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

We need to zero pad this as well if it is a fraction of a second.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ah interesting I guess that makes sense not sure what I was thinking.

@john-michaelburke
Copy link
Collaborator

john-michaelburke commented Dec 15, 2021

@john-michaelburke status_bar_thread_test seems a little flaky, there are some sleeps there maybe they need to be tweaked a bit?

I'll create a PR with a tweak.

@notoriaga notoriaga merged commit cd1e1f0 into main Dec 15, 2021
@notoriaga notoriaga deleted the steve/cpp-443 branch December 15, 2021 21:36
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