[Mondrian] checkJavadoc failure

John V. Sichi jsichi at gmail.com
Fri Sep 19 19:16:51 EDT 2008


Julian Hyde wrote:
> I'm going to back out Will's change. I can live with javadoc giving errors
> on 1.5 as long as it works on 1.6 on all platforms.

Thanks, that fixed it for me w/1.6.

ant test using Derby is failing with the error below.  I think you asked 
Ajit about this before, and I didn't see a response, so I'm going to 
disable the test unless there are objections.

JVS (pining for CruiseControl...)

----

      [java] There was 1 failure:
      [java] 1) 
testOptimizeListWhenTuplesAreFormedWithDifferentLevels(mondrian.rolap.agg.AggregationOnDistinctCountMeasuresTest)junit.framework.AssertionFailedError: 
expected query [select "time_by_day"."the_year" as "c0", count(distinct 
"sales_fact_1997"."customer_id") as "m0" from "time_by_day" as 
"time_by_day", "sales_fact_1997" as "sales_fact_1997", "product" as 
"product", "product_class" as "product_class" where 
"sales_fact_1997"."time_id" = "time_by_day"."time_id" and 
"time_by_day"."the_year" = 1997 and "sales_fact_1997"."product_id" = 
"product"."product_id" and "product"."product_claid" = 
"product_class"."product_claid" and ((("product"."brand_name" = 'Red 
Wing' and "product_class"."product_subcategory" = 'Pot Scrubbers' and 
"product_class"."product_category" = 'Kitchen Products' and 
"product_class"."product_department" = 'Household' and 
"product_class"."product_family" = 'Non-Consumable') or 
("product"."brand_name" = 'Cormorant' and 
"product_class"."product_subcategory" = 'Pot Scrubbers' and 
"product_class"."product_category" = 'Kitchen Products' and 
"product_class"."product_department" = 'Household' and 
"product_class"."product_family" = 'Non-Consumable') or 
("product"."brand_name" = 'Denny' and 
"product_class"."product_subcategory" = 'Pot Scrubbers' and 
"product_class"."product_category" = 'Kitchen Products' and 
"product_class"."product_department" = 'Household' and 
"product_class"."product_family" = 'Non-Consumable') or 
("product"."brand_name" = 'High Quality' and 
"product_class"."product_subcategory" = 'Pot Scrubbers' and 
"product_class"."product_category" = 'Kitchen Products' and 
"product_class"."product_department" = 'Household' and 
"product_class"."product_family" = 'Non-Consumable')) or 
("product_class"."product_subcategory" = 'Pots and Pans' and 
"product_class"."product_category" = 'Kitchen Products' and 
"product_class"."product_department" = 'Household' and 
"product_class"."product_family" = 'Non-Consumable')) group by 
"time_by_day"."the_year"] did not occur
      [java]     at 
mondrian.rolap.BatchTestCase.assertQuerySqlOrNot(BatchTestCase.java:402)
      [java]     at 
mondrian.rolap.BatchTestCase.assertQuerySql(BatchTestCase.java:274)
      [java]     at 
mondrian.rolap.agg.AggregationOnDistinctCountMeasuresTest.testOptimizeListWhenTuplesAreFormedWithDifferentLevels(AggregationOnDistinctCountMeasuresTest.java:1106)
      [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
      [java]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      [java]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      [java]     at 
mondrian.test.MondrianTestRunner$2.run(MondrianTestRunner.java:130)
      [java]     at java.lang.Thread.run(Thread.java:619)
      [java]
      [java] FAILURES!!!
      [java] Tests run: 1881,  Failures: 1,  Errors: 0
      [java]
      [java] Time: 1,303.731
      [java] Test stopped due to errors.
      [java] Java Result: 1





More information about the Mondrian mailing list