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

ZarrArray: add a method to get the DimensionSeparator #2

Merged

Conversation

melissalinkert
Copy link
Member

See bcdev#32

3a4e7dd adds a simple getter to ZarrArray to retrieve the DimensionSeparator. It also updates the dimension separator test to use the new getter.

When updating the dimension separator test, I noticed that some of the tests were not being run. b4eed70 fixes it so that every test class is run.

melissalinkert and others added 3 commits April 27, 2022 19:37
Without this change, several of the test classes were not run because the class
name did not match the default Surefire naming:

https://maven.apache.org/surefire-archives/surefire-3.0.0-M5/maven-surefire-plugin/examples/inclusion-exclusion.html

ZarrArrayTest_dimensionSeparator is one example of an affected test.
This allows the array's `DimensionSeparator` to be easily checked.

The corresponding test is also updated to use the new getter instead of
reflective access.
@joshmoore
Copy link
Member

Thanks, @melissalinkert. I resolved the conflict with the ongoing changes from getting things to maven central.

@joshmoore
Copy link
Member

Re-opening to test against build.yml

@joshmoore joshmoore closed this May 22, 2023
@joshmoore joshmoore reopened this May 22, 2023
@joshmoore
Copy link
Member

[INFO] Tests run: 141, Failures: 0, Errors: 0, Skipped: 0

@joshmoore joshmoore merged commit f16b2e5 into zarr-developers:main May 22, 2023
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.

2 participants