[jira] Resolved: (DERBY-2048) LangScripts JUnit test fails in views.sql

2006-11-10 Thread Yip Ng (JIRA)
trunk. > LangScripts JUnit test fails in views.sql > - > > Key: DERBY-2048 > URL: http://issues.apache.org/jira/browse/DERBY-2048 > Project: Derby > Issue Type: Bug > Component

[jira] Updated: (DERBY-2048) LangScripts JUnit test fails in views.sql

2006-11-08 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2048?page=all ] Daniel John Debrunner updated DERBY-2048: - Derby Info: (was: [Patch Available]) Committed revision 472613 - Thanks Yip > LangScripts JUnit test fails in views.

[jira] Updated: (DERBY-2048) LangScripts JUnit test fails in views.sql

2006-11-08 Thread Yip Ng (JIRA)
t;Affects Versions: 10.3.0.0 > Environment: Windows XP >Reporter: Yip Ng > Assigned To: Yip Ng > Attachments: derby2048-trunk-diff01.txt, derby2048-trunk-diff02.txt, > derby2048-trunk-stat01.txt > > > LangScripts JUnit t

[jira] Commented: (DERBY-2048) LangScripts JUnit test fails in views.sql

2006-11-08 Thread Daniel John Debrunner (JIRA)
. compressTables(), COMPRESS_OBJECTS, since only tables are the only objects that can be compressed. > LangScripts JUnit test fails in views.sql > - > > Key: DERBY-2048 > URL: http://issues.apache.org/jira/br

[jira] Updated: (DERBY-2048) LangScripts JUnit test fails in views.sql

2006-11-08 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2048?page=all ] Yip Ng updated DERBY-2048: -- Derby Info: [Patch Available] > LangScripts JUnit test fails in views.sql > - > > Key

[jira] Updated: (DERBY-2048) LangScripts JUnit test fails in views.sql

2006-11-08 Thread Yip Ng (JIRA)
compact the system table. (Currently it only compress this system table.) JUnit suite passes. > LangScripts JUnit test fails in views.sql > - > > Key: DERBY-2048 > URL: http://issues.apache.org/jira/br

[jira] Assigned: (DERBY-2048) LangScripts JUnit test fails in views.sql

2006-11-08 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2048?page=all ] Yip Ng reassigned DERBY-2048: - Assignee: Yip Ng > LangScripts JUnit test fails in views.sql > - > > Key: DERBY-2048 >

[jira] Commented: (DERBY-2048) LangScripts JUnit test fails in views.sql

2006-11-07 Thread Yip Ng (JIRA)
store subsystem manages free space. > LangScripts JUnit test fails in views.sql > - > > Key: DERBY-2048 > URL: http://issues.apache.org/jira/browse/DERBY-2048 > Project: Derby >

[jira] Commented: (DERBY-2048) LangScripts JUnit test fails in views.sql

2006-11-06 Thread Daniel John Debrunner (JIRA)
, synonyms and schemas. Please enhance it though to drop any remaining objects or clean up the database even more. :-) > LangScripts JUnit test fails in views.sql > - > > Key: DERBY-2048 > URL: http://issues.apache.

[jira] Commented: (DERBY-2048) LangScripts JUnit test fails in views.sql

2006-11-06 Thread Yip Ng (JIRA)
may be problematic in general for adding future test scripts since each testcase in the suite is not starting with an initial database state (like the legacy way) but the database state of the previous script execution. > LangScripts JUnit test fails in views.

[jira] Updated: (DERBY-2048) LangScripts JUnit test fails in views.sql

2006-11-06 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2048?page=all ] Yip Ng updated DERBY-2048: -- Description: LangScripts JUnit test fails in views.sql There was 1 failure: 1) views(org.apache.derbyTesting.functionTests.tests.lang.LangScripts )junit.fram

Re: LangScripts JUnit test fails in views.sql

2006-11-06 Thread Daniel John Debrunner
[EMAIL PROTECTED] wrote: Yip Ng <[EMAIL PROTECTED]> writes: Some observations: If org.apache.derbyTesting.functionTests.harness.RunTest is used to run views.sql, then it have 2 newline diffs. If org.apache.derbyTesting.functionTests.tests.lang.LangScripts is used to run, then the ordering of

[jira] Commented: (DERBY-2048) LangScripts JUnit test fails in views.sql

2006-11-06 Thread Daniel John Debrunner (JIRA)
issue. > LangScripts JUnit test fails in views.sql > - > > Key: DERBY-2048 > URL: http://issues.apache.org/jira/browse/DERBY-2048 > Project: Derby > Issue Type: Bug > Compo

Re: LangScripts JUnit test fails in views.sql

2006-11-06 Thread Dyre . Tjeldvoll
Yip Ng <[EMAIL PROTECTED]> writes: > Some observations: > > If org.apache.derbyTesting.functionTests.harness.RunTest is used to run > views.sql, then it have 2 newline diffs. > > If org.apache.derbyTesting.functionTests.tests.lang.LangScripts is used to > run, then the ordering of one of the outpu

Re: LangScripts JUnit test fails in views.sql

2006-11-06 Thread Yip Ng
Some observations: If org.apache.derbyTesting.functionTests.harness.RunTest is used to run views.sql, then it have 2 newline diffs. If org.apache.derbyTesting.functionTests.tests.lang.LangScripts is used to run, then the ordering of one of the outputs differs. I filed a jira for this: DERBY-2048

[jira] Created: (DERBY-2048) LangScripts JUnit test fails in views.sql

2006-11-06 Thread Yip Ng (JIRA)
LangScripts JUnit test fails in views.sql - Key: DERBY-2048 URL: http://issues.apache.org/jira/browse/DERBY-2048 Project: Derby Issue Type: Bug Components: Test Affects Versions

Re: LangScripts JUnit test fails in views.sql

2006-11-06 Thread Knut Anders Hatlen
Yip Ng <[EMAIL PROTECTED]> writes: > Just ran all the JUnit suites in the latest *clean* trunk, there is one test > case failed in > LangScripts with views.sql. > > Time: 825.078 > There was 1 failure: > 1) views(org.apache.derbyTesting.functionTests.tests.lang.LangScripts > )junit.fram > ework.Co

Re: LangScripts JUnit test fails in views.sql

2006-11-06 Thread Dyre . Tjeldvoll
Yip Ng <[EMAIL PROTECTED]> writes: > Just ran all the JUnit suites in the latest *clean* trunk, there is one test > case failed in > LangScripts with views.sql. > > Time: 825.078 > There was 1 failure: > 1) views(org.apache.derbyTesting.functionTests.tests.lang.LangScripts > )junit.fram > ework.Co

LangScripts JUnit test fails in views.sql

2006-11-06 Thread Yip Ng
Just ran all the JUnit suites in the latest *clean* trunk, there is one test case failed inLangScripts with views.sql.  Time: 825.078There was 1 failure:1) views(org.apache.derbyTesting.functionTests.tests.lang.LangScripts )junit.framework.ComparisonFailure: Output at line 104 expected:<...T1' beca