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

Test cleanup #1328

Merged

Conversation

tdrwenski
Copy link
Member

@tdrwenski tdrwenski commented Apr 5, 2024

Description of Changes

The only tests using the TestSources.TestSets is TestDConnect2. It was using the enums TestSetEnum.Standard1, TestSetEnum.Constrained1, TestSetEnum.Remote2 out of which only TestSetEnum.Standard1 was actually run since the other two were not actually added to TestSets. Here I am removing Remote2 all together since it refers to a thredds fmrc dataset not present on remotetest/gretty. The Constrained1 tests are not currently working due to diffs in the output, so I will just comment those out for now in the TestDConnect2 so it is more explicit what is being run.

In addition:

  • remove unused test constants
  • rename test constants (don't use "remote" to refer to localhost server)

@tdrwenski tdrwenski marked this pull request as ready for review April 5, 2024 17:50
@haileyajohnson haileyajohnson merged commit 3219cbd into Unidata:maint-5.x Apr 5, 2024
10 checks passed
@tdrwenski tdrwenski deleted the remove-unused-test-constants branch April 5, 2024 19:57
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

2 participants