You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by Igor Galić <i....@brainsware.org> on 2011/08/17 14:33:46 UTC

3.0.x test failure

Hi folks,

not sure if this is an environment thing, but the current 3.0.x branch
is failing a test case on my Ubuntu/Natty (11.04) x86_64

igalic@tynix ~/src/asf/ats-3.0.x (svn)-[3.0.x:1158631] % sudo /opt/ats-3.0.x/bin/traffic_server -R 1 2>&1 | grep FAIL
[SDK_API_HttpTxnCache] TSHttpTxnCacheLookupStatusGet : [TestCase1] <<FAIL>> { Incorrect Value returned by TSHttpTxnCacheLookupStatusGet }

config.nice:

CC="gcc"; export CC
CXX="g++"; export CXX
CFLAGS="-fstack-protector -fPIE -pie -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -mtune=native -march=native -O3"; export CFLAGS
CXXFLAGS="-fstack-protector -fPIE -pie -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -mtune=native -march=native -O3"; export CXXFLAGS
LDFLAGS="-z relro -z now -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-Bsymbolic-functions"; export LDFLAGS
"./configure" \
"--prefix=/opt/ats-3.0.x" \
"--enable-wccp" \
"--enable-tproxy" \
"--with-user=www" \
"--with-group=www" \
"$@"

The exhaustive set of flags is created by hardening wrapper for cc and ld
as well as dpkg-buildflags

-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.galic@brainsware.org
URL: http://brainsware.org/
GPG: 571B 8B8A FC97 266D BDA3  EF6F 43AD 80A4 5779 3257

Re: 3.0.x test failure

Posted by Igor Galić <i....@brainsware.org>.
> I was not able to reproduce this, even under Igor's watchful eyes. I
> call PEBKAC. ;-)


PEBKAK indeed: Compiling from a really, really clean slate works.
Now back to testing patches for backports.

If you already have, or if your genius insight is above testing,
please, by all means, add your +1 to STATUS

> -- Leif

i

-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.galic@brainsware.org
URL: http://brainsware.org/
GPG: 571B 8B8A FC97 266D BDA3  EF6F 43AD 80A4 5779 3257

Re: 3.0.x test failure

Posted by Leif Hedstrom <zw...@apache.org>.
On 08/17/2011 06:33 AM, Igor Galić wrote:
> Hi folks,
>
> not sure if this is an environment thing, but the current 3.0.x branch
> is failing a test case on my Ubuntu/Natty (11.04) x86_64

I was not able to reproduce this, even under Igor's watchful eyes. I 
call PEBKAC. ;-)

-- Leif