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

Usleep macro that sleeps no more than 1 second #4853

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

riverszhang89
Copy link
Contributor

(Addendum to #4836) This patch adds a Usleep macro to replace usleep(), that ensures we do not sleep more than 1 second.

(Addendum to bloomberg#4836) This patch adds a Usleep macro to replace usleep(),
that ensures we do not sleep more than 1 second.

Signed-off-by: Rivers Zhang <[email protected]>
Copy link

@roborivers roborivers left a comment

Choose a reason for hiding this comment

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

Coding style check: Error. ⚠.
Smoke testing: Success ✓.
Cbuild submission: Success ✓.
Regression testing: 9/586 tests failed ⚠.

The first 10 failing tests are:
scupdates [setup failure]
load_cache_autocache_generated [setup failure]
misstable_remsql [setup failure]
sc_transactional_rowlocks_generated
phys_rep_tiered
sc_drop
snap_ha_retry_newsi_generated
max_wr_rows_partial_index_off_generated
max_wr_rows

Copy link

@roborivers roborivers left a comment

Choose a reason for hiding this comment

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

Coding style check: Error. ⚠.
Smoke testing: Success ✓.
Cbuild submission: Success ✓.
Regression testing: 7/586 tests failed ⚠.

The first 10 failing tests are:
lostwrite [setup failure]
timepart_retention1 [setup failure]
sc_drop
analyze_exit_immediately
snap_ha_retry_newsi_generated
max_wr_rows_partial_index_off_generated
max_wr_rows

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