You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafodion.apache.org by Dave Birdsall <da...@esgyn.com> on 2016/06/23 16:37:16 UTC

Jenkins test seabase/TEST011 failing

Hi,



I’ve noticed that for some open pull requests (for example,
https://github.com/apache/incubator-trafodion/pull/177 and
https://github.com/apache/incubator-trafodion/pull/556), seabase/TEST011 is
failing with a diff file that looks like this:



1252c1252

< *** ERROR[4247] Specified size in bytes (1000001) exceeds the maximum
size allowed (1000000) for column D.

---

> *** ERROR[4247] Specified size in bytes (1000001) exceeds the maximum
size allowed (200000) for column D.



It looks like the expected results for this file are fixed with pull
request https://github.com/apache/incubator-trafodion/pull/555. So I am
guessing that once that change is merged, the failures for the other open
pull requests will go away upon retest. But that’s just a guess.



Dave

RE: Jenkins test seabase/TEST011 failing

Posted by Anoop Sharma <an...@esgyn.com>.
it was a merge issue and has been fixed. Not delivered yet.

anoop

-----Original Message-----
From: Dave Birdsall [mailto:dave.birdsall@esgyn.com]
Sent: Thursday, June 23, 2016 9:37 AM
To: dev@trafodion.incubator.apache.org
Subject: Jenkins test seabase/TEST011 failing

Hi,



I’ve noticed that for some open pull requests (for example,
https://github.com/apache/incubator-trafodion/pull/177 and
https://github.com/apache/incubator-trafodion/pull/556), seabase/TEST011 is
failing with a diff file that looks like this:



1252c1252

< *** ERROR[4247] Specified size in bytes (1000001) exceeds the maximum size
allowed (1000000) for column D.

---

> *** ERROR[4247] Specified size in bytes (1000001) exceeds the maximum
size allowed (200000) for column D.



It looks like the expected results for this file are fixed with pull request
https://github.com/apache/incubator-trafodion/pull/555. So I am guessing
that once that change is merged, the failures for the other open pull
requests will go away upon retest. But that’s just a guess.



Dave