Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(NODE-6570): Test on all supported platforms and Node versions #33

Merged
merged 3 commits into from
Nov 21, 2024

Conversation

baileympearson
Copy link
Contributor

@baileympearson baileympearson commented Nov 18, 2024

Description

What is changing?

Expands the testing matrix to all supported platforms, architectures and node versions.

As mentioned today at standup, Node18+ alpine arm64 builds are skipped. They will be addressed in https://jira.mongodb.org/browse/NODE-6575.

Is there new documentation needed for these changes?

What is the motivation for this change?

Double check the following

  • Ran npm run format:js && npm run format:rs script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@baileympearson baileympearson force-pushed the docker-support branch 2 times, most recently from 0fb3260 to 6172e8d Compare November 19, 2024 23:07
@baileympearson baileympearson changed the title wip - CI ci(NODE-6570): Test on all supported platforms and Node versions Nov 21, 2024
@@ -1,7 +1,7 @@
#ifndef MONGODB_ZSTD_COMPRESSION
#define MONGODB_ZSTD_COMPRESSION

#include <exception>
#include <stdexcept>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was actually the wrong include.

@@ -0,0 +1,46 @@
#! /bin/bash

# script to aid in local testing of linux platforms
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy to remove, but this is a handy script to run our tests locally in linux containers.

describe('old compress, new decompress', testSuite(decompress, zstdLegacy.compress));
describe('new compress, new decompress', testSuite(decompress, compress));
let zstdLegacy;
try {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[email protected] does not have s390x builds.

@baileympearson baileympearson marked this pull request as ready for review November 21, 2024 17:58
@durran durran self-assigned this Nov 21, 2024
@durran durran added the Primary Review In Review with primary reviewer, not yet ready for team's eyes label Nov 21, 2024
.github/workflows/test.yml Outdated Show resolved Hide resolved
@durran durran added Team Review Needs review from team and removed Primary Review In Review with primary reviewer, not yet ready for team's eyes labels Nov 21, 2024
@durran durran merged commit ec32fbe into main Nov 21, 2024
30 checks passed
@durran durran deleted the docker-support branch November 21, 2024 21:42
@durran durran added Primary Review In Review with primary reviewer, not yet ready for team's eyes and removed Team Review Needs review from team labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Primary Review In Review with primary reviewer, not yet ready for team's eyes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants