Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1047119
D500.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Jun 29, 5:56 PM
Size
407 B
Mime Type
text/x-diff
Expires
Mon, Jun 30, 5:56 PM (7 m, 53 s)
Engine
blob
Format
Raw Data
Handle
676984
Attached To
D500: INP-1889 - Don't use DB Load Balancer during PHPUnit Testing
D500.id.diff
View Options
Index: core/kernel/tests/bootstrap.php
===================================================================
--- core/kernel/tests/bootstrap.php
+++ core/kernel/tests/bootstrap.php
@@ -14,6 +14,7 @@
$start = microtime(true);
+define('CRON', 1); // To avoid db load balancer usage.
define('DBG_ZEND_PRESENT', 1);
define('INDEX_FILE', 'index.php');
define('FULL_PATH', realpath(__DIR__ . '/../../..'));
Event Timeline
Log In to Comment