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

Changes to add unit test and Internal Testing #114

Merged
merged 56 commits into from
Jul 30, 2024
Merged

Conversation

hariharan-devarajan
Copy link
Collaborator

  1. Add unit test infrastructure with Catch
  2. Fix a bug in ctx manager.
  3. Added Test case for testing data transfer capability.
  4. Added Test case for testing mdm capability.
  5. Exported some functions for unit testing.

hariharan-devarajan and others added 19 commits February 29, 2024 21:15
1. Add unit test infrastructure with Catch
2. Fix a bug in ctx manager.
3. Added Test case for testing data transfer capability.
3. Added Test case for testing mdm capability.
4. Exported some functions for unit testing.
1. Fix Enum for DTLMode
2. Split I/O and locking for consume_w_metadata
3. Comment the STDERR
4. Configurations for DLIO with DYAD
1. Fix Enum for DTLMode
2. Split I/O and locking for consume_w_metadata
3. Comment the STDERR
4. Configurations for DLIO with DYAD
@ilumsden ilumsden requested a review from JaeseungYeom June 13, 2024 20:47

find_package(Catch2 REQUIRED)
find_package(MPI REQUIRED COMPONENTS CXX)
find_package(dspaces REQUIRED CONFIG)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Make Catch2 and dspaces dependencies not required

@JaeseungYeom
Copy link
Contributor

JaeseungYeom commented Jul 30, 2024

Can we distinguish tests that requires LC environment from general environment? We can discuss the idea. It won't be a blocker for merging this PR.

@JaeseungYeom
Copy link
Contributor

There are many scripts added. Please add comments at the top of each script describing what it is for, what arguments it takes, and what other scripts it depends on.

@JaeseungYeom
Copy link
Contributor

We will address the comments in the followup PRs.

@JaeseungYeom JaeseungYeom merged commit b889f38 into main Jul 30, 2024
2 checks passed
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