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 valgrind tests. #1037

Merged
merged 6 commits into from
Sep 30, 2017
Merged

Fix valgrind tests. #1037

merged 6 commits into from
Sep 30, 2017

Conversation

robertnishihara
Copy link
Collaborator

This comments out a test that has been consistently failing.

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/1976/
Test PASSed.

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/1983/
Test PASSed.

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/1986/
Test PASSed.

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/1987/
Test PASSed.

@AmplabJenkins
Copy link

Merged build finished. Test FAILed.

@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/1982/
Test FAILed.

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/1988/
Test PASSed.

@robertnishihara robertnishihara changed the title Comment out local scheduler valgrind test. Fix valgrind tests. Sep 30, 2017
@robertnishihara
Copy link
Collaborator Author

This fixes most of the valgrind errors. There's two remaining problems.

Problem 1: The valgrind tests are still detecting an error.

==9401== 34 bytes in 1 blocks are possibly lost in loss record 4 of 8
==9401==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==9401==    by 0x510F248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==9401==    by 0x5110970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==9401==    by 0x5110D87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==9401==    by 0x439C2C: get_redis_shards(redisContext*, std::vector<std::string, std::allocator<std::string> >&, std::vector<int, std::allocator<int> >&) (redis.cc:154)
==9401==    by 0x405B90: object_reconstruction_test() (local_scheduler_tests.cc:190)
==9401==    by 0x409164: local_scheduler_tests() (local_scheduler_tests.cc:678)
==9401==    by 0x409B0C: greatest_run_suite(void (*)(), char const*) (local_scheduler_tests.cc:686)
==9401==    by 0x40A7BC: main (local_scheduler_tests.cc:691)

Problem 2: The problem is that Problem 1 isn't causing the valgrind tests to fail...

@robertnishihara
Copy link
Collaborator Author

robertnishihara commented Sep 30, 2017

Ok, it looks like problem 1 may be related to valgrind having trouble with std::string, and problem 2 may be related to the fact that the test script forks and valgrind errors in child processes may not cause the build to fail or something like that.

@pcmoritz pcmoritz merged commit ce278aa into ray-project:master Sep 30, 2017
@pcmoritz pcmoritz deleted the valgrindtests branch September 30, 2017 07:11
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