Usleep macro that sleeps no more than 1 second#4853
Usleep macro that sleeps no more than 1 second#4853riverszhang89 wants to merge 1 commit intobloomberg:mainfrom
Conversation
(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>
roborivers
left a comment
There was a problem hiding this comment.
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
roborivers
left a comment
There was a problem hiding this comment.
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
(Addendum to #4836) This patch adds a Usleep macro to replace usleep(), that ensures we do not sleep more than 1 second.