Actions
Bug #7249
closedrsend_015_pos produces false failures due to race
Start date:
2016-08-01
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
The test starts a send in the background, sleeps half a second, and then tries to destroy the from snap while the send is in progress. This should fail, but sometimes doesn't, because the send can finish prior to the destroy attempt.
Updated by Electric Monk over 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit f9a78bf4570eca58ad5e93f377573c9a390420c0
commit f9a78bf4570eca58ad5e93f377573c9a390420c0 Author: John Wren Kennedy <john.kennedy@delphix.com> Date: 2016-09-01T17:51:04.000Z 7248 large block support breaks rsend_009_pos 7249 rsend_015_pos produces false failures due to race 7250 testrunner can miss options specific to individual tests in runfiles Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
Actions