Bugs item #1886508, was opened at 2008-02-04 20:13
Message generated for change (Comment added) made by stmane
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1886508&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.22
Status: Open
Resolution: None
Priority: 9
Private: No
Submitted By: Stefan Manegold (stmane)
Assigned to: Nobody/Anonymous (nobody)
Summary: PF: many (most?) tests fail after recent checkins

Initial Comment:
As reported by the testing result emails on Friday, Feb 1 2008 (see attached 
files), lots of pathfinder tests fail after checkins on Thursday Jan 31 2008.

Since this affects both the "milprint_summer" and the "algebra version", these 
error prevent us from releasing MonetDB/XQuery 0.22.

For details, see the TestWeb at
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/index_short.html
and
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTestsG103/index_short.html

Assigning to Jan, as he did most of the (very much appreaciated!) checkins to 
pathfinder on Thursday Jan 31 2008.


----------------------------------------------------------------------

>Comment By: Stefan Manegold (stmane)
Date: 2008-02-07 18:30

Message:
Logged In: YES 
user_id=572415
Originator: YES

All calls to "revert" that I could find in pathfinder are in MIL and
preceded by a "access(BAT_WRITE)"; hence, it could be that either revert /
CMDrevert / BATrevert fails itself, or the preceding "access(BAT_WRITE)"
fails to properly set the BAT writable --- unfortunately there is no other
(preceding) error message --- didn't have any time to GDB this, yet ...


----------------------------------------------------------------------

Comment By: Stefan Manegold (stmane)
Date: 2008-02-06 19:03

Message:
Logged In: YES 
user_id=572415
Originator: YES

The new error ("!ERROR: CMDrevert: operation failed.") could also be
related to checkins on Friday Feb 01, since three tests (see below) did
still worked on Feb 01, but fail since Feb 02.
On Feb 01 (as far as I can see), only Jan R checked in to pathfinder, and
only Niels checked in to MonetDB (GDK; triggered by his "klocwork"
analysis); there were no related changes in MonetDB4.
I don't know (yet?) whether or which of these changed might be related to
the bug ...

http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_StandOff_update/basic.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_StandOff_update/basic_insert.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_StandOff_update/basic_test.out.00.html


----------------------------------------------------------------------

Comment By: Jan Rittinger (tsheyar)
Date: 2008-02-06 14:03

Message:
Logged In: YES 
user_id=993208
Originator: NO

This looks like a problem that occurs in the runtime -- namely in PROC
ws_opendoc() -- and is limited to updateable documents (see below).

Can someone else please have a look!

MonetDB>shred_doc("/tmp/JTR.xml","JTR.xml","JTR",9LL);
# shredding with holes: pagesize=16384, #fillsize=14910
# Elapsed time = 005ms 391us [002us/node]
# Shredded 1 XML document (JTR.xml), total time after commit=0.100s
MonetDB>xquery("xml","doc(\"JTR.xml\")");
!ERROR: CMDrevert: operation failed.
!ERROR: interpret_params: leftfetchjoin(param 2): evaluation error.
MonetDB>delete_doc("JTR.xml");
MonetDB>shred_doc("/tmp/JTR.xml","JTR.xml");
# Elapsed time = 019ms 550us [009us/node]
# Shredded 1 XML document (JTR.xml), total time after commit=0.218s
MonetDB>xquery("xml","doc(\"JTR.xml\")");
MonetDB>


----------------------------------------------------------------------

Comment By: Stefan Manegold (stmane)
Date: 2008-02-06 12:48

Message:
Logged In: YES 
user_id=572415
Originator: YES

Jan,

thanks for the quick fix!
Is get many of the test working, again, but various are still failing that
did work fine until Jan 31 2008 (see below).
Most of these (now?) fail with

ERROR = !ERROR: CMDrevert: operation failed. 

Possibly an attempt the revert a read-only BAT?

For examples, see
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/runtime/pf_docname.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/runtime/pf_docname.err.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/treat_as.SF-1586454.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/insert_multiple.SF-1590580.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/inserting_multiple_elements.SF-1590583.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/clear_attrs_on_delete.SF-1612739.err.00.html
 
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/clear_attrs_on_delete.SF-1612739-b.err.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/clear_attrs_on_delete.SF-1612739-c.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/clear_attrs_on_delete.SF-1612739-c.err.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/corrupt_after_update.SF-1706640.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/corrupt_after_update.SF-1706640.err.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/accessing_renamed_inserted_deleted_node.SF-1718622-1718635-1718709.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/NULL_BAT_in_serializer.SF-1694814a.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/NULL_BAT_in_serializer.SF-1694814a.err.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/NULL_BAT_in_serializer.SF-1694814b.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/NULL_BAT_in_serializer.SF-1694814b.err.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/insert_large_doc.SF-1726954.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/insert_large_doc.SF-1726954.err.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/replace-corrupts.SF-1758902.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/replace-corrupts.SF-1758902.err.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/swizzle-bug.SF-1760811.out.00.html

http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/swizzle-bug.SF-1760811.err.00.html

http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/swizzle-bug2.SF-1763495.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/swizzle-bug2.SF-1763495.err.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/insert_attribute_gives_ERROR_in_merged_union.SF-1763575.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/insert_attribute_gives_ERROR_in_merged_union.SF-1763575.err.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/repeated-insert.SF-1814911.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/repeated-insert.SF-1814911.err.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugTracker/insert-new-page.SF-1854215.err.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_StandOff_update/basic.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_StandOff_update/basic_insert.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_StandOff_update/basic_test.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_Update/setattr-1.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_Update/setattr-1.err.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_Update/insert-1.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_Update/insert-1.err.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_Update/insert-2.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_Update/insert-2.err.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_Update/symm.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_Update/symm.err.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_Update/replacevaluetest.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_Update/replacevaluetest.err.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_Update/replacevaluetest2.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_Update/replacevaluetest2.err.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_Update/update.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_Update/update.err.00.html
...

Tests that worked on Jan 31 2008, but fail since Feb 01 2008:
F6       G32/32d  runtime/pf_docname                                      
                           o o   X X
F6       G32/32d  tests/BugTracker/treat_as.SF-1586454                    
                           o o   X o
F6       G32/32d  tests/BugTracker/insert_multiple.SF-1590580             
                           o o   X o
F6       G32/32d  tests/BugTracker/inserting_multiple_elements.SF-1590583 
                           o o   X o
F6       G32/32d  tests/BugTracker/clear_attrs_on_delete.SF-1612739       
                           o o   o X
F6       G32/32d  tests/BugTracker/clear_attrs_on_delete.SF-1612739-b     
                           o o   o X
F6       G32/32d  tests/BugTracker/clear_attrs_on_delete.SF-1612739-c     
                           o o   X X
F6       G32/32d  tests/BugTracker/corrupt_after_update.SF-1706640        
                           o o   X X
F6       G32/32d 
tests/BugTracker/accessing_renamed_inserted_deleted_node.SF-1718622-1718635-1718709
o o   X o
F6       G32/32d  tests/BugTracker/NULL_BAT_in_serializer.SF-1694814a     
                           o o   X X
F6       G32/32d  tests/BugTracker/NULL_BAT_in_serializer.SF-1694814b     
                           o o   X X
F6       G32/32d  tests/BugTracker/insert_large_doc.SF-1726954            
                           o o   X X
F6       G32/32d  tests/BugTracker/replace-corrupts.SF-1758902            
                           o o   X X
F6       G32/32d  tests/BugTracker/swizzle-bug.SF-1760811                 
                           o o   X X
F6       G32/32d  tests/BugTracker/swizzle-bug2.SF-1763495                
                           o o   X X
F6       G32/32d 
tests/BugTracker/insert_attribute_gives_ERROR_in_merged_union.SF-1763575   
        o o   X X
F6       G32/32d  tests/BugTracker/repeated-insert.SF-1814911             
                           o o   X X
F6       G32/32d 
tests/BugTracker/preceding_following-sibling_bug.SF-1850772                
        o o   X X
F6       G32/32d  tests/BugTracker/insert-new-page.SF-1854215             
                           o o   o X
F6       G32/32d  tests/StandOff/update/basic                             
                           o o   X o
F6       G32/32d  tests/StandOff/update/basic_insert                      
                           o o   X o
F6       G32/32d  tests/StandOff/update/basic_test                        
                           o o   X o
F6       G32/32d  tests/Update/setattr-1                                  
                           o o   X X
F6       G32/32d  tests/Update/insert-1                                   
                           o o   X X
F6       G32/32d  tests/Update/insert-2                                   
                           o o   X X
F6       G32/32d  tests/Update/symm                                       
                           o o   X X
F6       G32/32d  tests/Update/replacevaluetest                           
                           o o   X X
F6       G32/32d  tests/Update/replacevaluetest2                          
                           o o   X X
F6       G32/32d  tests/Update/update                                     
                           o o   X X
F6       G32/32d  tests/Update/illegal-insert                             
                           o o   X X
F6       G32/32d  tests/Update/illegal-delete                             
                           o o   X X
F6       G32/32d  tests/W3C_use_cases/XQUF/AddressBook/Q1x                
                           o o   o X
F6       G32/32d  tests/W3C_use_cases/XQUF/AddressBook/check_docs         
                           o o   X X
F6       G32/32d  tests/W3C_use_cases/XQUF/Parts/Q1                       
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/Parts/Q2                       
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/Parts/Q3a1                     
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/Parts/Q3a2                     
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/Parts/Q3b1                     
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/Parts/Q3b2                     
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/Parts/Q4a                      
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/Parts/Q4ax                     
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/Parts/Q4b                      
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/Parts/Q4bx                     
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/Parts/Q4c                      
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/Parts/Q4cx                     
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/Parts/Q6                       
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/Parts/Q6x                      
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/R/Q1                           
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/R/Q2                           
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/R/Q3                           
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/R/Q4                           
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/R/Q4x                          
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/R/Q5a                          
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/R/Q5b                          
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/R/Q6a                          
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/R/Q6b                          
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/R/Q7                           
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/R/Q7x                          
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/R/Q8                           
                           o o   X o
F6       G32/32d  tests/W3C_use_cases/XQUF/R/Q9                           
                           o o   X o
F6       G32/32d  tests/XRpc/echoAll                                      
                           o o   X X
F6       G32/32d  tests/XRpc/returnAncestor                               
                           o o   X X
F6       G32/32d  tests/XRpc/returnAncestorOrSelf                         
                           o o   X X
F6       G32/32d  tests/XRpc/returnChild                                  
                           o o   X X
F6       G32/32d  tests/XRpc/returnDescendant                             
                           o o   X X
F6       G32/32d  tests/XRpc/returnDescendantOrSelf                       
                           o o   X X
F6       G32/32d  tests/XRpc/returnFollowing                              
                           o o   X X
F6       G32/32d  tests/XRpc/returnFollowingSibling                       
                           o o   X X
F6       G32/32d  tests/XRpc/returnParent                                 
                           o o   X X
F6       G32/32d  tests/XRpc/returnPreceding                              
                           o o   X X
F6       G32/32d  tests/XRpc/returnPrecedingSibling                       
                           o o   X X
F6       G32/32d  tests/XRpc/returnSelf                                   
                           o o   X X
F6       G32/32d  tests/XRpc/insertNode                                   
                           o o   X X


----------------------------------------------------------------------

Comment By: Jan Rittinger (tsheyar)
Date: 2008-02-04 21:18

Message:
Logged In: YES 
user_id=993208
Originator: NO

Forgot to intialize namespaces in the server-side compilation (after
splitting up namespace initialization and namespace resolve).

Sorry for the inconvenience.

----------------------------------------------------------------------

Comment By: Stefan Manegold (stmane)
Date: 2008-02-04 20:14

Message:
Logged In: YES 
user_id=572415
Originator: YES

File Added: PF_ALG_res.2008-02-01.gz

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1886508&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

Reply via email to