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

memory: Improve construct* and destroy* unit tests #175

Merged
merged 1 commit into from
May 25, 2020

Conversation

stotko
Copy link
Owner

@stotko stotko commented May 25, 2020

In #174, some memory unit test has been slightly changed to remove conditional behavior. However, since this was required when using the CUDA backend, these tests were not well-designed. Improve these unit tests to work for all backends by moving from static variables to member variables.

@stotko stotko added this to the 1.3.0 milestone May 25, 2020
@stotko stotko force-pushed the test_memory_counter branch from cb5eec2 to 1f8ed9b Compare May 25, 2020 09:11
@codecov
Copy link

codecov bot commented May 25, 2020

Codecov Report

Merging #175 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #175   +/-   ##
=======================================
  Coverage   97.80%   97.80%           
=======================================
  Files          28       28           
  Lines        1825     1825           
=======================================
  Hits         1785     1785           
  Misses         40       40           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3b6d793...1f8ed9b. Read the comment docs.

@stotko stotko merged commit 89ec1d2 into master May 25, 2020
@stotko stotko deleted the test_memory_counter branch May 25, 2020 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant