You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Knut Anders Hatlen <kn...@oracle.com> on 2011/10/11 16:25:19 UTC

Errors on Windows/JDK 7 (was: Re: Regression Test Report - Daily 1179285 - Sun DBTG)

dag.wanvik@oracle.com (Dag H. Wanvik) writes:

> It seems the NA problem has gone away 1.7 for Linux. with the new patch
> for DERBY-5363.  I thought that patch might solve the issue with an
> older UFS based Solaris as well, but it is still failing. I'll look at
> it. I am not sure the Windows error is related to this issue, as Knut
> also hinted at:
>
>> On Windows, it looks like the error happens in the test framework that
>> starts all the tests. It fails when trying to move files to/from the
>> machine. It might be that a failure in an earlier test run prevented
>> some resources from being released and that manual intervention (like a
>> reboot) would be necessary to get the tests running again. 

I rebooted the machine and cleaned the test directory, but we're still
seeing NA for derbyall and suites.All. I managed to fetch the logs
manually, and they show that many tests fail with "Access is denied" and
similar error messages, which does sound suspicious. Full log from
suites.All can be found here:

http://people.apache.org/~kahatlen/logs/loki20.txt.gz
(315 failures, 708 errors)

I'll see if I can find another Windows box and try to run the tests
manually. Has anyone else successfully run suites.All on a recent
version of trunk with JDK 7 on Windows lately?

-- 
Knut Anders

Re: Errors on Windows/JDK 7

Posted by Knut Anders Hatlen <kn...@oracle.com>.
dag.wanvik@oracle.com (Dag H. Wanvik) writes:

> Knut Anders Hatlen <kn...@oracle.com> writes:
>
>
>> I rebooted the machine and cleaned the test directory, but we're still
>> seeing NA for derbyall and suites.All. I managed to fetch the logs
>> manually, and they show that many tests fail with "Access is denied" and
>> similar error messages, which does sound suspicious. Full log from
>> suites.All can be found here:
>
> I does look related, but I can't see what the problem is. I have run
> test on Windows many times with JDK 1.7, even with the latest patch.
>
> I presume there isn't another user account involved here (à la
> JAG-user or some such)?

Yes, there is (for the uninitiated, JAG is the name of the test agent
running on the nightly test machines, part of the JET test framework -
http://kenai.com/projects/jet/pages/Home). However, I think everything
runs as the same user.

Right now the machine on which the problem is seen is busy running
release tests, so I'll try to reproduce it on another machine. If it is
reproducible, I'm sure we can add some tracing to find out what's going
on. Otherwise, we'll just have to wait until the release tests have
completed and try again in that environment.

-- 
Knut Anders

Re: Errors on Windows/JDK 7

Posted by "Dag H. Wanvik" <da...@oracle.com>.
Knut Anders Hatlen <kn...@oracle.com> writes:


> I rebooted the machine and cleaned the test directory, but we're still
> seeing NA for derbyall and suites.All. I managed to fetch the logs
> manually, and they show that many tests fail with "Access is denied" and
> similar error messages, which does sound suspicious. Full log from
> suites.All can be found here:

I does look related, but I can't see what the problem is. I have run
test on Windows many times with JDK 1.7, even with the latest patch.

I presume there isn't another user account involved here (à la
JAG-user or some such)?

Dag

>
> http://people.apache.org/~kahatlen/logs/loki20.txt.gz
> (315 failures, 708 errors)
>
> I'll see if I can find another Windows box and try to run the tests
> manually. Has anyone else successfully run suites.All on a recent
> version of trunk with JDK 7 on Windows lately?