Skip to content

Usleep macro that sleeps no more than 1 second#4853

Open
riverszhang89 wants to merge 1 commit intobloomberg:mainfrom
riverszhang89:usleep_macro
Open

Usleep macro that sleeps no more than 1 second#4853
riverszhang89 wants to merge 1 commit intobloomberg:mainfrom
riverszhang89:usleep_macro

Conversation

@riverszhang89
Copy link
Copy Markdown
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 <hzhang320@bloomberg.net>
Copy link
Copy Markdown

@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
Copy Markdown

@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