-
Notifications
You must be signed in to change notification settings - Fork 648
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 Github auto-build #2112
Fix Github auto-build #2112
Conversation
Remove the predefined boost related environment variables.
Errors: Release: 64850ms th_a elasticsearch_plugin.cpp:516 plugin_startup ] elasticsearch ACCOUNT HISTORY: plugin_startup() begin *** 4 failures are detected in the test module "Elastic Search Database Tests" Debug: 3523467ms th_a elasticsearch_plugin.cpp:516 plugin_startup ] elasticsearch ACCOUNT HISTORY: plugin_startup() begin *** 2 failures are detected in the test module "Elastic Search Database Tests" |
Because all test cases in es_test rely on the same ES instance, so we need to run them serially.
7b7d9f7
to
3c4764d
Compare
Fixed |
Remove the predefined boost related environment variables.
Follow-up work of #2062 for issue #2054.
See also: #2110.
Errors (also mentioned in #2062):
es_tests
still seem to be not completely deterministic, see Fix Github auto-build #2112 (comment).develop
.