-
Type: Build Failure
-
Resolution: Done
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
See: https://evergreen.mongodb.com/waterfall/drivers-atlas-testing?bv_filter=php&task_filter=atlas
Some of the logs for these tasks have no output from the workload-executor (example). That could mean the script is failing with a PHP error that's not being reported (possibly addressed by PHPC-2162). In at least a few cases (example), some of those tests show the following PHP error in events.json:
{ "errors": [ { "error": "Argument 1 passed to Logger::applyEntityMap() must be an instance of MongoDB\\Tests\\UnifiedSpecTests\\EntityMap, null given, called in \/data\/mci\/77dddfa37e06a8a2ba1bcd9d5873edab\/astrolabe-src\/mongo-php-library\/tests\/UnifiedSpecTests\/UnifiedTestRunner.php on line 129", "time": 1667368070.993634 } ], "failures": [], "events": [] }
This indicates that a test case is failing before the context and entity map are even initialized (e.g. while checking requirements or populating initial data).
- depends on
-
CDRIVER-3867 Comprehensive Atlas Tests
- Released
- is related to
-
PHPC-2162 Create default php.ini for Evergreen PHP toolchain
- Backlog
-
PHPLIB-1020 PHP driver consistently fails the new "kind-retryReads-deletePod" Astrolabe test
- Closed