[Bug 1071] New: Apps returning multiple files to arrays fail to compile on [Trunk]
https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=1071 Summary: Apps returning multiple files to arrays fail to compile on [Trunk] Product: Swift Version: trunk Platform: PC OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: General AssignedTo: [email protected] ReportedBy: [email protected] The following script fails to compile on trunk swift-r6922 with cog-r3766. The same script compiles and runs on 0.94 : type file; app (file out, file err) remote_driver () { echo "hello" stdout=@out stderr=@err; } file driver_out[] <simple_mapper; prefix="driver", suffix=".out">; file driver_err[] <simple_mapper; prefix="driver", suffix=".err">; (driver_out[0],driver_err[0]) = remote_driver(); I see that the app must return more than one result, and the result must go into an array for this bug to manifest. When the script is run, swift fails with the error : org.globus.cog.karajan.parser.ParsingException: /scratch/midway/yadunand/swift-trunk/run-2013-08-21/beagle_tests/remote_driver.kml, line 92 column 58 swift:partialCloseDataset(driver_out)swift:partialCloseDataset(driver_err) ^ Expected ) A complete log and stdout from the run is in the attachment. I am assigning this Bug a higher priority than normal because, this bug could potentially affect a large number of workflows. The site-testing swiftscript and the current map-reduce examples are affected. -- Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=1071 Mihael Hategan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Mihael Hategan <[email protected]> 2013-08-25 13:47:25 --- r6997 -- Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@mcs.anl.gov