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

Fixed string_leak #233

Merged
merged 1 commit into from
Oct 12, 2013
Merged

Fixed string_leak #233

merged 1 commit into from
Oct 12, 2013

Conversation

astigsen
Copy link
Contributor

This fixes the leak from the string column as exposed by the AdaptiveStringLeak unit-test.

@rrrlasse @kspangsege

@kspangsege
Copy link
Contributor

Ok, I'll rerun the part of the test suite that originally exposed the leak and let you know if that turns up anything.

@kspangsege
Copy link
Contributor

Yep, that fixes all remaining leaks from a full duration test suite run on Linux.

valgrind --quiet --error-exitcode=1 --track-origins=yes --leak-check=yes --leak-resolution=low ./tightdb-tests-dbg --no-error-exitcode
Running Debug unit tests
TIGHTDB_MAX_LIST_SIZE = 4
Compiler supported SSE (auto detect): Yes
This CPU supports SSE (auto detect):  4.2

large_tests/test_strings.cpp:43: Begin ColumnString_monkeytest2
Success: 1 tests passed.
Test time: 7h57m

Top 5 time usage:
ColumnString_monkeytest2:       7h57m

@kspangsege
Copy link
Contributor

👍

@kspangsege
Copy link
Contributor

Alexander, PR's that are to be part of the next release must target the 'release_v0.1.1' branch instead of 'master'. In this case, it's easy to fix, because 'master' still doesn't contain anything that is not going into the release. I'll make sure this particular PR is also merged into 'release_v0.1.1', but we all have to learn to be strict about choosing the right target branch (I'll gladly elaborate on why this is important, if you want me to).

By the way, consider adding your thumbs-up to this one:

isaacs/github#18

kspangsege added a commit that referenced this pull request Oct 12, 2013
@kspangsege kspangsege merged commit 13709e9 into master Oct 12, 2013
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants