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

Remove numbers from CLI integration test names #1128

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

pkatlic
Copy link
Contributor

@pkatlic pkatlic commented Dec 11, 2023

Remove numbers from CLI integration test names

TestCLIDebugger.scala: remove numbers from test names.

TestCLIParsing.scala: remove numbers from test names.

TestCLIPerformance.scala: remove numbers from test names.

TestCLISaveParser.scala: remove numbers from test names.

TestCLItdml.scala: remove numbers from test names.

TestCLIUnparsing.scala: remove numbers from test names.

DAFFODIL-2753

Copy link
Contributor

@tuxji tuxji left a comment

Choose a reason for hiding this comment

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

+1

Copy link
Member

@stevedlawrence stevedlawrence left a comment

Choose a reason for hiding this comment

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

Thanks for this change! Could you also make this change to the other tests in daffodil-cli/?

Can you also modify the commit message to have the bug number at the bottom? It looks like you only added it to the PR message.

Copy link
Member

@stevedlawrence stevedlawrence left a comment

Choose a reason for hiding this comment

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

+1 👍 Please squash into a single commit and this is good to merge!

Copy link
Contributor

@tuxji tuxji left a comment

Choose a reason for hiding this comment

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

+1

Second commit's changes look good as well

@@ -220,7 +220,7 @@ class TestCLIParsing {
}(ExitCode.Success)
}

@Test def test_1317_IBMCompatibility_ABC_test_ibm_abc_cli(): Unit = {
@Test def test_IBMCompatibility_ABC_test_ibm_abc_cli(): Unit = {
Copy link
Contributor

Choose a reason for hiding this comment

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

Could rename to test_CLI_IBMCompatibility_ABC_test_ibm_abc to be more similar to rest of test case names, any disagreement?

DAFFODIL-2753

TestCLIDebugger.scala: remove numbers from test names.

TestCLIParsing.scala: remove numbers from test names.

TestCLIPerformance.scala: remove numbers from test names.

TestCLISaveParser.scala: remove numbers from test names.

TestCLItdml.scala: remove numbers from test names.

TestCLIUnparsing.scala: remove numbers from test names.
@pkatlic pkatlic force-pushed the daffodil-2753-remove-cli-numbers branch from afc51ba to d3af4f0 Compare December 11, 2023 21:08
@tuxji tuxji merged commit e05dfc8 into apache:main Dec 11, 2023
9 checks passed
@pkatlic pkatlic deleted the daffodil-2753-remove-cli-numbers branch January 9, 2024 16:15
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