Update of /cvsroot/monetdb/pathfinder/tests/BugTracker/Tests
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18646/tests/BugTracker/Tests

Modified Files:
      Tag: M5XQ
        All 
Log Message:
propagated changes of Thursday Nov 19 2009
from the XQFT branch to the M5XQ branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/11/19 - sjoerd: tests/BugTracker/Tests/All,1.147.2.1
  propagated changes of Sunday Nov 15 2009 - Thursday Nov 19 2009
  from the development trunk to the XQFT branch
  
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2009/11/15 - stmane: tests/BugTracker/Tests/All,1.148
    propagated changes of Saturday Nov 14 2009 - Sunday Nov 15 2009
    from the Nov2009 branch to the development trunk
  
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      2009/11/14 - stmane: tests/BugTracker/Tests/All,1.146.2.3
  
      XRPC was never supported with the Algebra back-end.
      Since
      "
      2009/11/12 - boncz: pathfinder/compiler/semantics/heuristic.c,1.15.6.4
              pathfinder/runtime/pathfinder.mx,1.462.4.8
              pathfinder/runtime/shredder.mx,1.159.6.2
              pathfinder/runtime/xrpc_client.mx,1.56.2.1
      my batch of promised bugfixes for Nov2009
      - disable prepared query mechanism for function-only queries (avoid mps!)
      - make heuristic to use indices even more strict (not inside the where 
clause
        of a for-loop with >1 variables, as it may be a join).
      - fix property bug in shredder (in case of tables with a single tuple, 
being
        appended to my a incremental multi-doc shred).
      - fix simple bug (crash in printf format) in xrpc_client
      "
      also the automatic transparent fall-back to MPS with module queries
      has been discontinued;
      hence, we conditionally skip tests that use XRPC "hidden" in a module.
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      2009/11/14 - stmane: tests/BugTracker/Tests/All,1.146.2.4
  
      Disabled test that is bound to fail.
      Please re-enable once bug is fixed.
      cf.
      ID: 1509806 "PF (Algebra): xs:untypedAtomic may occur for any atomic type"
      
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1509806&group_id=56967
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      2009/11/14 - stmane: tests/BugTracker/Tests/All,1.146.2.5
  
      Disabled test that is bound to fail.
      Please re-enable once bug is fixed.
      cf.
      ID: 1975028 "XQ: get_root (and thus fn:id()) fails for special cases"
      
https://sourceforge.net/tracker/index.php?func=detail&aid=1975028&group_id=56967&atid=482468
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      2009/11/15 - stmane: tests/BugTracker/Tests/All,1.146.2.6
  
      split test in two to test fixed and still failing part separately;
      disabled failing part; please re-enabled once the bug is fixed;
      cf.,
      ID: 2124300 "PF: error handling for erroneous query incorrect"
      
https://sourceforge.net/tracker/?func=detail&aid=2124300&group_id=56967&atid=482468
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      2009/11/15 - vzzzbx: tests/BugTracker/Tests/All,1.146.2.7
      adding test for bug 1959269. the actual bug was already tested by the 
JDBC_250 test (but not for different result types).
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2009/11/17 - stmane: tests/BugTracker/Tests/All,1.149
    propagated changes of Tuesday Nov 17 2009
    from the Nov2009 branch to the development trunk
  
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      2009/11/17 - stmane: tests/BugTracker/Tests/All,1.146.2.8
  
      isolate delete_all_docs() from test Zombie_document.SF-2009556
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2009/11/19 - sjoerd: tests/BugTracker/Tests/All,1.150
    propagated changes of Tuesday Nov 17 2009 - Thursday Nov 19 2009
    from the Nov2009 branch to the development trunk
  
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      2009/11/17 - stmane: tests/BugTracker/Tests/All,1.146.2.9
  
      moved "Zombie_document.SF-2009556" to be the first in this directory
      (it assumes an empty DB)
      to not require a delete_all_docs()
      (which can take several minutes)
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      2009/11/17 - stmane: tests/BugTracker/Tests/All,1.146.2.10
  
      moving test hang_non_existing_doc.SF-1911209 to be second in this 
directory,
      such that it is run on an empty DB, and hence, its output is identical
      as when run in isolation
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      2009/11/18 - stmane: tests/BugTracker/Tests/All,1.146.2.11
  
      added test (compilation via pf, only) for
      ID: 2898944 "pf takes 'forever' (> 1 hour) to compile particular query"
      
https://sourceforge.net/tracker/?func=detail&aid=2898944&group_id=56967&atid=482468
  
      Seems to work fine, now;
      compiling both queries with both `pf -A` & `pf -M`
      takes less than 2 secs on my machine with a debug build.
      Set timeout to 6 secs.
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: All
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/tests/BugTracker/Tests/All,v
retrieving revision 1.136.2.10
retrieving revision 1.136.2.11
diff -u -d -r1.136.2.10 -r1.136.2.11
--- All 1 Oct 2009 15:09:48 -0000       1.136.2.10
+++ All 19 Nov 2009 13:52:02 -0000      1.136.2.11
@@ -1,8 +1,14 @@
 # tests related to bug reports:
 # <descriptive-name>.SF-<bug-report-id>[.<ext>]
 
-# first test loads default XMark document from 
benchmarks/XMark/Tests/auctionG.xml
-# used by other tests in this directory
+# Tests "Zombie_document.SF-2009556" & "hang_non_existing_doc.SF-1911209"
+# should be the very first, as they assume an empty DB.
+Zombie_document.SF-2009556
+hang_non_existing_doc.SF-1911209
+
+# Test "auctionG_xml" should precede the remainder, as loads default the
+# XMark document from benchmarks/XMark/Tests/auctionG.xml used by other
+# tests in this directory
 auctionG_xml
 
 corrupt-attributelist.SF-1483706.create_doc
@@ -54,7 +60,7 @@
 shredding-remap-error.SF-1487156.cache_doc
 recursion_type_error.SF-1579524
 #NOT_WIN32?
-xs_untypedAtomic.SF-1509806.mps
+ID_1509806?xs_untypedAtomic.SF-1509806.mps
 polymorphic_sequences.SF-1497419.mps
 boolean_string_cast.SF-1525175
 NOT_WIN32?bogus_text_step.SF-1537500.mps
@@ -118,6 +124,7 @@
 32_docs.SF-1730617
 HAVE_JDBCCLIENT_JAR?JDBC_250_results.SF-1730556
 HAVE_JDBCCLIENT_JAR?JDBC_0_results.SF-1886326
+HAVE_JDBCCLIENT_JAR?JDBC_5_results.SF-1959269
 crash_on_concatenated_query.SF-1730547
 error_in_preceeding_axis.SF-1731850
 attribute_serialization.SF-1743442
@@ -155,7 +162,6 @@
 multi-join_query_compile_error.SF-1908822
 immune_for_updates.SF-1981852
 join-query_compilation_error.SF-1889694
-hang_non_existing_doc.SF-1911209
 iter_in_join.SF-1991938
 compilation_or_runtime_choice.SF-1991738_0_MPS
 compilation_or_runtime_choice.SF-1991738_0_ALG
@@ -182,7 +188,8 @@
 non-existing_collection.SF-1991726
 root-node_of_constructed_element.SF-2456324
 ebv.SF-2474519
-side-effects.SF-2124300
+ID_2124300?side-effects.SF-2124300.KO
+side-effects.SF-2124300.OK
 query_compilation_item3.SF-2130051
 Parse_error_with_pf_collection.SF-2020631
 XML_document_cache_broken.SF-1414720
@@ -191,7 +198,7 @@
 parent_wrong_properties.SF-2668437
 ancestor-or-self.SF-2636285.unpack_doc
 ancestor-or-self.SF-2636285.test
-fn-root_fn-id_on_attribute_nodes.SF-1975028
+ID_1975028?fn-root_fn-id_on_attribute_nodes.SF-1975028
 fn-collection_DOES-NOT-EXIST.SF-2664405
 unuseable_doc-available.SF-2791704
 stream-document.SF-2804823
@@ -206,7 +213,4 @@
 compilation_error.SF-2860574_2
 compilation_error.SF-2860037_1
 compilation_error.SF-2860037_2
-#
-# Test "Zombie_document.SF-2009556" currently seems to corrupt the database 
and hence should be last in this list! 
-Zombie_document.SF-2009556
-# Test "Zombie_document.SF-2009556" currently seems to corrupt the database 
and hence should be last in this list!
+slow_compilation.SF-2898944


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to