[Swift-devel] local tests
Mihael Hategan
hategan at mcs.anl.gov
Mon Jul 29 11:28:53 CDT 2013
Ooops. Sorry about the compilation error. Should be fixed now.
In case anybody is wondering, it turns out that spaces in file names
were a problem with coasters and somehow I've been missing it for some
time.
Mihael
On Mon, 2013-07-29 at 08:47 -0500, David Kelly wrote:
> This was related to some changes I am making, sorry about that. The tests/sites/local and tests/sites/local-coasters directories have been restored. I think this should fix the issue with failing tests. I tried to re-run the test suite to verify, but I am running into this when I try to build:
>
> compile:
> [echo] [provider-coaster]: COMPILE
> [mkdir] Created dir: /swift/swift-0.94/cog/modules/provider-coaster/build [javac] Compiling 134 source files to /swift/swift-0.94/cog/modules/provider-coaster/build
> [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
> [javac] /swift/swift-0.94/cog/modules/provider-coaster/src/org/globus/cog/abstraction/impl/file/coaster/handlers/DeleteHandler.java:21: error: method normalize in class CoasterFileRequestHandler cannot
> be applied to given types;
> [javac] File f = normalize(getInDataAsString(0));
> [javac] ^
> [javac] required: RemoteFile [javac] found: String
> [javac] reason: actual argument String cannot be converted to RemoteFile by method invocation conversion
> [javac] /swift/swift-0.94/cog/modules/provider-coaster/src/org/globus/cog/abstraction/impl/file/coaster/handlers/ExistsHandler.java:21: error: method normalize in class CoasterFileRequestHandler cannot
> be applied to given types;
>
> ----- Original Message -----
>
> > From: "Mihael Hategan" <hategan at mcs.anl.gov>
> > To: "Yadu Nand" <yadudoc1729 at gmail.com>
> > Cc: "Swift Devel" <swift-devel at ci.uchicago.edu>
> > Sent: Monday, July 29, 2013 2:46:59 AM
> > Subject: Re: [Swift-devel] local tests
>
> > On Mon, 2013-07-29 at 02:23 -0500, Yadu Nand wrote:
> > > Hi Mihael,
> > >
> > > Could you be a bit more specific about tests/sites/local ? I do not
> > > think I've made any changes to that folder yet.
>
> > It's missing in SVN:
> > https://trac.ci.uchicago.edu/swift/browser/branches/release-0.94/tests/sites
>
> > >
> > > Have you noticed that a huge majority of tests are reporting
> > > failures
> > > since the 26th on Bridled?
> > > This is from the 25th ->
> > > http://www.ci.uchicago.edu/swift/tests/swift-0.94/run-2013-07-25/tests-2013-07-25.html
> > > And from the 26th ->
> > > http://www.ci.uchicago.edu/swift/tests/swift-0.94/run-2013-07-26/tests-2013-07-26.html
>
> > That's because that directory is missing. It contains the sites file
> > that the tests are supposed to be using.
>
> > >
> > > Curiously the tests since the 22nd have been failing for trunk.
>
> > http://www.ci.uchicago.edu/swift/tests/swift-trunk/run-2013-07-22/0041-int-assignment-011635/0041-int-assignment.stdout
>
> > I don't think the tests are failing. They don't seem to be working at
> > all.
>
> > Mihael
>
> > _______________________________________________
> > Swift-devel mailing list
> > Swift-devel at ci.uchicago.edu
> > https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel
> This was related to some changes I am making, sorry about that. The
> tests/sites/local and tests/sites/local-coasters directories have been
> restored. I think this should fix the issue with failing tests. I
> tried to re-run the test suite to verify, but I am running into this
> when I try to build:
>
>
> compile:
> [echo] [provider-coaster]: COMPILE
> [mkdir] Created
> dir: /swift/swift-0.94/cog/modules/provider-coaster/build [javac]
> Compiling 134 source files
> to /swift/swift-0.94/cog/modules/provider-coaster/build
> [javac] warning: [options] bootstrap class path not set in
> conjunction with -source 1.5
>
> [javac] /swift/swift-0.94/cog/modules/provider-coaster/src/org/globus/cog/abstraction/impl/file/coaster/handlers/DeleteHandler.java:21: error: method normalize in class CoasterFileRequestHandler cannot
> be applied to given types;
> [javac] File f = normalize(getInDataAsString(0));
> [javac] ^
> [javac] required: RemoteFile [javac] found: String
> [javac] reason: actual argument String cannot be converted to
> RemoteFile by method invocation conversion
>
> [javac] /swift/swift-0.94/cog/modules/provider-coaster/src/org/globus/cog/abstraction/impl/file/coaster/handlers/ExistsHandler.java:21: error: method normalize in class CoasterFileRequestHandler cannot
> be applied to given types;
>
>
>
>
> ______________________________________________________________________
> From: "Mihael Hategan" <hategan at mcs.anl.gov>
> To: "Yadu Nand" <yadudoc1729 at gmail.com>
> Cc: "Swift Devel" <swift-devel at ci.uchicago.edu>
> Sent: Monday, July 29, 2013 2:46:59 AM
> Subject: Re: [Swift-devel] local tests
>
> On Mon, 2013-07-29 at 02:23 -0500, Yadu Nand wrote:
> > Hi Mihael,
> >
> > Could you be a bit more specific about tests/sites/local ? I
> do not
> > think I've made any changes to that folder yet.
>
> It's missing in SVN:
> https://trac.ci.uchicago.edu/swift/browser/branches/release-0.94/tests/sites
>
> >
> > Have you noticed that a huge majority of tests are reporting
> failures
> > since the 26th on Bridled?
> > This is from the 25th ->
> >
> http://www.ci.uchicago.edu/swift/tests/swift-0.94/run-2013-07-25/tests-2013-07-25.html
> > And from the 26th ->
> >
> http://www.ci.uchicago.edu/swift/tests/swift-0.94/run-2013-07-26/tests-2013-07-26.html
>
> That's because that directory is missing. It contains the
> sites file
> that the tests are supposed to be using.
>
> >
> > Curiously the tests since the 22nd have been failing for
> trunk.
>
> http://www.ci.uchicago.edu/swift/tests/swift-trunk/run-2013-07-22/0041-int-assignment-011635/0041-int-assignment.stdout
>
> I don't think the tests are failing. They don't seem to be
> working at
> all.
>
> Mihael
>
> _______________________________________________
> Swift-devel mailing list
> Swift-devel at ci.uchicago.edu
> https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel
>
>
More information about the Swift-devel
mailing list