Hi Tomohito, I found the problem with ieptests and fixed the test master output already. The test should pass now.
Also, I found you forgot to update ieptests.out for DerbyNet and DerbyNetClient frameworks. That means the test would have file under those two frameworks too. I updated those also for you. When I update a master file, I usually find all other master files with same name. (At the functionTests/master location: find . -name 'ipetests.out' -print) If there are multiple master files (in subdirectories) I update all of them too. This has been causing test failures for a number of patches submitted recently. Satheesh TomohitoNakayama wrote: > Hello. > > I have just done DERBY-308. > I uploaded patch just for reviewing. > > > Through testing of DERBY-308 , I found one problem in previous DERBY-167. > eol was missed in > java/testing/org/apache/derbyTesting/functionTests/master/ieptests.out > .... > Then, test of tools/ieptests.sql was failed. > > Thinking this phenomena was not found in testing in DERBY-167, > the bug seems to be made in making patch of DERBY-167. > > I will post the bug to JIRA. > > Maybe trouble of subversion... > There may be trouble in handling last line in "svn diff"... > > I have upgraded subversion to 1.2.0. for care.... > > > Best regards. > > > /* > > Tomohito Nakayama > [EMAIL PROTECTED] > [EMAIL PROTECTED] > > Naka > http://www5.ocn.ne.jp/~tomohito/TopPage.html > > */ > ----- Original Message ----- From: "Tomohito Nakayama (JIRA)" > <[email protected]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, May 26, 2005 8:49 PM > Subject: [jira] Updated: (DERBY-308) Modify dblook to support > "GENERATED BY DEFAULT AS IDENTITY" > > >> [ http://issues.apache.org/jira/browse/DERBY-308?page=all ] >> >> Tomohito Nakayama updated DERBY-308: >> ------------------------------------ >> >> Attachment: DERBY-308.patch >> >> There results changes of records in systemm tables ,SYSCOLUMNS/ >> SYSCONGLOMERATE/ SYSTABLES , >> generated to >> java/testing/org/apache/derbyTesting/functionTests/master/dblook_test.out >> >> >> >>> Modify dblook to support "GENERATED BY DEFAULT AS IDENTITY" >>> ----------------------------------------------------------- >>> >>> Key: DERBY-308 >>> URL: http://issues.apache.org/jira/browse/DERBY-308 >>> Project: Derby >>> Type: Sub-task >>> Reporter: Tomohito Nakayama >>> Assignee: Tomohito Nakayama >>> Attachments: DERBY-308.patch >>> >>> The Derby "dblook" utility needs to support "GENERATED BY DEFAULT AS >>> IDENTITY". >>> This issue was notified in next mail. >>> http://article.gmane.org/gmane.comp.apache.db.derby.devel/4096 >> >> >> -- >> This message is automatically generated by JIRA. >> - >> If you think it was sent incorrectly contact one of the administrators: >> http://issues.apache.org/jira/secure/Administrators.jspa >> - >> For more information on JIRA, see: >> http://www.atlassian.com/software/jira >> >> >> >> >> -- >> No virus found in this incoming message. >> Checked by AVG Anti-Virus. >> Version: 7.0.322 / Virus Database: 266.11.17 - Release Date: 2005/05/25 >> >> > > >
