Skip to content

Conversation

addaleax
Copy link
Collaborator

No description provided.

@addaleax addaleax added the wip Work in Progress label May 12, 2022
@addaleax addaleax removed the wip Work in Progress label May 16, 2022
@addaleax addaleax changed the title [WIP] feat: bump Node.js to 16.x MONGOSH-1219 feat: bump Node.js to 16.x MONGOSH-1219 May 16, 2022
@addaleax addaleax marked this pull request as ready for review May 16, 2022 14:35
import shlex
import subprocess
import shutil
-import bz2
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This package is just not available on s390x with Python 3 – see the old comment in compile-artifact.sh above about it.

"$CONNECTIVITY_TEST_SOURCE_DIR/ldap.sh"
"$CONNECTIVITY_TEST_SOURCE_DIR/localhost.sh"
"$CONNECTIVITY_TEST_SOURCE_DIR/atlas.sh"
"$CONNECTIVITY_TEST_SOURCE_DIR/kerberos.sh"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Drive-by fix: This seems better, since it isolates the scripts more strongly, and exit 0 inside the script would not exit all the tests at once (previously e.g. the kerberos tests would always be skipped if no atlas credentials were in the environment)

echo "Atlas credentials are not provided"

if [[ -z "${IS_CI}" ]] || [[ -z "${CI}" ]]; then
if [[ -n "${IS_CI}" ]] || [[ -n "${CI}" ]]; then
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Also drive-by fix, these were just typos

Copy link
Contributor

@alenakhineika alenakhineika left a comment

Choose a reason for hiding this comment

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

Copy link
Member

@Anemy Anemy left a comment

Choose a reason for hiding this comment

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

🔥

@addaleax addaleax merged commit af4e9c4 into main May 18, 2022
@addaleax addaleax deleted the 1219-dev branch May 18, 2022 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants