BIFs - Implement entityToQuery #201
snapshot.yml
on: push
Matrix: tests / tests
Code Auto-Formatting
39s
build
/
Prep Next Release
Annotations
4 errors, 23 warnings, and 2 notices
Code Auto-Formatting
Process completed with exit code 1.
|
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.
|
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 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 0s]
|
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 0s]
|
All 2 runs failed: It can merge an entity into the persistence context (ortus.boxlang.modules.orm.bifs.EntityMergeTest):
ortus.boxlang.modules.orm.bifs.EntityMergeTest#L0
artifacts/tests-ubuntu-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityMergeTest.xml [took 0s]
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityMergeTest.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 0s]
|
All 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-ubuntu-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityNameListTest.xml [took 0s]
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityNameListTest.xml [took 0s]
|
All 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-ubuntu-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityNameListTest.xml [took 0s]
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityNameListTest.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 0s]
|
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 0s]
|
All 2 runs failed: It can convert one entity into a single-row query (ortus.boxlang.modules.orm.bifs.EntityToQueryTest):
ortus.boxlang.modules.orm.bifs.EntityToQueryTest#L0
artifacts/tests-ubuntu-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityToQueryTest.xml [took 0s]
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityToQueryTest.xml [took 0s]
|
All 2 runs failed: It can flush ALL sessions (ortus.boxlang.modules.orm.bifs.ORMFlushAllTest):
ortus.boxlang.modules.orm.bifs.ORMFlushAllTest#L0
artifacts/tests-ubuntu-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.ORMFlushAllTest.xml [took 0s]
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.ORMFlushAllTest.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 0s]
|
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 load an entity from the non-default datasource and call a getter method (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 returns an array of entity names for ALL datasources (ortus.boxlang.modules.orm.bifs.EntityNameArrayTest):
ortus.boxlang.modules.orm.bifs.EntityNameArrayTest#L0
artifacts/tests-ubuntu-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityNameArrayTest.xml [took 0s]
artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.bifs.EntityNameArrayTest.xml [took 0s]
|
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 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
|
19 skipped tests found
There are 19 skipped tests, see "Raw output" for the full list of skipped tests.
|
111 tests found
There are 111 tests, see "Raw output" for the full list of tests.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
tests-ubuntu-latest-21
|
302 KB |
|
tests-windows-latest-21
|
295 KB |
|