-
Type: Sub-task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: BSON
Use Case
As a Node.js engineer
I want to run all bson tests on s390x
So that I can detect issues relating to endianness and anything else specific to that platform
User Impact
- None
Dependencies
- None
Unknowns
- Rollup cannot create a bundle on s390x
- do we need to work around this?
- Can we import using ts-node and skip any "meta" tests that require the bundles to exist?
Acceptance Criteria
Implementation Requirements
- Run a comprehensive test suite on s390x for BSON
Testing Requirements
- N/A
Documentation Requirements
- None
Follow Up Requirements
- None
- is related to
-
NODE-6014 BSON incorrectly deserializes floats on Big endian systems
- Closed