Skip to content

Build - Don't bundle a logging provider with the module, it breaks ot… #5

Build - Don't bundle a logging provider with the module, it breaks ot…

Build - Don't bundle a logging provider with the module, it breaks ot… #5

GitHub Actions / Test Results failed Nov 4, 2024 in 0s

2 fail, 22 skipped, 71 pass in 17s

 54 files   - 2   54 suites   - 2   17s ⏱️ -5s
 95 tests +1   71 ✅  - 1  22 💤 ±0  2 ❌ +2 
183 runs   - 5  137 ✅  - 7  43 💤  - 1  3 ❌ +3 

Results for commit dc693c3. ± Comparison against earlier commit 9122d59.

Annotations

Check warning on line 0 in ortus.boxlang.modules.orm.bifs.ORMGetSessionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 2 runs failed: It can use queryExecute after opening ORM session (ortus.boxlang.modules.orm.bifs.ORMGetSessionTest)

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]
Raw output
ortus.boxlang.runtime.types.exceptions.BoxRuntimeException: no transaction is in progress
	at app//ortus.boxlang.runtime.components.jdbc.Transaction._invoke(Transaction.java:145)
	at app//ortus.boxlang.runtime.components.Component.invoke(Component.java:121)
	at app//ortus.boxlang.runtime.components.ComponentDescriptor.invoke(ComponentDescriptor.java:224)
	at app//ortus.boxlang.runtime.context.BaseBoxContext.invokeComponent(BaseBoxContext.java:491)
	at boxgenerated.scripts.Script__0d691ad46bd898715e38bef524c94765._invoke(Script__0d691ad46bd898715e38bef524c94765.java:78)
	at app//ortus.boxlang.runtime.runnables.BoxScript.invoke(BoxScript.java:77)
	at app//ortus.boxlang.runtime.BoxRuntime.executeSource(BoxRuntime.java:1423)
	at app//ortus.boxlang.runtime.BoxRuntime.executeSource(BoxRuntime.java:1391)
	at app//ortus.boxlang.modules.orm.bifs.ORMGetSessionTest.testSharedTransaction(ORMGetSessionTest.java:59)
	at [email protected]/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:580)
	at app//org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
	at app//org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at app//org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
	at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
	at app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
	at app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
	at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
	at app//org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
	at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1596)
	at app//org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
	at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
	at app//org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
	at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1596)
	at app//org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
	at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
	at app//org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
	at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
	at app//org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at app//org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at app//org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107)
	at app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at app//org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at app//org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at app//org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.processAllTestClasses(JUnitPlatformTestClassProcessor.java:119)
	at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.access$000(JUnitPlatformTestClassProcessor.java:94)
	at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor.stop(JUnitPlatformTestClassProcessor.java:89)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:62)
	at [email protected]/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:580)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at jdk.proxy1/jdk.proxy1.$Proxy2.stop(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:193)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
	at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65)
	at app//worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
	at app//worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
Caused by: javax.persistence.TransactionRequiredException: no transaction is in progress
	at app//org.hibernate.internal.AbstractSharedSessionContract.checkTransactionNeededForUpdateOperation(AbstractSharedSessionContract.java:445)
	at app//org.hibernate.internal.SessionImpl.checkTransactionNeededForUpdateOperation(SessionImpl.java:3496)
	at app//org.hibernate.internal.SessionImpl.doFlush(SessionImpl.java:1399)
	at app//org.hibernate.internal.SessionImpl.flush(SessionImpl.java:1394)
	at app//ortus.boxlang.modules.orm.bifs.ORMFlush._invoke(ORMFlush.java:49)
	at app//ortus.boxlang.runtime.bifs.BIF.invoke(BIF.java:107)
	at app//ortus.boxlang.runtime.bifs.BIFDescriptor.invoke(BIFDescriptor.java:209)
	at app//ortus.boxlang.runtime.context.BaseBoxContext.invokeFunction(BaseBoxContext.java:432)
	at boxgenerated.scripts.Script__0d691ad46bd898715e38bef524c94765.lambda$_invoke$0(Script__0d691ad46bd898715e38bef524c94765.java:97)
	at app//ortus.boxlang.runtime.components.Component.processBody(Component.java:200)
	at app//ortus.boxlang.runtime.components.Component.processBody(Component.java:169)
	at app//ortus.boxlang.runtime.components.jdbc.Transaction._invoke(Transaction.java:136)
	... 88 more

Check warning on line 0 in ortus.boxlang.modules.orm.SessionFactoryBuilderTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

initializationError (ortus.boxlang.modules.orm.SessionFactoryBuilderTest) failed

artifacts/tests-windows-latest-21/build/test-results/test/TEST-ortus.boxlang.modules.orm.SessionFactoryBuilderTest.xml [took 0s]
Raw output
ortus.boxlang.runtime.types.exceptions.BoxRuntimeException: Unable to create datasource connection: Failed to initialize pool: Login timeout exceeded.
	at app//ortus.boxlang.runtime.jdbc.DataSource.<init>(DataSource.java:82)
	at app//ortus.boxlang.runtime.jdbc.DataSource.fromStruct(DataSource.java:107)
	at app//ortus.boxlang.runtime.jdbc.DataSource.fromStruct(DataSource.java:95)
	at app//tools.JDBCTestUtils.constructTestDataSource(JDBCTestUtils.java:158)
	at app//ortus.boxlang.modules.orm.SessionFactoryBuilderTest.setUp(SessionFactoryBuilderTest.java:41)
	at [email protected]/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:580)
	at app//org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
	at app//org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at app//org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeAllMethod(TimeoutExtension.java:70)
	at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at app//org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllMethods$14(ClassBasedTestDescriptor.java:412)
	at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at app//org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllMethods(ClassBasedTestDescriptor.java:410)
	at app//org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:216)
	at app//org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:85)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:153)
	at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
	at app//org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
	at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1596)
	at app//org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
	at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
	at app//org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
	at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
	at app//org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at app//org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at app//org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107)
	at app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at app//org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at app//org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at app//org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at app//org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.processAllTestClasses(JUnitPlatformTestClassProcessor.java:119)
	at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.access$000(JUnitPlatformTestClassProcessor.java:94)
	at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor.stop(JUnitPlatformTestClassProcessor.java:89)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:62)
	at [email protected]/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:580)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at jdk.proxy1/jdk.proxy1.$Proxy2.stop(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:193)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
	at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65)
	at app//worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
	at app//worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
Caused by: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: Login timeout exceeded.
	at com.zaxxer.hikari.pool.HikariPool.throwPoolInitializationException(HikariPool.java:602)
	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:589)
	at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:99)
	at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:80)
	at ortus.boxlang.runtime.jdbc.DataSource.<init>(DataSource.java:80)
	... 74 more
Caused by: java.sql.SQLTimeoutException: Login timeout exceeded.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:113)
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:141)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Util.java:225)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Util.java:220)
	at org.apache.derby.iapi.jdbc.InternalDriver.timeLogin(InternalDriver.java:341)
	at org.apache.derby.iapi.jdbc.InternalDriver.connect(InternalDriver.java:296)
	at org.apache.derby.iapi.jdbc.InternalDriver.connect(InternalDriver.java:921)
	at org.apache.derby.iapi.jdbc.AutoloadedDriver.connect(AutoloadedDriver.java:132)
	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:122)
	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:362)
	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:203)
	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:479)
	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:568)
	... 77 more
Caused by: ERROR XBDA0: Login timeout exceeded.
	at app//org.apache.derby.shared.common.error.StandardException.newException(StandardException.java:299)
	at app//org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(SQLExceptionFactory.java:170)
	at app//org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:75)
	... 89 more

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

22 skipped tests found

There are 22 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
ortus.boxlang.modules.orm.SessionFactoryBuilderTest ‑ It can lookup entities by entity name
ortus.boxlang.modules.orm.bifs.EntityDeleteTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.bifs.EntityLoadByExampleTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.bifs.EntityLoadByPKTest ‑ It can load an entity by composite key
ortus.boxlang.modules.orm.bifs.EntityLoadTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.bifs.EntityMergeTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.bifs.EntityReloadTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.bifs.EntitySaveTest ‑ It can save new entities to the database
ortus.boxlang.modules.orm.bifs.EntityToQueryTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.bifs.ORMClearSessionTest ‑ It can clear the session for the default datasource
ortus.boxlang.modules.orm.bifs.ORMClearSessionTest ‑ It can clear the session on a named (alternate) datasource
ortus.boxlang.modules.orm.bifs.ORMCloseAllSessionsTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.bifs.ORMEvictCollectionTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.bifs.ORMEvictEntityTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.bifs.ORMEvictQueriesTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.bifs.ORMExecuteQueryTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.bifs.ORMFlushAllTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.bifs.ORMFlushTest ‑ It can flush the session
ortus.boxlang.modules.orm.bifs.ORMReloadTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ It can map a struct/map collection
ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ It can map an array/bag collection
ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ testMultipleFKColumns(String)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

95 tests found

There are 95 tests, see "Raw output" for the full list of tests.
Raw output
ortus.boxlang.modules.orm.SessionFactoryBuilderTest ‑ It can generate a unique key
ortus.boxlang.modules.orm.SessionFactoryBuilderTest ‑ It can lookup entities by entity name
ortus.boxlang.modules.orm.SessionFactoryBuilderTest ‑ It can set dialects with alias names
ortus.boxlang.modules.orm.SessionFactoryBuilderTest ‑ It can setup a session factory
ortus.boxlang.modules.orm.SessionFactoryBuilderTest ‑ It can use a named application datasource
ortus.boxlang.modules.orm.SessionFactoryBuilderTest ‑ It can use the default application datasource
ortus.boxlang.modules.orm.SessionFactoryBuilderTest ‑ initializationError
ortus.boxlang.modules.orm.bifs.EntityDeleteTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.bifs.EntityLoadByExampleTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.bifs.EntityLoadByPKTest ‑ It can load an entity by composite key
ortus.boxlang.modules.orm.bifs.EntityLoadByPKTest ‑ It can load an entity by integer key
ortus.boxlang.modules.orm.bifs.EntityLoadByPKTest ‑ It can load an entity by varchar key
ortus.boxlang.modules.orm.bifs.EntityLoadByPKTest ‑ It will add add* methods for *-to-many associations
ortus.boxlang.modules.orm.bifs.EntityLoadByPKTest ‑ It will add has* methods for associations
ortus.boxlang.modules.orm.bifs.EntityLoadByPKTest ‑ It will add remove* methods for associations
ortus.boxlang.modules.orm.bifs.EntityLoadTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.bifs.EntityMergeTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.bifs.EntityNameArrayTest ‑ It can get entities for a custom datasource name
ortus.boxlang.modules.orm.bifs.EntityNameArrayTest ‑ It returns an array of entity names for ALL datasources
ortus.boxlang.modules.orm.bifs.EntityNameListTest ‑ It can get entities for a custom datasource name
ortus.boxlang.modules.orm.bifs.EntityNameListTest ‑ It returns a list of entity names
ortus.boxlang.modules.orm.bifs.EntityNameListTest ‑ It returns a list of entity names with a custom delimiter
ortus.boxlang.modules.orm.bifs.EntityNewTest ‑ It can create new entities
ortus.boxlang.modules.orm.bifs.EntityNewTest ‑ It can populate new entities with association UDFs
ortus.boxlang.modules.orm.bifs.EntityNewTest ‑ It can populate new entities with data
ortus.boxlang.modules.orm.bifs.EntityReloadTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.bifs.EntitySaveTest ‑ It can save new entities to the database
ortus.boxlang.modules.orm.bifs.EntityToQueryTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.bifs.GetHibernateVersionTest ‑ It can get the hibernate version
ortus.boxlang.modules.orm.bifs.ORMClearSessionTest ‑ It can clear the session for the default datasource
ortus.boxlang.modules.orm.bifs.ORMClearSessionTest ‑ It can clear the session on a named (alternate) datasource
ortus.boxlang.modules.orm.bifs.ORMCloseAllSessionsTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.bifs.ORMCloseSessionTest ‑ It can close the session for the default datasource
ortus.boxlang.modules.orm.bifs.ORMCloseSessionTest ‑ It can close the session on a named (alternate) datasource
ortus.boxlang.modules.orm.bifs.ORMEvictCollectionTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.bifs.ORMEvictEntityTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.bifs.ORMEvictQueriesTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.bifs.ORMExecuteQueryTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.bifs.ORMFlushAllTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.bifs.ORMFlushTest ‑ It can flush the session
ortus.boxlang.modules.orm.bifs.ORMGetSessionFactoryTest ‑ It can get the default ORM session factory
ortus.boxlang.modules.orm.bifs.ORMGetSessionFactoryTest ‑ It can get the session factory from a named datasource
ortus.boxlang.modules.orm.bifs.ORMGetSessionFactoryTest ‑ It throws if the named datasource does not exist
ortus.boxlang.modules.orm.bifs.ORMGetSessionTest ‑ It can get the ORM session from a named datasource
ortus.boxlang.modules.orm.bifs.ORMGetSessionTest ‑ It can get the current ORM session
ortus.boxlang.modules.orm.bifs.ORMGetSessionTest ‑ It can use queryExecute after opening ORM session
ortus.boxlang.modules.orm.bifs.ORMGetSessionTest ‑ It throws if the named datasource does not exist or is not configured for ORM
ortus.boxlang.modules.orm.bifs.ORMReloadTest ‑ It can test the ExampleBIF
ortus.boxlang.modules.orm.config.ORMConfigTest ‑ testDefaultConfig()
ortus.boxlang.modules.orm.config.ORMConfigTest ‑ testDefaultOpposites()
ortus.boxlang.modules.orm.config.ORMConfigTest ‑ testDialectNormalization()
ortus.boxlang.modules.orm.config.ORMConfigTest ‑ testDialectTranslation()
ortus.boxlang.modules.orm.config.ORMConfigTest ‑ testGenericSettings()
ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ It can map a struct/map collection
ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ It can map an array/bag collection
ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ It generates the entity-name from the class name
ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [1]  class persistent {
 	property
 		name="the_id"
 		fieldtype="id"
 		generator="select"
generated="insert"
selectKey="foo";
 }

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [1] class
	persistent="true"
	entityName="Car"
	table="vehicles"
	schema="foo"
	catalog="morefoo"
	optimisticLock="all"
{}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [1] class persistent cacheuse="transactional" cacheName="foo" cacheInclude="non-lazy" {}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [1] class persistent discriminatorValue="Ford" discriminatorColumn="autoType" {}
ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [1] class persistent readonly="true" {}
ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [1] class persistent {
	property
		fieldtype="version"
		generated="never"
		column="itemVersion"
		ormType="integer"
		insert="false"
		name="version";
}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [1] class persistent {
	property
		insert=false
		update=false
		unique=true
		table="foo"
		notNull=true
		dbDefault="test"
		name="title";
}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [1] class persistent {
	property
		length=12
		scale=10
		precision=2
		column="amountCol"
		name="amount";
}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [1] class persistent {
	property
		name        = "owner"
		cfc         = "Person"
		fieldtype   = "one-to-one"
		fkcolumn    = "FK_owner"
		foreignKey  = "fooID"
		cascade     = "all"
		constrained = "true";
}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [1] class persistent {
	property
		name="createdBy"
		fieldtype="many-to-one"
		cfc="Vehicle"
		fkcolumn="FK_manufacturer"
		fetch="select"
		cascade="all"
		insert="false"
		update="false"
		lazy="true"
		persistent=true;
}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [1] class persistent {
	property
		name="name"
		insert=false
		update=false;
}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [1] class persistent {
	property
		name="owner"
		cfc="Person"
		mappedBy="id"
		fieldtype="one-to-one"
		foreignKey="fooID"
		cascade="all-delete-orphan"
		constrained="true"
		fetch="join"
		lazy="extra";
}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [1] class persistent {
	property
		name="owners"
		type="array"
		cfc="Person"
		cascade="all"
		fieldtype="many-to-many"
		linkTable="tblOwners"
		linkCatalog="myDB"
		linkSchema="dbo"
		fkcolumn="FK_owner"
		mappedBy="owners"
		orderBy="name";
}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [1] class persistent {
	property
		name="owners"
		type="array"
		cfc="Person"
		cascade="all"
		fieldtype="one-to-many"
		fkcolumn="FK_owner"
		mappedBy="owners"
		orderBy="name DESC"
		where="Age IS NOT NULL"
		optimisticLock="false";
}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [1] class persistent {
	property
		name="the_id"
		fieldtype="id"
		generator="increment";
}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [1] class persistent {
	property
		name="the_id"
		fieldtype="id"
		ormtype="integer";
}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [1] class persistent {
	property
		name="the_name"
		column="NameColumn"
		sqltype="varchar";
}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [1] class persistent {
	property
	name="the_name"
	formula="SELECT TOP 1 name from theNames";
}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [1] class persistent {
 property name="the_name";
}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [1] class persistent { property name="name"; property name="notMapped" persistent="false"; }
ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [1] class persistent{ property name="the_id" fieldtype="id"; }
ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [2] 	@Discriminator {
		"name"    : "autoType",
		"value"   : "Ford",
		"type"    : "string",
		"formula" : "foo",
		"force"   : "false",
		"insert"  : "true",
	}
	class {}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [2]   @Entity
  class {
  	@Column
property name="the_name";
  }

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [2] @Cache {
	strategy: "transactional",
	region  : "foo",
	include   : "non-lazy"
}
@Entity
class {}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [2] @Entity
class {
	@Column{
		"table"      : "foo",
		"unique"     : true,
		"nullable"   : false,
		"insertable" : false,
		"updateable" : false,
		"default"    : "test"
	}
	property name="title";
}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [2] @Entity
class {
	@Column{
		formula="SELECT TOP 1 name from theNames"
	}
 	property name="the_name";
}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [2] @Entity
class {
	@Column{
		name      : "amountCol",
		length    : 12,
		scale     : 10,
		precision : 2
	}
	property name="amount";
}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [2] @Entity
class {
	@Column{
		sqltype="varchar",
		name="NameColumn"
	}
 	property name="the_name";
}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [2] @Entity
class {
	@Id
	@GeneratedValue{
		"strategy"  : "select",
		"selectKey" : "foo",
		"generated" : "insert"
	}
	property name="the_id";
}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [2] @Entity
class {
	@Id
	@GeneratedValue{
		"strategy" : "increment"
	}
	property name="the_id";
}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [2] @Entity
class {
	@Immutable
	@Column
	property name="name";
}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [2] @Entity
class {
	@OneToMany{
		"mappedBy"       : "owners",
		"orderBy"        : "name DESC",
		"where"          : "Age IS NOT NULL",
		"optimisticLock" : false,
		"fkcolumn"       : "FK_owner",
		"cascade"        : "all",
		"class"          : "Person"
	}
	property name="owners" type="array";
}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [2] @Entity
class {
	@OneToOne {
		// "mappedBy" : "id",
		"fkcolumn"   : "FK_owner",
		"foreignKey" : "fooID",
		"cascade"    : "all",
		"constrained": true,
		"fetch"      : "join",
		"lazy"       : "extra"
	}
	property name="owner";
}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [2] @Entity "Car"
@Table{
	"name"   : "vehicles",
	"schema" : "foo",
	"catalog": "morefoo"
}
@OptimisticLock "all"
class {}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [2] @Immutable 
class {}
ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [2] class {
	@Id
	@ORMType "integer"
	property name="the_id";
}

ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [2] class { @Column property name="name"; @Transient property name="notMapped"; }
ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ [2] class{ @Id property name="the_id"; }
ortus.boxlang.modules.orm.mapping.HibernateXMLWriterTest ‑ testMultipleFKColumns(String)