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

Change test_darray.c so that it runs both async and non-async tests #240

Merged
merged 6 commits into from
Nov 30, 2016

Conversation

edhartnett
Copy link
Collaborator

This is in support of #89.

Only test code changes in this PR.

test_darray.c is modifed so that it can run its tests for both async and non-async versions of the code. (Similar to recent modifcations to test_nc4.c).

Also test_darray_async was removed. This was originally intended to test the async code, but now I am reusing the same test code for async and non-async, so test_darray_async is no longer needed.

In this PR, the async darray tests are still commented out. The next PR will involve turning on the async tests and getting the async code to work.

@edhartnett edhartnett merged commit 5478065 into master Nov 30, 2016
@edhartnett edhartnett deleted the ejh_darray_async_test branch November 30, 2016 12:45
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