Skip to content

aix: set jenkins TERM to a consistent value #1822

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

Merged
merged 1 commit into from
Jun 10, 2019
Merged

aix: set jenkins TERM to a consistent value #1822

merged 1 commit into from
Jun 10, 2019

Conversation

sam-github
Copy link
Contributor

Currently, it is inherited from the user that started Jenkins, which can
be TERM=dumb in some ssh environments. That value of TERM breaks some
of the terminal related tests, so ensure a consistent TERM value.

Fixes: nodejs/node#28064

@sam-github sam-github requested a review from mhdawson June 5, 2019 20:07
@sam-github
Copy link
Contributor Author

/to @richardlau

Copy link
Member

@mhdawson mhdawson left a comment

Choose a reason for hiding this comment

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

LGTM

Currently, it is inherited from the user that started Jenkins, which can
be `TERM=dumb` in some ssh environments. That value of TERM breaks some
of the terminal related tests, so ensure a consistent TERM value.

Fixes: nodejs/node#28064
PR-URL: #1822
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
@sam-github sam-github merged commit 1ecb95f into nodejs:master Jun 10, 2019
@sam-github sam-github deleted the consistent-term-env branch June 10, 2019 18:28
@sam-github
Copy link
Contributor Author

Fix manually applied to:

  • test-osuosl-aix61-ppc64_be-1
  • test-osuosl-aix61-ppc64_be-2
  • test-osuosl-aix61-ppc64_be-3

@mhdawson I do not have credentials to update release-osuosl-aix61-ppc64_be-1, you should look at it (assuming it runs the node test suite during the release proces).

@mhdawson
Copy link
Member

@sam-github we don't run the test suite on the release machines.

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.

Test failures with TERM=dumb
3 participants