For the PHP driver, some tests fail on zSeries only (https://evergreen.mongodb.com/task_log_raw/mongo_php_driver_tests_php7__versions~4.0_php_versions~7.0_os_php7~rhel74_zseries_test_replicaset_auth_cdec9691b67f57a76f079981b960dbd257832b74_18_12_14_14_41_39/0?type=T#L1560). This is because the CDRIVER does not correct swap the bitFlags for OP_MSG on Big-Endian systems.
There is a Pull Request at https://github.com/mongodb/mongo-c-driver/pull/557 to fix this, and a full write up of the issue at https://github.com/derickr/derickrethans-articles/blob/master/201812210912-wrong-response.rst.
- is depended on by
-
PHPC-1308 Un-XFAIL tests that rely on CDRIVER-2902
- Closed
-
PHPC-1271 Add (only) RHEL on zSeries to Evergreen Matrix
- Closed
- tested by
-
CDRIVER-2904 Test w:0 writes with OP_MSG on big-endian
- Closed
- links to