Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13998612
D16624.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
819 B
Referenced Files
None
Subscribers
None
D16624.id.diff
View Options
diff --git a/src/future/exec/__tests__/ExecFutureTestCase.php b/src/future/exec/__tests__/ExecFutureTestCase.php
--- a/src/future/exec/__tests__/ExecFutureTestCase.php
+++ b/src/future/exec/__tests__/ExecFutureTestCase.php
@@ -89,18 +89,6 @@
}
}
- public function testNoHangOnExecFutureDestructionWithRunningChild() {
- $start = microtime(true);
- $future = new ExecFuture('sleep 30');
- $future->start();
- unset($future);
- $end = microtime(true);
-
- // If ExecFuture::__destruct() hangs until the child closes, we won't make
- // it here in time.
- $this->assertTrue(($end - $start) < 5);
- }
-
public function testMultipleResolves() {
// It should be safe to call resolve(), resolvex(), resolveKill(), etc.,
// as many times as you want on the same process.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Oct 25, 10:14 AM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6744551
Default Alt Text
D16624.id.diff (819 B)
Attached To
Mode
D16624: Remove a flaky test which can fail under load
Attached
Detach File
Event Timeline
Log In to Comment