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

Fix typos #2772

Merged
merged 8 commits into from Jun 3, 2022
Merged

Fix typos #2772

merged 8 commits into from Jun 3, 2022

Conversation

asolntsev
Copy link
Contributor

just fixes some typos in TesTNG code/tests/comments.

&& currentThreadId != threadIdToRunOn) {
completed = false;
return;
}

for (IMethodInstance testMthdInst : m_methodInstances) {
ITestNGMethod testMethod = testMthdInst.getMethod();
for (IMethodInstance testMethdInstance : m_methodInstances) {
Copy link
Member

Choose a reason for hiding this comment

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

I think you can add the last missing 'o' 😉

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops :)
Fixed.

@krmahadevan krmahadevan self-requested a review June 2, 2022 14:38
Copy link
Member

@krmahadevan krmahadevan left a comment

Choose a reason for hiding this comment

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

The build is failing because of formatting issues.
Can you please do the following ?

  1. ./gradlew autostyleApply (This will apply code formatting)
  2. Commit the changes.
  3. Run ./gradlew clean check (This will ensure that the code formatting is checked and all the tests are run)
  4. Push the changes after the tests have passed so that the PR gets updated.

@krmahadevan krmahadevan merged commit c394d37 into testng-team:master Jun 3, 2022
@krmahadevan
Copy link
Member

@asolntsev - Thanks for the PR. This now is merged. Look forward to more contributions from you

@asolntsev
Copy link
Contributor Author

@krmahadevan I see the project doesn't compile on "17, Adopt OpenJ9":

SimpleBaseTest.kt: (402, 24): Unresolved reference: dumpHeap

Apparently, this JVM doesn't have method HotSpotDiagnosticMXBean.dumpHeap().
Shouldn't we remove this JVM from build matrix?

@asolntsev asolntsev deleted the fix-typos branch June 3, 2022 05:37
@krmahadevan
Copy link
Member

Or we would need to find a way to ensure that this test doesn't run on this JVM. We need to take a closer look on this. Thanks for highlighting this.

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.

None yet

3 participants