Bugs item #1895311, was opened at 2008-02-17 10:15 Message generated for change (Comment added) made by tsheyar You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1895311&group_id=56967
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: PF/tests Group: Pathfinder 0.24 >Status: Closed >Resolution: Fixed Priority: 6 Private: No Submitted By: Stefan Manegold (stmane) Assigned to: Jan Rittinger (tsheyar) Summary: PF/alg: "fetch" fails in 8 tests Initial Comment: 8 of the tests reported in [ 1894891 ] PF: 334 tests fail with ALG that work fine with MPS http://sourceforge.net/tracker/index.php?func=detail&aid=1894891&group_id=56967&atid=482468 fail with ERROR = !ERROR: fetch(tmp_271) illegal position 0. See attached log for details. Jan, I consider you the "dispatcher" for PF/alg bugs; please re-assign if/as appropriate. ---------------------------------------------------------------------- >Comment By: Jan Rittinger (tsheyar) Date: 2008-05-29 18:46 Message: Logged In: YES user_id=993208 Originator: NO Fixed the last fetch problem: deleted text nodes (nil values) where not deleted by PROC merge_adjacent_text_nodes(). ---------------------------------------------------------------------- Comment By: Stefan Manegold (stmane) Date: 2008-05-29 17:01 Message: Logged In: YES user_id=572415 Originator: YES All but one of the "illegal positions" seem to be fixed. Still failing: http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTestsG103/GNU.64.64.d-Fedora8/tests_XQuery/order.err.00.html MAPI = [EMAIL PROTECTED]:37381 QUERY = let $a := (1, 2.3, "test", element bar {text{"bl"},text{"ub"}}) return for $b in ("foo", "bar", "baz") return attribute {$b}{$a,$b} ERROR = !ERROR: fetch(tmp_452) illegal position 9223372036854775808. !ERROR: CMDfetchConvert_oid: operation failed. !ERROR: interpret_params: mirror(param 1): evaluation error. ---------------------------------------------------------------------- Comment By: Stefan Manegold (stmane) Date: 2008-02-25 18:57 Message: Logged In: YES user_id=572415 Originator: YES In fact, the "illegal position" is (of course) not "0" but oid(nil) or int(nil) --- "0" occurred only due to a bug in the error message itself (just fixed that). ---------------------------------------------------------------------- Comment By: Stefan Manegold (stmane) Date: 2008-02-25 17:23 Message: Logged In: YES user_id=572415 Originator: YES After fixing some bugs and disabling test the require features that are not yet supported by the Algebra back-end, the following "illegal position"s remain: tests/WebSite/HelloWorld8.test.err-QUERY = let $f := doc("http://monetdb.cwi.nl/XQuery/files/HelloWorld.xml")/doc tests/WebSite/HelloWorld8.test.err:ERROR = !ERROR: fetch(tmp_263) illegal position 0. tests/WebSite/HelloWorld8.test.err- !ERROR: CMDfetchConvert_oid: operation failed. -- tests/WebSite/HelloWorld6.test.err-QUERY = for $t in ( <doc> tests/WebSite/HelloWorld6.test.err:ERROR = !ERROR: fetch(tmp_263) illegal position 0. tests/WebSite/HelloWorld6.test.err- !ERROR: CMDfetchConvert_oid: operation failed. -- tests/WebSite/voc2.test.err-QUERY = for $t in doc("voc.xml")//voyage[leftpage/boatname="ZEELANDIA"] tests/WebSite/voc2.test.err:ERROR = !ERROR: fetch(tmp_460) illegal position 0. tests/WebSite/voc2.test.err- !ERROR: CMDfetchConvert_oid: operation failed. -- tests/XQuery/sum11.test.err-QUERY = for $a in (attribute foo {"11"}, element bar {text{"1"},text{"2"}}) return $a + 100 tests/XQuery/sum11.test.err:ERROR = !ERROR: fetch(tmp_452) illegal position 0. tests/XQuery/sum11.test.err- !ERROR: CMDfetchConvert_oid: operation failed. -- tests/XQuery/helper-functions.test.err-QUERY = <foo>{2, <bar/>, 3, text{"4"}}</foo> tests/XQuery/helper-functions.test.err:ERROR = !ERROR: fetch(tmp_452) illegal position 0. tests/XQuery/helper-functions.test.err- !ERROR: CMDfetchConvert_oid: operation failed. -- tests/XQuery/order.test.err-QUERY = let $a := (1, 2.3, "test", element bar {text{"bl"},text{"ub"}}) return for $b in ("foo", "bar", "baz") return attribute {$b}{$a,$b} tests/XQuery/order.test.err:ERROR = !ERROR: fetch(tmp_452) illegal position 0. tests/XQuery/order.test.err- !ERROR: CMDfetchConvert_oid: operation failed. -- tests/W3C_use_cases/XQ/SEQ/Q5a.test.err-QUERY = declare function local:precedes($a as node(), $b as node()) as xs:boolean tests/W3C_use_cases/XQ/SEQ/Q5a.test.err:ERROR = !ERROR: fetch(tmp_363) illegal position 0. tests/W3C_use_cases/XQ/SEQ/Q5a.test.err- !ERROR: CMDfetchConvert_oid: operation failed. -- tests/W3C_use_cases/XQ/SEQ/Q5b.test.err-QUERY = <critical_sequence> tests/W3C_use_cases/XQ/SEQ/Q5b.test.err:ERROR = !ERROR: fetch(tmp_363) illegal position 0. tests/W3C_use_cases/XQ/SEQ/Q5b.test.err- !ERROR: CMDfetchConvert_oid: operation failed. -- tests/W3C_use_cases/XQ/SEQ/Q5d.test.err-QUERY = <critical_sequence> tests/W3C_use_cases/XQ/SEQ/Q5d.test.err:ERROR = !ERROR: fetch(tmp_363) illegal position 0. tests/W3C_use_cases/XQ/SEQ/Q5d.test.err- !ERROR: CMDfetchConvert_oid: operation failed. -- tests/BugsViaSourgeforce/ID.1210173-2.test.err-QUERY = let $f := doc("HelloWorld.xml")/doc tests/BugsViaSourgeforce/ID.1210173-2.test.err:ERROR = !ERROR: fetch(tmp_2467) illegal position 0. tests/BugsViaSourgeforce/ID.1210173-2.test.err- !ERROR: CMDfetchConvert_oid: operation failed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1895311&group_id=56967 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
