Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F785671
D500.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
Wed, Feb 12, 6:41 PM
Size
407 B
Mime Type
text/x-diff
Expires
Thu, Feb 13, 6:41 PM (5 h, 41 m)
Engine
blob
Format
Raw Data
Handle
564623
Attached To
D500: INP-1889 - Don't use DB Load Balancer during PHPUnit Testing
D500.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