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

fix: Fix test module relying on closed memory leak #2037

Merged

Conversation

AndrewSisley
Copy link
Contributor

Relevant issue(s)

Resolves #2036

Description

Fix module relying on closed memory leak.

It only half fixes this, it will be solved properly in lens-vm/lens#62

It only half fixes this, it will be solved properly in lens-vm/lens#62
@AndrewSisley AndrewSisley added area/schema Related to the schema system area/testing Related to any test or testing suite labels Nov 10, 2023
@AndrewSisley AndrewSisley added this to the DefraDB v0.8 milestone Nov 10, 2023
@AndrewSisley AndrewSisley requested a review from a team November 10, 2023 22:33
@AndrewSisley AndrewSisley self-assigned this Nov 10, 2023
@AndrewSisley AndrewSisley changed the title fix: Fix module relying on closed memory leak fix: Fix test module relying on closed memory leak Nov 10, 2023
Copy link

codecov bot commented Nov 10, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (597d8f3) 73.87% compared to head (328caa7) 73.86%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2037      +/-   ##
===========================================
- Coverage    73.87%   73.86%   -0.01%     
===========================================
  Files          248      248              
  Lines        24801    24801              
===========================================
- Hits         18321    18318       -3     
- Misses        5220     5222       +2     
- Partials      1260     1261       +1     
Flag Coverage Δ
all-tests 73.86% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 3 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

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

@AndrewSisley AndrewSisley merged commit ec46f7d into sourcenetwork:develop Nov 10, 2023
@AndrewSisley AndrewSisley deleted the 2036-lens-mocule-leak-fix branch November 10, 2023 22:57
shahzadlone pushed a commit to shahzadlone/defradb that referenced this pull request Feb 23, 2024
## Relevant issue(s)

Resolves sourcenetwork#2036

## Description

Fix module relying on closed memory leak.

It only half fixes this, it will be solved properly in lens-vm/lens#62
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/schema Related to the schema system area/testing Related to any test or testing suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rust-wasm32-copy test lens module relies on memory leak
2 participants