You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by yl...@apache.org on 2022/01/13 13:08:26 UTC

svn commit: r1896990 - /apr/apr/trunk/.travis.yml

Author: ylavic
Date: Thu Jan 13 13:08:25 2022
New Revision: 1896990

URL: http://svn.apache.org/viewvc?rev=1896990&view=rev
Log:
Disable odbc tests with ASan for now, dlclose() leaks memory somehow.

Modified:
    apr/apr/trunk/.travis.yml

Modified: apr/apr/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/apr/apr/trunk/.travis.yml?rev=1896990&r1=1896989&r2=1896990&view=diff
==============================================================================
--- apr/apr/trunk/.travis.yml (original)
+++ apr/apr/trunk/.travis.yml Thu Jan 13 13:08:25 2022
@@ -48,6 +48,8 @@ matrix:
       dist: focal
       env: CC=gcc-10
            NOTEST_CFLAGS="-fsanitize=address -fno-sanitize-recover=address -fno-omit-frame-pointer -Werror -O2"
+           # odbc dso unload leaks memory and fails the tests
+           CONFIG="--with-odbc=no"
       addons:
         apt:
           sources:
@@ -59,7 +61,8 @@ matrix:
       dist: focal
       env: CC=gcc-10
            NOTEST_CFLAGS="-fsanitize=address -fno-sanitize-recover=address -fno-omit-frame-pointer -Werror -O2"
-           CONFIG="--enable-pool-debug"
+           # odbc dso unload leaks memory and fails the tests
+           CONFIG="--enable-pool-debug --with-odbc=no"
       addons:
         apt:
           sources: