pentaho / mondrian

Mondrian is an Online Analytical Processing (OLAP) server that enables business users to analyze large quantities of data in real-time.
http://mondrian.pentaho.com/
Other
1.14k stars 724 forks source link

feat: Rewrite from scratch XSD based on current XOM definition to replace outdated information [SME-285] #1397

Closed graimundo closed 1 month ago

graimundo commented 2 months ago

@lucboudreau feel free to do a sanity check if you have the time.

buildguy commented 2 months ago

:warning: Build finished in 33m 12s

Build command:

mvn clean verify -B -e -Daudit -Djs.no.sandbox -DrunITs

:no_entry: Failed Tests

:cloud_with_lightning_and_rain: 17 test(s) failed:

mondrian.test.UdfTest.testScriptUdf (click to expand)

``` Cannot invoke "javax.script.ScriptEngine.eval(String)" because "engine" is null ```

mondrian.test.UdfTest.testScriptUdfFactorial (click to expand)

``` Cannot invoke "javax.script.ScriptEngine.eval(String)" because "engine" is null ```

mondrian.test.UdfTest.testScriptUdfInvalid (click to expand)

``` Cannot invoke "javax.script.ScriptEngine.eval(String)" because "engine" is null ```

mondrian.test.UdfTest.testCellFormatterScript (click to expand)

``` Mondrian Error:Failed to load formatter class 'null' for member '[Measures].[Unit Sales Foo Bar]'. ```

mondrian.test.UdfTest.testCellFormatterOnCalcMemberScript (click to expand)

``` Mondrian Error:Named set in cube 'Sales' has bad formula ```

mondrian.test.UdfTest.testMemberFormatterScript (click to expand)

``` Mondrian Error:Failed to load formatter class 'null' for level '[Promotion Media2].[Media Type]'. ```

mondrian.test.UdfTest.testPropertyFormatterScript (click to expand)

``` Mondrian Error:Failed to load formatter class 'null' for property 'Medium'. ```

mondrian.server.FileRepositoryTest.testDiscoverDatasourceLegacyNameMatchAndCatalogNameIsInvalidAndThrowsException (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testDiscoverDatasourceLegacyNameMatch (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testDatabaseNameMatchCatalogName (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testGetConnectionInvalidDatabases (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testDatabaseNameMatchCatalogNameAndDatabaseNameIsInvalid (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testInvalidCatalogs (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testInvalidCatalogsAndNullCatalogName (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testUnknownDatabase (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testDiscoverDatasourceLegacyNameMatchAndCatalogNameIsInvalid (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.rolap.format.FormatterFactoryTest.testShouldCreateFormatterByScript (click to expand)

``` Mondrian Error:Failed to load formatter class 'null' for member 'name'. ```

Tests run: 3307, Failures: 17, Skipped: 0    Test Results


:information_source: This is an automatic message

buildguy commented 2 months ago

:warning: Build finished in 32m 4s

Build command:

mvn clean verify -B -e -Daudit -Djs.no.sandbox -DrunITs

:no_entry: Failed Tests

:cloud_with_lightning_and_rain: 17 test(s) failed:

mondrian.test.UdfTest.testScriptUdf (click to expand)

``` Cannot invoke "javax.script.ScriptEngine.eval(String)" because "engine" is null ```

mondrian.test.UdfTest.testScriptUdfFactorial (click to expand)

``` Cannot invoke "javax.script.ScriptEngine.eval(String)" because "engine" is null ```

mondrian.test.UdfTest.testScriptUdfInvalid (click to expand)

``` Cannot invoke "javax.script.ScriptEngine.eval(String)" because "engine" is null ```

mondrian.test.UdfTest.testCellFormatterScript (click to expand)

``` Mondrian Error:Failed to load formatter class 'null' for member '[Measures].[Unit Sales Foo Bar]'. ```

mondrian.test.UdfTest.testCellFormatterOnCalcMemberScript (click to expand)

``` Mondrian Error:Named set in cube 'Sales' has bad formula ```

mondrian.test.UdfTest.testMemberFormatterScript (click to expand)

``` Mondrian Error:Failed to load formatter class 'null' for level '[Promotion Media2].[Media Type]'. ```

mondrian.test.UdfTest.testPropertyFormatterScript (click to expand)

``` Mondrian Error:Failed to load formatter class 'null' for property 'Medium'. ```

mondrian.server.FileRepositoryTest.testDiscoverDatasourceLegacyNameMatch (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testDatabaseNameMatchCatalogName (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testGetConnectionInvalidDatabases (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testDatabaseNameMatchCatalogNameAndDatabaseNameIsInvalid (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testInvalidCatalogs (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testInvalidCatalogsAndNullCatalogName (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testUnknownDatabase (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testDiscoverDatasourceLegacyNameMatchAndCatalogNameIsInvalid (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testDiscoverDatasourceLegacyNameMatchAndCatalogNameIsInvalidAndThrowsException (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.rolap.format.FormatterFactoryTest.testShouldCreateFormatterByScript (click to expand)

``` Mondrian Error:Failed to load formatter class 'null' for member 'name'. ```

Tests run: 3307, Failures: 17, Skipped: 0    Test Results


:information_source: This is an automatic message

buildguy commented 1 month ago

:warning: Build finished in 30m 41s

Build command:

mvn clean verify -B -e -Daudit -Djs.no.sandbox -DrunITs

:no_entry: Failed Tests

:cloud_with_lightning_and_rain: 17 test(s) failed:

mondrian.test.UdfTest.testScriptUdf (click to expand)

``` Cannot invoke "javax.script.ScriptEngine.eval(String)" because "engine" is null ```

mondrian.test.UdfTest.testScriptUdfFactorial (click to expand)

``` Cannot invoke "javax.script.ScriptEngine.eval(String)" because "engine" is null ```

mondrian.test.UdfTest.testScriptUdfInvalid (click to expand)

``` Cannot invoke "javax.script.ScriptEngine.eval(String)" because "engine" is null ```

mondrian.test.UdfTest.testCellFormatterScript (click to expand)

``` Mondrian Error:Failed to load formatter class 'null' for member '[Measures].[Unit Sales Foo Bar]'. ```

mondrian.test.UdfTest.testCellFormatterOnCalcMemberScript (click to expand)

``` Mondrian Error:Named set in cube 'Sales' has bad formula ```

mondrian.test.UdfTest.testMemberFormatterScript (click to expand)

``` Mondrian Error:Failed to load formatter class 'null' for level '[Promotion Media2].[Media Type]'. ```

mondrian.test.UdfTest.testPropertyFormatterScript (click to expand)

``` Mondrian Error:Failed to load formatter class 'null' for property 'Medium'. ```

mondrian.server.FileRepositoryTest.testDiscoverDatasourceLegacyNameMatchAndCatalogNameIsInvalidAndThrowsException (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testDiscoverDatasourceLegacyNameMatch (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testDatabaseNameMatchCatalogName (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testGetConnectionInvalidDatabases (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testDatabaseNameMatchCatalogNameAndDatabaseNameIsInvalid (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testInvalidCatalogs (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testInvalidCatalogsAndNullCatalogName (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testUnknownDatabase (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testDiscoverDatasourceLegacyNameMatchAndCatalogNameIsInvalid (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.rolap.format.FormatterFactoryTest.testShouldCreateFormatterByScript (click to expand)

``` Mondrian Error:Failed to load formatter class 'null' for member 'name'. ```

Tests run: 3307, Failures: 17, Skipped: 0    Test Results


:information_source: This is an automatic message

buildguy commented 1 month ago

:warning: Build finished in 30m 17s

Build command:

mvn clean verify -B -e -Daudit -Djs.no.sandbox -DrunITs

:no_entry: Failed Tests

:cloud_with_lightning_and_rain: 17 test(s) failed:

mondrian.test.UdfTest.testScriptUdf (click to expand)

``` Cannot invoke "javax.script.ScriptEngine.eval(String)" because "engine" is null ```

mondrian.test.UdfTest.testScriptUdfFactorial (click to expand)

``` Cannot invoke "javax.script.ScriptEngine.eval(String)" because "engine" is null ```

mondrian.test.UdfTest.testScriptUdfInvalid (click to expand)

``` Cannot invoke "javax.script.ScriptEngine.eval(String)" because "engine" is null ```

mondrian.test.UdfTest.testCellFormatterScript (click to expand)

``` Mondrian Error:Failed to load formatter class 'null' for member '[Measures].[Unit Sales Foo Bar]'. ```

mondrian.test.UdfTest.testCellFormatterOnCalcMemberScript (click to expand)

``` Mondrian Error:Named set in cube 'Sales' has bad formula ```

mondrian.test.UdfTest.testMemberFormatterScript (click to expand)

``` Mondrian Error:Failed to load formatter class 'null' for level '[Promotion Media2].[Media Type]'. ```

mondrian.test.UdfTest.testPropertyFormatterScript (click to expand)

``` Mondrian Error:Failed to load formatter class 'null' for property 'Medium'. ```

mondrian.server.FileRepositoryTest.testDiscoverDatasourceLegacyNameMatchAndCatalogNameIsInvalidAndThrowsException (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testDiscoverDatasourceLegacyNameMatch (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testDatabaseNameMatchCatalogName (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testGetConnectionInvalidDatabases (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testDatabaseNameMatchCatalogNameAndDatabaseNameIsInvalid (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testInvalidCatalogs (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testInvalidCatalogsAndNullCatalogName (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testUnknownDatabase (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testDiscoverDatasourceLegacyNameMatchAndCatalogNameIsInvalid (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.rolap.format.FormatterFactoryTest.testShouldCreateFormatterByScript (click to expand)

``` Mondrian Error:Failed to load formatter class 'null' for member 'name'. ```

Tests run: 3307, Failures: 17, Skipped: 0    Test Results


:information_source: This is an automatic message

buildguy commented 1 month ago

:warning: Build finished in 31m 40s

Build command:

mvn clean verify -B -e -Daudit -Djs.no.sandbox -DrunITs

:no_entry: Failed Tests

:cloud_with_lightning_and_rain: 17 test(s) failed:

mondrian.test.UdfTest.testScriptUdf (click to expand)

``` Cannot invoke "javax.script.ScriptEngine.eval(String)" because "engine" is null ```

mondrian.test.UdfTest.testScriptUdfFactorial (click to expand)

``` Cannot invoke "javax.script.ScriptEngine.eval(String)" because "engine" is null ```

mondrian.test.UdfTest.testScriptUdfInvalid (click to expand)

``` Cannot invoke "javax.script.ScriptEngine.eval(String)" because "engine" is null ```

mondrian.test.UdfTest.testCellFormatterScript (click to expand)

``` Mondrian Error:Failed to load formatter class 'null' for member '[Measures].[Unit Sales Foo Bar]'. ```

mondrian.test.UdfTest.testCellFormatterOnCalcMemberScript (click to expand)

``` Mondrian Error:Named set in cube 'Sales' has bad formula ```

mondrian.test.UdfTest.testMemberFormatterScript (click to expand)

``` Mondrian Error:Failed to load formatter class 'null' for level '[Promotion Media2].[Media Type]'. ```

mondrian.test.UdfTest.testPropertyFormatterScript (click to expand)

``` Mondrian Error:Failed to load formatter class 'null' for property 'Medium'. ```

mondrian.server.FileRepositoryTest.testDiscoverDatasourceLegacyNameMatchAndCatalogNameIsInvalidAndThrowsException (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testDiscoverDatasourceLegacyNameMatch (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testDatabaseNameMatchCatalogName (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testGetConnectionInvalidDatabases (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testDatabaseNameMatchCatalogNameAndDatabaseNameIsInvalid (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testInvalidCatalogs (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testInvalidCatalogsAndNullCatalogName (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testUnknownDatabase (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.server.FileRepositoryTest.testDiscoverDatasourceLegacyNameMatchAndCatalogNameIsInvalid (click to expand)

``` Unable to make private java.util.Properties(java.util.Properties,int) accessible: module java.base does not "opens java.util" to unnamed module @26a1ab54 ```

mondrian.rolap.format.FormatterFactoryTest.testShouldCreateFormatterByScript (click to expand)

``` Mondrian Error:Failed to load formatter class 'null' for member 'name'. ```

Tests run: 3307, Failures: 17, Skipped: 0    Test Results


:information_source: This is an automatic message

buildguy commented 1 month ago

:x: Build failed in 4m 16s

Build command:

mvn clean verify -B -e -Daudit -Djs.no.sandbox -DrunITs

:exclamation: No tests found!

Errors:

Filtered log (click to expand)

``` script returned exit code 1 ```

:information_source: This is an automatic message

hitachivantarasonarqube[bot] commented 1 month ago

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

buildguy commented 1 month ago
[![👍 Frogbot scanned this pull request and found that it did not add vulnerable dependencies.](https://raw.githubusercontent.com/jfrog/frogbot/master/resources/v2/noVulnerabilityBannerPR.png)](https://docs.jfrog-applications.jfrog.io/jfrog-applications/frogbot)

[🐸 JFrog Frogbot](https://docs.jfrog-applications.jfrog.io/jfrog-applications/frogbot)
buildguy commented 1 month ago

:white_check_mark: Build finished in 34m 26s

Build command:

mvn clean verify -B -e -Daudit -Djs.no.sandbox -DrunITs

:ok_hand: All tests passed!

Tests run: 3307, Failures: 0, Skipped: 0    Test Results


:information_source: This is an automatic message