Description
Seen since svn r503550 2007-02-05 06:02:19 CET.
First occurence in http://dbtg.thresher.com/derby/test/tinderbox_trunk16/jvm1.6/testing/Limited/testSummary-503550.html .
Also in http://dbtg.thresher.com/derby/test/Daily/jvm1.5/testing/Limited/testSummary-503767.html (all platforms except windows!?).
derbyall/derbyall_fail.txt shows:
------------------------------------------
derbyall/derbyall:derbylang.fail:lang/altertableDropColumn.sql
derbyall/derbyall_diff.txt does not show a diff.
but
derbyall.sum shows:
---------------------------
-
-
- Start: altertable jdk1.6.0 derbyall:derbylang 2007-02-05 06:38:55 ***
- End: altertable jdk1.6.0 derbyall:derbylang 2007-02-05 06:39:08 ***
Could not locate lang/altertableDropColumn.sql
Exception in thread "main" java.io.FileNotFoundException: /org/apache/derbyTesting/functionTests/tests/lang/altertableDropColumn.sql
at org.apache.derbyTesting.functionTests.harness.RunTest.setDirectories(RunTest.java:701)
at org.apache.derbyTesting.functionTests.harness.RunTest.main(RunTest.java:266)
-
On windows I found that derbyall.sum contained:
-----------------------------------------------------------------
-
-
- Start: altertable jdk1.5.0_07 derbyall:derbylang 2007-02-05 19:21:24 ***
- End: altertable jdk1.5.0_07 derbyall:derbylang 2007-02-05 19:21:55 ***
Could not locate lang/altertableDropColumn.sql
Exception in thread "main" java.io.IOException: The filename, directory name, or volume label syntax is incorrect
at java.io.WinNTFileSystem.canonicalize0(Native Method)
at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:395)
at java.io.File.getCanonicalPath(File.java:531)
at org.apache.derbyTesting.functionTests.harness.RunTest.addToListFile(RunTest.java:2187)
at org.apache.derbyTesting.functionTests.harness.RunTest.addToFailures(RunTest.java:2159)
at org.apache.derbyTesting.functionTests.harness.RunTest.setDirectories(RunTest.java:700)
at org.apache.derbyTesting.functionTests.harness.RunTest.main(RunTest.java:266)
-
Attachments
Issue Links
- is related to
-
DERBY-1909 ALTER TABLE DROP COLUMN needs to update GRANTed column privileges
- Closed