Merge branch 'development' of github.com:ortus-boxlang/bx-orm into de… #196
snapshot.yml
on: push
Matrix: tests / tests
Code Auto-Formatting
31s
build
/
Prep Next Release
Annotations
3 errors, 50 warnings, and 2 notices
tests / Tests bx-orm
Process completed with exit code 1.
|
tests / Tests bx-orm
Value cannot be null. (Parameter 'container')
|
tests / Tests bx-orm
Process completed with exit code 1.
|
Code Auto-Formatting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
tests / Tests bx-orm
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.
|
tests / Tests bx-orm
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.
|
1 out of 2 runs failed: It can get the session factory from a named datasource (ortus.boxlang.modules.orm.bifs.ORMGetSessionFactoryTest):
ortus.boxlang.modules.orm.bifs.ORMGetSessionFactoryTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.ORMGetSessionFactoryTest.xml [took 1s]
|
1 out of 2 runs failed: It can get the default ORM session factory (ortus.boxlang.modules.orm.bifs.ORMGetSessionFactoryTest):
ortus.boxlang.modules.orm.bifs.ORMGetSessionFactoryTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.ORMGetSessionFactoryTest.xml [took 1s]
|
1 out of 2 runs failed: It throws if the named datasource does not exist (ortus.boxlang.modules.orm.bifs.ORMGetSessionFactoryTest):
ortus.boxlang.modules.orm.bifs.ORMGetSessionFactoryTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.ORMGetSessionFactoryTest.xml [took 1s]
|
executionError (ortus.boxlang.modules.orm.bifs.ORMGetSessionFactoryTest) failed:
ortus.boxlang.modules.orm.bifs.ORMGetSessionFactoryTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.ORMGetSessionFactoryTest.xml [took 0s]
|
1 out of 2 runs failed: It can create new entities (ortus.boxlang.modules.orm.bifs.EntityNewTest):
ortus.boxlang.modules.orm.bifs.EntityNewTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityNewTest.xml [took 1s]
|
1 out of 2 runs failed: It can populate new entities with data (ortus.boxlang.modules.orm.bifs.EntityNewTest):
ortus.boxlang.modules.orm.bifs.EntityNewTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityNewTest.xml [took 1s]
|
1 out of 2 runs failed: It can populate new entities with association UDFs (ortus.boxlang.modules.orm.bifs.EntityNewTest):
ortus.boxlang.modules.orm.bifs.EntityNewTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityNewTest.xml [took 1s]
|
executionError (ortus.boxlang.modules.orm.bifs.EntityNewTest) failed:
ortus.boxlang.modules.orm.bifs.EntityNewTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityNewTest.xml [took 0s]
|
All 2 runs failed: It can clear the session for the default datasource (ortus.boxlang.modules.orm.bifs.ORMClearSessionTest):
ortus.boxlang.modules.orm.bifs.ORMClearSessionTest#L0
artifacts/tests-ubuntu-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.ORMClearSessionTest.xml [took 0s]
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.ORMClearSessionTest.xml [took 1s]
|
1 out of 2 runs failed: It can get the ORM session from a named datasource (ortus.boxlang.modules.orm.bifs.ORMGetSessionTest):
ortus.boxlang.modules.orm.bifs.ORMGetSessionTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.ORMGetSessionTest.xml [took 1s]
|
All 2 runs failed: It can use queryExecute after opening ORM session (ortus.boxlang.modules.orm.bifs.ORMGetSessionTest):
ortus.boxlang.modules.orm.bifs.ORMGetSessionTest#L0
artifacts/tests-ubuntu-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.ORMGetSessionTest.xml [took 0s]
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.ORMGetSessionTest.xml [took 1s]
|
1 out of 2 runs failed: It can get the current ORM session (ortus.boxlang.modules.orm.bifs.ORMGetSessionTest):
ortus.boxlang.modules.orm.bifs.ORMGetSessionTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.ORMGetSessionTest.xml [took 1s]
|
1 out of 2 runs failed: It throws if the named datasource does not exist or is not configured for ORM (ortus.boxlang.modules.orm.bifs.ORMGetSessionTest):
ortus.boxlang.modules.orm.bifs.ORMGetSessionTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.ORMGetSessionTest.xml [took 1s]
|
All 2 runs failed: It can load UNIQUE entity by ID (ortus.boxlang.modules.orm.bifs.EntityLoadTest):
ortus.boxlang.modules.orm.bifs.EntityLoadTest#L0
artifacts/tests-ubuntu-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityLoadTest.xml [took 0s]
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityLoadTest.xml [took 0s]
|
All 2 runs failed: It can load array of entities by ID (ortus.boxlang.modules.orm.bifs.EntityLoadTest):
ortus.boxlang.modules.orm.bifs.EntityLoadTest#L0
artifacts/tests-ubuntu-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityLoadTest.xml [took 0s]
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityLoadTest.xml [took 0s]
|
All 2 runs failed: It fires preUpdate,postUpdate (ortus.boxlang.modules.orm.config.EntityEventsTest):
ortus.boxlang.modules.orm.config.EntityEventsTest#L0
artifacts/tests-ubuntu-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.config.EntityEventsTest.xml [took 0s]
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.config.EntityEventsTest.xml [took 1s]
|
All 2 runs failed: It fires preInsert,postInsert (ortus.boxlang.modules.orm.config.EntityEventsTest):
ortus.boxlang.modules.orm.config.EntityEventsTest#L0
artifacts/tests-ubuntu-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.config.EntityEventsTest.xml [took 0s]
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.config.EntityEventsTest.xml [took 1s]
|
All 2 runs failed: It can load an entity by varchar key (ortus.boxlang.modules.orm.bifs.EntityLoadByPKTest):
ortus.boxlang.modules.orm.bifs.EntityLoadByPKTest#L0
artifacts/tests-ubuntu-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityLoadByPKTest.xml [took 0s]
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityLoadByPKTest.xml [took 0s]
|
All 2 runs failed: It can load an entity from the non-default datasource (ortus.boxlang.modules.orm.bifs.EntityLoadByPKTest):
ortus.boxlang.modules.orm.bifs.EntityLoadByPKTest#L0
artifacts/tests-ubuntu-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityLoadByPKTest.xml [took 0s]
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityLoadByPKTest.xml [took 0s]
|
All 2 runs failed: It will add has* methods for associations (ortus.boxlang.modules.orm.bifs.EntityLoadByPKTest):
ortus.boxlang.modules.orm.bifs.EntityLoadByPKTest#L0
artifacts/tests-ubuntu-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityLoadByPKTest.xml [took 0s]
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityLoadByPKTest.xml [took 0s]
|
All 2 runs failed: It can load an entity by integer key (ortus.boxlang.modules.orm.bifs.EntityLoadByPKTest):
ortus.boxlang.modules.orm.bifs.EntityLoadByPKTest#L0
artifacts/tests-ubuntu-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityLoadByPKTest.xml [took 0s]
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityLoadByPKTest.xml [took 0s]
|
All 2 runs failed: It can flush the session (ortus.boxlang.modules.orm.bifs.ORMFlushTest):
ortus.boxlang.modules.orm.bifs.ORMFlushTest#L0
artifacts/tests-ubuntu-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.ORMFlushTest.xml [took 0s]
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.ORMFlushTest.xml [took 1s]
|
executionError (ortus.boxlang.modules.orm.bifs.ORMFlushTest) failed:
ortus.boxlang.modules.orm.bifs.ORMFlushTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.ORMFlushTest.xml [took 0s]
|
1 out of 2 runs failed: It can close the session for the default datasource (ortus.boxlang.modules.orm.bifs.ORMCloseSessionTest):
ortus.boxlang.modules.orm.bifs.ORMCloseSessionTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.ORMCloseSessionTest.xml [took 1s]
|
1 out of 2 runs failed: It can close the session on a named (alternate) datasource (ortus.boxlang.modules.orm.bifs.ORMCloseSessionTest):
ortus.boxlang.modules.orm.bifs.ORMCloseSessionTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.ORMCloseSessionTest.xml [took 1s]
|
1 out of 2 runs failed: It can get entities for a custom datasource name (ortus.boxlang.modules.orm.bifs.EntityNameArrayTest):
ortus.boxlang.modules.orm.bifs.EntityNameArrayTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityNameArrayTest.xml [took 0s]
|
1 out of 2 runs failed: It returns an array of entity names for ALL datasources (ortus.boxlang.modules.orm.bifs.EntityNameArrayTest):
ortus.boxlang.modules.orm.bifs.EntityNameArrayTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityNameArrayTest.xml [took 0s]
|
executionError (ortus.boxlang.modules.orm.bifs.ORMGetSessionTest) failed:
ortus.boxlang.modules.orm.bifs.ORMGetSessionTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.ORMGetSessionTest.xml [took 0s]
|
All 2 runs failed: It can save new entities to the database with forceinsert:true (ortus.boxlang.modules.orm.bifs.EntitySaveTest):
ortus.boxlang.modules.orm.bifs.EntitySaveTest#L0
artifacts/tests-ubuntu-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntitySaveTest.xml [took 0s]
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntitySaveTest.xml [took 1s]
|
All 2 runs failed: It can save new entities to the database (ortus.boxlang.modules.orm.bifs.EntitySaveTest):
ortus.boxlang.modules.orm.bifs.EntitySaveTest#L0
artifacts/tests-ubuntu-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntitySaveTest.xml [took 0s]
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntitySaveTest.xml [took 1s]
|
executionError (ortus.boxlang.modules.orm.bifs.EntitySaveTest) failed:
ortus.boxlang.modules.orm.bifs.EntitySaveTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntitySaveTest.xml [took 0s]
|
executionError (ortus.boxlang.modules.orm.bifs.ORMCloseSessionTest) failed:
ortus.boxlang.modules.orm.bifs.ORMCloseSessionTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.ORMCloseSessionTest.xml [took 0s]
|
executionError (ortus.boxlang.modules.orm.bifs.ORMFlushAllTest) failed:
ortus.boxlang.modules.orm.bifs.ORMFlushAllTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.ORMFlushAllTest.xml [took 0s]
|
1 out of 2 runs failed: It can get entities for a custom datasource name (ortus.boxlang.modules.orm.bifs.EntityNameListTest):
ortus.boxlang.modules.orm.bifs.EntityNameListTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityNameListTest.xml [took 1s]
|
1 out of 2 runs failed: It returns a list of entity names (ortus.boxlang.modules.orm.bifs.EntityNameListTest):
ortus.boxlang.modules.orm.bifs.EntityNameListTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityNameListTest.xml [took 1s]
|
1 out of 2 runs failed: It returns a list of entity names with a custom delimiter (ortus.boxlang.modules.orm.bifs.EntityNameListTest):
ortus.boxlang.modules.orm.bifs.EntityNameListTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityNameListTest.xml [took 1s]
|
executionError (ortus.boxlang.modules.orm.bifs.EntityNameListTest) failed:
ortus.boxlang.modules.orm.bifs.EntityNameListTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityNameListTest.xml [took 0s]
|
executionError (ortus.boxlang.modules.orm.config.EntityEventsTest) failed:
ortus.boxlang.modules.orm.config.EntityEventsTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.config.EntityEventsTest.xml [took 0s]
|
1 out of 2 runs failed: It can reload the ORM application (ortus.boxlang.modules.orm.bifs.ORMReloadTest):
ortus.boxlang.modules.orm.bifs.ORMReloadTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.ORMReloadTest.xml [took 1s]
|
executionError (ortus.boxlang.modules.orm.bifs.ORMReloadTest) failed:
ortus.boxlang.modules.orm.bifs.ORMReloadTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.ORMReloadTest.xml [took 0s]
|
1 out of 2 runs failed: It throws if the argument is not a valid entity (ortus.boxlang.modules.orm.bifs.EntityReloadTest):
ortus.boxlang.modules.orm.bifs.EntityReloadTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityReloadTest.xml [took 1s]
|
All 2 runs failed: It can reload entities (ortus.boxlang.modules.orm.bifs.EntityReloadTest):
ortus.boxlang.modules.orm.bifs.EntityReloadTest#L0
artifacts/tests-ubuntu-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityReloadTest.xml [took 0s]
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityReloadTest.xml [took 1s]
|
executionError (ortus.boxlang.modules.orm.bifs.EntityReloadTest) failed:
ortus.boxlang.modules.orm.bifs.EntityReloadTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityReloadTest.xml [took 0s]
|
executionError (ortus.boxlang.modules.orm.bifs.ORMClearSessionTest) failed:
ortus.boxlang.modules.orm.bifs.ORMClearSessionTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.ORMClearSessionTest.xml [took 0s]
|
1 out of 2 runs failed: It can get the hibernate version (ortus.boxlang.modules.orm.bifs.GetHibernateVersionTest):
ortus.boxlang.modules.orm.bifs.GetHibernateVersionTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.GetHibernateVersionTest.xml [took 1s]
|
executionError (ortus.boxlang.modules.orm.bifs.GetHibernateVersionTest) failed:
ortus.boxlang.modules.orm.bifs.GetHibernateVersionTest#L0
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.GetHibernateVersionTest.xml [took 0s]
|
tests / Publish Test Results
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
26 skipped tests found
There are 26 skipped tests, see "Raw output" for the full list of skipped tests.
|
123 tests found
There are 123 tests, see "Raw output" for the full list of tests.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
tests-ubuntu-latest-21
|
267 KB |
|
tests-windows-latest-21
|
404 KB |
|