-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Try newer version of odbc driver #9484
Try newer version of odbc driver #9484
Conversation
|
Actually it can't be tested in CI. |
Docker image will be rebuild only after merge in master. Did you mean that? |
It is expected:
I will add an exception. |
What do you mean? |
It's also expected, because we dlopen third-party library that is not instrumented. But it allocates memory. This memory range is not accounted by ASan and ODBC Bridge fails. I will add another exception. |
It is completely broken in another PR, the server doesn't start. |
Do not understand the reason. @filimonov Please try to reproduce. |
It's because "Debug, stateless" uses another docker image We can eather copy&paste the same change there (sounds quite stupid), or make UPD: the difference is llvm-9 vs llvm-8. @alesapin can you comment? Still it seems better to inherint from |
@filimonov We don't use system LLVM even for "unbundled" build. Installation of LLVM in Docker images is pointless. |
Actually it is used for symbolization of messages from sanitizers:
|
But we don't need it for "stateless with coverage". |
Both options are Ok, let's try whatever you prefer more. |
I have added suppression for ASan and Unbundled builds. |
@filimonov Copy paste is Ok, let's finish this PR. |
Check now (not sure if the docker image will be rebuilt automatically). |
Yep. It look like image |
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Detailed description / Documentation draft:
Continuation of #9348 - let's try new driver build.