Skip to content

LDEV-4753 handle empty numeric values with CFUPDATE / CFINSERT #1323

LDEV-4753 handle empty numeric values with CFUPDATE / CFINSERT

LDEV-4753 handle empty numeric values with CFUPDATE / CFINSERT #1323

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

2 errors, 2 fail, 225 skipped, 3 661 pass in 2m 44s

    1 files  1 479 suites   2m 44s ⏱️
3 890 tests 3 661 ✅ 225 💤 2 ❌ 2 🔥
4 024 runs  3 760 ✅ 260 💤 2 ❌ 2 🔥

Results for commit 2153545.

Annotations

Check failure on line 0 in test.tickets.LDEV4753

See this annotation in the file changed.

@github-actions github-actions / Lucee Test Results

checking CFINSERT for LDEV-4753 with empty numeric cols (test.tickets.LDEV4753) with error

test/reports/junit-test-results-6.2.0.145-SNAPSHOT.xml [took 0s]
Raw output
An object or column name is missing or empty. For SELECT INTO statements, verify each column has a name. For other statements, look for empty alias names. Aliases defined as "" or [] are not allowed. Change the alias to a valid name.

					lucee.runtime.exp.DatabaseException: An object or column name is missing or empty. For SELECT INTO statements, verify each column has a name. For other statements, look for empty alias names. Aliases defined as "" or [] are not allowed. Change the alias to a valid name.
	at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:261)
	at com.microsoft.sqlserver.jdbc.TDSTokenHandler.onEOF(tdsparser.java:316)
	at com.microsoft.sqlserver.jdbc.TDSParser.parse(tdsparser.java:137)
	at com.microsoft.sqlserver.jdbc.TDSParser.parse(tdsparser.java:42)
	at com.microsoft.sqlserver.jdbc.TDSParser.parse(tdsparser.java:31)
	at com.microsoft.sqlserver.jdbc.SQLServerConnection$1ConnectionCommand.doExecute(SQLServerConnection.java:4533)
	at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7748)
	at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:4410)
	at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectionCommand(SQLServerConnection.java:4541)
	at com.microsoft.sqlserver.jdbc.SQLServerConnection.setCatalog(SQLServerConnection.java:4898)
	at com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData.switchCatalogs(SQLServerDatabaseMetaData.java:392)
	at com.microsoft.sqlserver.jdbc.SQLServerDatabaseMetaData.getColumns(SQLServerDatabaseMetaData.java:619)
	at lucee.runtime.tag.Insert.getMeta(Insert.java:235)
	at lucee.runtime.tag.Insert.doEndTag(Insert.java:195)
	at tickets.ldev4753_cfc$cf$1_393.udfCall(/test/tickets/LDEV4753.cfc:24)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
	at lucee.runtime.type.EnvUDF.call(EnvUDF.java:119)
	at lucee.runtime.type.util.StructSupport.call(StructSupport.java:277)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796)
	at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2052)
	at system.basespec_cfc$cf$1_1a1.udfCall7(/testbox/system/BaseSpec.cfc:1438)
	at system.basespec_cfc$cf$1_1a1.udfCall(/testbox/system/BaseSpec.cfc)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
	at lucee.runtime.type.util.StructSupport.callWithNamedValues(StructSupport.java:287)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
	at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2084)
	at system.basespec_cfc$cf$1_1a1.udfCall5(/testbox/system/BaseSpec.cfc:1090)
	at system.basespec_cfc$cf$1_1a1.udfCall(/testbox/system/BaseSpec.cfc)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
	at lucee.runtime.type.EnvUDF.call(EnvUDF.java:119)
	at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:785)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796)
	at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2052)
	at system.basespec_cfc$cf$1_1a1.udfCall5(/testbox/system/BaseSpec.cfc:1061)
	at system.basespec_cfc$cf$1_1a1.udfCall(/testbox/system/BaseSpec.cfc)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
	at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:785)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796)
	at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2052)
	at system.basespec_cfc$cf$1_1a1.udfCall4(/testbox/system/BaseSpec.cfc:908)
	at system.basespec_cfc$cf$1_1a1.udfCall(/testbox/system/BaseSpec.cfc)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
	at lucee.runtime.ComponentImpl._call(ComponentImpl.java:723)
	at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595)
	at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2122)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
	at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2084)
	at system.runners.bddrunner_cfc$cf$1_1aj.udfCall(/testbox/system/runners/BDDRunner.cfc:222)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
	at lucee.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:803)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
	at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2084)
	at system.runners.bddrunner_cfc$cf$1_1aj.udfCall(/testbox/system/runners/BDDRunner.cfc:84)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
	at lucee.runtime.ComponentImpl._call(ComponentImpl.java:722)
	at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595)
	at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2103)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796)
	at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2052)
	at system.testbox_cfc$cf$1_19d.udfCall2(/testbox/system/TestBox.cfc:474)
	at system.testbox_cfc$cf$1_19d.udfCall(/testbox/system/TestBox.cfc)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
	at lucee.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:803)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
	at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2084)
	at system.testbox_cfc$cf$1_19d.udfCall1(/testbox/system/TestBox.cfc:252)
	at system.testbox_cfc$cf$1_19d.udfCall(/testbox/system/TestBox.cfc)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
	at lucee.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:803)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
	at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2084)
	at system.testbox_cfc$cf$1_19d.udfCall1(/testbox/system/TestBox.cfc:161)
	at system.testbox_cfc$cf$1_19d.udfCall(/testbox/system/TestBox.cfc)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
	at lucee.runtime.ComponentImpl._call(ComponentImpl.java:723)
	at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595)
	at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2122)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
	at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2084)
	at _testrunner_cfc$cf$1_3.udfCall(/test/_testRunner.cfc:283)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
	at lucee.runtime.ComponentImpl._call(ComponentImpl.java:722)
	at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595)
	at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2103)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796)
	at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2052)
	at run_tests_cfm180$cf$1y2p0ij32e8e7.call(/test/run-tests.cfm:348)
	at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1092)
	at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:986)
	at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:967)
	at zli3shic70q.call(Unknown Source)
	at lucee.runtime.compiler.Renderer.tag(Renderer.java:106)
	at lucee.runtime.compiler.Renderer.script(Renderer.java:96)
	at lucee.runtime.jsr223.ScriptEngineImpl.eval(ScriptEngineImpl.java:66)
	at lucee.runtime.jsr223.ScriptEngineImpl.eval(ScriptEngineImpl.java:221)
	at org.apache.tools.ant.util.optional.JavaxScriptRunner.evaluateScript(JavaxScriptRunner.java:154)
	at org.apache.tools.ant.util.optional.JavaxScriptRunner.executeScript(JavaxScriptRunner.java:86)
	at org.apache.tools.ant.taskdefs.optional.Script.execute(Script.java:54)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:299)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
	at org.apache.tools.ant.Task.perform(Task.java:350)
	at org.apache.tools.ant.Target.execute(Target.java:449)
	at org.apache.tools.ant.Target.performTasks(Target.java:470)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1401)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1374)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1264)
	at org.apache.tools.ant.Main.runBuild(Main.java:818)
	at org.apache.tools.ant.Main.startAnt(Main.java:223)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: An object or column name is missing or empty. For SELECT INTO statements, verify each column has a name. For other statements, look for empty alias names. Aliases defined as "" or [] are not allowed. Change the alias to a valid name.
	... 135 more

Check warning on line 0 in test.tickets.LDEV4753

See this annotation in the file changed.

@github-actions github-actions / Lucee Test Results

checking CFUPDATE for LDEV-4753 with empty numeric cols (test.tickets.LDEV4753) failed

test/reports/junit-test-results-6.2.0.145-SNAPSHOT.xml [took 0s]
Raw output
recordcount. Expected [1] Actual [0]

					[{Raw_Trace={system.assertion_cfc$cf$1_1a7.udfCall1(/testbox/system/Assertion.cfc:17)}, codePrintPlain={15: 	function fail( message = "", detail = "" ){
16: 		arguments.message = ( len( arguments.message ) ? arguments.message : "A test failure occurred" );
17: 		throw( type = "TestBox.AssertionFailed", message = arguments.message, detail = arguments.detail );
18: 	}
19: 
}, column={0}, line={17}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/Assertion.cfc}, id={??}, type={cfml}, codePrintHTML={15: &nbsp;&nbsp;&nbsp;function&nbsp;fail(&nbsp;message&nbsp;=&nbsp;&quot;&quot;,&nbsp;detail&nbsp;=&nbsp;&quot;&quot;&nbsp;){<br>
16: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;arguments.message&nbsp;=&nbsp;(&nbsp;len(&nbsp;arguments.message&nbsp;)&nbsp;?&nbsp;arguments.message&nbsp;:&nbsp;&quot;A&nbsp;test&nbsp;failure&nbsp;occurred&quot;&nbsp;);<br>
<b>17: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;throw(&nbsp;type&nbsp;=&nbsp;&quot;TestBox.AssertionFailed&quot;,&nbsp;message&nbsp;=&nbsp;arguments.message,&nbsp;detail&nbsp;=&nbsp;arguments.detail&nbsp;);</b><br>
18: &nbsp;&nbsp;&nbsp;}<br>
19: <br>
}}, {Raw_Trace={system.assertion_cfc$cf$1_1a7.udfCall1(/testbox/system/Assertion.cfc:70)}, codePrintPlain={68: 		);
69: 		// if we reach here, nothing is equal man!
70: 		fail( arguments.message );
71: 	}
72: 
}, column={0}, line={70}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/Assertion.cfc}, id={??}, type={cfml}, codePrintHTML={68: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br>
69: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;if&nbsp;we&nbsp;reach&nbsp;here,&nbsp;nothing&nbsp;is&nbsp;equal&nbsp;man!<br>
<b>70: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fail(&nbsp;arguments.message&nbsp;);</b><br>
71: &nbsp;&nbsp;&nbsp;}<br>
72: <br>
}}, {Raw_Trace={system.expectation_cfc$cf$1_1a2.udfCall1(/testbox/system/Expectation.cfc:164)}, codePrintPlain={162: 			variables.assert.isNotEqual( argumentCollection = arguments );
163: 		} else {
164: 			variables.assert.isEqual( argumentCollection = arguments );
165: 		}
166: 		return this;
}, column={0}, line={164}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/Expectation.cfc}, id={??}, type={cfml}, codePrintHTML={162: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variables.assert.isNotEqual(&nbsp;argumentCollection&nbsp;=&nbsp;arguments&nbsp;);<br>
163: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;{<br>
<b>164: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variables.assert.isEqual(&nbsp;argumentCollection&nbsp;=&nbsp;arguments&nbsp;);</b><br>
165: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
166: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;this;<br>
}}, {Raw_Trace={tickets.ldev4753_cfc$cf$1_393.udfCall(/test/tickets/LDEV4753.cfc:60)}, codePrintPlain={58: 		}
59: 		systemOutput( q, true );
60: 		expect ( q.recordcount ).toBe( 1, "recordcount" );
61: 		loop list="id,myvalue,seqno" item="local.c"{
62: 			expect( q[ c ] ).toBe( form[ c ] );
}, column={0}, line={60}, template={/home/runner/work/Lucee/Lucee/test/tickets/LDEV4753.cfc}, id={??}, type={cfml}, codePrintHTML={58: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
59: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;systemOutput(&nbsp;q,&nbsp;true&nbsp;);<br>
<b>60: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;expect&nbsp;(&nbsp;q.recordcount&nbsp;).toBe(&nbsp;1,&nbsp;&quot;recordcount&quot;&nbsp;);</b><br>
61: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;loop&nbsp;list=&quot;id,myvalue,seqno&quot;&nbsp;item=&quot;local.c&quot;{<br>
62: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;expect(&nbsp;q[&nbsp;c&nbsp;]&nbsp;).toBe(&nbsp;form[&nbsp;c&nbsp;]&nbsp;);<br>
}}, {Raw_Trace={tickets.ldev4753_cfc$cf$1_393.udfCall(/test/tickets/LDEV4753.cfc:33)}, codePrintPlain={31: 				param name="form.seqno" default="";
32: 				cfupdate(tableName = "LDEV4753" formFields = "form.id,form.myValue,form.seqno" datasource=variables.datasource);
33: 				checkTable( 1 );
34: 				
35: 				form.seqno="3";
}, column={0}, line={33}, template={/home/runner/work/Lucee/Lucee/test/tickets/LDEV4753.cfc}, id={??}, type={cfml}, codePrintHTML={31: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;param&nbsp;name=&quot;form.seqno&quot;&nbsp;default=&quot;&quot;;<br>
32: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cfupdate(tableName&nbsp;=&nbsp;&quot;LDEV4753&quot;&nbsp;formFields&nbsp;=&nbsp;&quot;form.id,form.myValue,form.seqno&quot;&nbsp;datasource=variables.datasource);<br>
<b>33: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;checkTable(&nbsp;1&nbsp;);</b><br>
34: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>
35: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;form.seqno=&quot;3&quot;;<br>
}}, {Raw_Trace={system.basespec_cfc$cf$1_1a1.udfCall7(/testbox/system/BaseSpec.cfc:1438)}, codePrintPlain={1436: 	// Around Stub
1437: 	function aroundStub( spec ){
1438: 		spec.body( spec.data );
1439: 	}
1440: 
}, column={0}, line={1438}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/BaseSpec.cfc}, id={??}, type={cfml}, codePrintHTML={1436: &nbsp;&nbsp;&nbsp;//&nbsp;Around&nbsp;Stub<br>
1437: &nbsp;&nbsp;&nbsp;function&nbsp;aroundStub(&nbsp;spec&nbsp;){<br>
<b>1438: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;spec.body(&nbsp;spec.data&nbsp;);</b><br>
1439: &nbsp;&nbsp;&nbsp;}<br>
1440: <br>
}}, {Raw_Trace={system.basespec_cfc$cf$1_1a1.udfCall5(/testbox/system/BaseSpec.cfc:1090)}, codePrintPlain={1088: 			return function(){
1089: 				// Execute the body of the spec
1090: 				nextClosure.body( spec = thread.spec, suite = thread.suite, data = nextClosure.data );
1091: 			};
1092: 		}
}, column={0}, line={1090}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/BaseSpec.cfc}, id={??}, type={cfml}, codePrintHTML={1088: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;function(){<br>
1089: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;Execute&nbsp;the&nbsp;body&nbsp;of&nbsp;the&nbsp;spec<br>
<b>1090: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nextClosure.body(&nbsp;spec&nbsp;=&nbsp;thread.spec,&nbsp;suite&nbsp;=&nbsp;thread.suite,&nbsp;data&nbsp;=&nbsp;nextClosure.data&nbsp;);</b><br>
1091: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;};<br>
1092: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
}}, {Raw_Trace={system.basespec_cfc$cf$1_1a1.udfCall5(/testbox/system/BaseSpec.cfc:1061)}, codePrintPlain={1059: 		);
1060: 		// Run the specs
1061: 		specStack();
1062: 
1063: 		return this;
}, column={0}, line={1061}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/BaseSpec.cfc}, id={??}, type={cfml}, codePrintHTML={1059: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br>
1060: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;Run&nbsp;the&nbsp;specs<br>
<b>1061: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;specStack();</b><br>
1062: <br>
1063: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;this;<br>
}}, {Raw_Trace={system.basespec_cfc$cf$1_1a1.udfCall4(/testbox/system/BaseSpec.cfc:908)}, codePrintPlain={906: 
907: 				try {
908: 					runAroundEachClosures( arguments.suite, arguments.spec );
909: 				} catch ( any e ) {
910: 					rethrow;
}, column={0}, line={908}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/BaseSpec.cfc}, id={??}, type={cfml}, codePrintHTML={906: <br>
907: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;try&nbsp;{<br>
<b>908: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;runAroundEachClosures(&nbsp;arguments.suite,&nbsp;arguments.spec&nbsp;);</b><br>
909: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;catch&nbsp;(&nbsp;any&nbsp;e&nbsp;)&nbsp;{<br>
910: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rethrow;<br>
}}, {Raw_Trace={system.runners.bddrunner_cfc$cf$1_1aj.udfCall(/testbox/system/runners/BDDRunner.cfc:222)}, codePrintPlain={220: 						suiteStats=thread.suiteStats,
221: 						runner=this
222: 					);
223: 
224: 					// verify call backs
}, column={0}, line={222}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/runners/BDDRunner.cfc}, id={??}, type={cfml}, codePrintHTML={220: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;suiteStats=thread.suiteStats,<br>
221: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;runner=this<br>
<b>222: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);</b><br>
223: <br>
224: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;verify&nbsp;call&nbsp;backs<br>
}}, {Raw_Trace={system.runners.bddrunner_cfc$cf$1_1aj.udfCall(/testbox/system/runners/BDDRunner.cfc:84)}, codePrintPlain={82: 						testResults=arguments.testResults,
83: 						bundleStats=bundleStats,
84: 						callbacks=arguments.callbacks
85: 					);
86: 
}, column={0}, line={84}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/runners/BDDRunner.cfc}, id={??}, type={cfml}, codePrintHTML={82: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;testResults=arguments.testResults,<br>
83: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bundleStats=bundleStats,<br>
<b>84: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;callbacks=arguments.callbacks</b><br>
85: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br>
86: <br>
}}, {Raw_Trace={system.testbox_cfc$cf$1_19d.udfCall2(/testbox/system/TestBox.cfc:474)}, codePrintPlain={472: 				// Run via BDD Style
473: 				new testbox.system.runners.BDDRunner( options=variables.options, testbox=this )
474: 					.run( target, arguments.testResults, arguments.callbacks );
475: 			}
476: 			else{
}, column={0}, line={474}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/TestBox.cfc}, id={??}, type={cfml}, codePrintHTML={472: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;Run&nbsp;via&nbsp;BDD&nbsp;Style<br>
473: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;new&nbsp;testbox.system.runners.BDDRunner(&nbsp;options=variables.options,&nbsp;testbox=this&nbsp;)<br>
<b>474: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.run(&nbsp;target,&nbsp;arguments.testResults,&nbsp;arguments.callbacks&nbsp;);</b><br>
475: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
476: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else{<br>
}}, {Raw_Trace={system.testbox_cfc$cf$1_19d.udfCall1(/testbox/system/TestBox.cfc:252)}, codePrintPlain={250: 				bundlePath  = thisBundlePath,
251: 				testResults = results,
252: 				callbacks   = arguments.callbacks
253: 			);
254: 
}, column={0}, line={252}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/TestBox.cfc}, id={??}, type={cfml}, codePrintHTML={250: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bundlePath&nbsp;&nbsp;=&nbsp;thisBundlePath,<br>
251: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;testResults&nbsp;=&nbsp;results,<br>
<b>252: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;callbacks&nbsp;&nbsp;&nbsp;=&nbsp;arguments.callbacks</b><br>
253: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br>
254: <br>
}}, {Raw_Trace={system.testbox_cfc$cf$1_19d.udfCall1(/testbox/system/TestBox.cfc:161)}, codePrintPlain={159: 		if( !isNull( arguments.reporter ) ){ variables.reporter = arguments.reporter; }
160: 		// run it and get results
161: 		var results = runRaw( argumentCollection=arguments );
162: 		// store latest results
163: 		variables.result = results;
}, column={0}, line={161}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/TestBox.cfc}, id={??}, type={cfml}, codePrintHTML={159: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(&nbsp;!isNull(&nbsp;arguments.reporter&nbsp;)&nbsp;){&nbsp;variables.reporter&nbsp;=&nbsp;arguments.reporter;&nbsp;}<br>
160: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;run&nbsp;it&nbsp;and&nbsp;get&nbsp;results<br>
<b>161: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;results&nbsp;=&nbsp;runRaw(&nbsp;argumentCollection=arguments&nbsp;);</b><br>
162: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;store&nbsp;latest&nbsp;results<br>
163: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variables.result&nbsp;=&nbsp;results;<br>
}}, {Raw_Trace={_testrunner_cfc$cf$1_3.udfCall(/test/_testRunner.cfc:283)}, codePrintPlain={281: 	,onSpecEnd 		= function( bundle, testResults, suite, spec ){}*/
282: } // callbacks
283: 			); // report = tb.run
284: 
285: 	 		// get the result
}, column={0}, line={283}, template={/home/runner/work/Lucee/Lucee/test/_testRunner.cfc}, id={??}, type={cfml}, codePrintHTML={281: &nbsp;&nbsp;&nbsp;,onSpecEnd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;function(&nbsp;bundle,&nbsp;testResults,&nbsp;suite,&nbsp;spec&nbsp;){}*/<br>
282: }&nbsp;//&nbsp;callbacks<br>
<b>283: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);&nbsp;//&nbsp;report&nbsp;=&nbsp;tb.run</b><br>
284: <br>
285: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;get&nbsp;the&nbsp;result<br>
}}, {Raw_Trace={run_tests_cfm180$cf$1y2p0ij32e8e7.call(/test/run-tests.cfm:348)}, codePrintPlain={346: 	systemOutput(NL & "-------------- Start Tests -----------", true);
347: 	silent {
348: 		testResults = new test._testRunner().runTests();
349: 	}
350: 
}, column={0}, line={348}, template={/home/runner/work/Lucee/Lucee/test/run-tests.cfm}, id={??}, type={cfml}, codePrintHTML={346: &nbsp;&nbsp;&nbsp;systemOutput(NL&nbsp;&amp;&nbsp;&quot;--------------&nbsp;Start&nbsp;Tests&nbsp;-----------&quot;,&nbsp;true);<br>
347: &nbsp;&nbsp;&nbsp;silent&nbsp;{<br>
<b>348: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;testResults&nbsp;=&nbsp;new&nbsp;test._testRunner().runTests();</b><br>
349: &nbsp;&nbsp;&nbsp;}<br>
350: <br>
}}]

Check failure on line 0 in test.tickets.LDEV4753_mysql

See this annotation in the file changed.

@github-actions github-actions / Lucee Test Results

checking CFINSERT for LDEV-4753 with empty numeric cols (test.tickets.LDEV4753_mysql) with error

test/reports/junit-test-results-6.2.0.145-SNAPSHOT.xml [took 0s]
Raw output
Incorrect decimal value: '' for column 'seqno' at row 1

					lucee.runtime.exp.DatabaseException: Incorrect decimal value: '' for column 'seqno' at row 1
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:121)
	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:114)
	at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:987)
	at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:382)
	at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:353)
	at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:305)
	at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:242)
	at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:232)
	at lucee.runtime.tag.Insert.doEndTag(Insert.java:199)
	at tickets.ldev4753_mysql_cfc$cf$1_394.udfCall(/test/tickets/LDEV4753_mysql.cfc:24)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
	at lucee.runtime.type.EnvUDF.call(EnvUDF.java:119)
	at lucee.runtime.type.util.StructSupport.call(StructSupport.java:277)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796)
	at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2052)
	at system.basespec_cfc$cf$1_1a1.udfCall7(/testbox/system/BaseSpec.cfc:1438)
	at system.basespec_cfc$cf$1_1a1.udfCall(/testbox/system/BaseSpec.cfc)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
	at lucee.runtime.type.util.StructSupport.callWithNamedValues(StructSupport.java:287)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
	at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2084)
	at system.basespec_cfc$cf$1_1a1.udfCall5(/testbox/system/BaseSpec.cfc:1090)
	at system.basespec_cfc$cf$1_1a1.udfCall(/testbox/system/BaseSpec.cfc)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
	at lucee.runtime.type.EnvUDF.call(EnvUDF.java:119)
	at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:785)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796)
	at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2052)
	at system.basespec_cfc$cf$1_1a1.udfCall5(/testbox/system/BaseSpec.cfc:1061)
	at system.basespec_cfc$cf$1_1a1.udfCall(/testbox/system/BaseSpec.cfc)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
	at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:785)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796)
	at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2052)
	at system.basespec_cfc$cf$1_1a1.udfCall4(/testbox/system/BaseSpec.cfc:908)
	at system.basespec_cfc$cf$1_1a1.udfCall(/testbox/system/BaseSpec.cfc)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
	at lucee.runtime.ComponentImpl._call(ComponentImpl.java:723)
	at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595)
	at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2122)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
	at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2084)
	at system.runners.bddrunner_cfc$cf$1_1aj.udfCall(/testbox/system/runners/BDDRunner.cfc:222)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
	at lucee.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:803)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
	at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2084)
	at system.runners.bddrunner_cfc$cf$1_1aj.udfCall(/testbox/system/runners/BDDRunner.cfc:84)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
	at lucee.runtime.ComponentImpl._call(ComponentImpl.java:722)
	at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595)
	at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2103)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796)
	at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2052)
	at system.testbox_cfc$cf$1_19d.udfCall2(/testbox/system/TestBox.cfc:474)
	at system.testbox_cfc$cf$1_19d.udfCall(/testbox/system/TestBox.cfc)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
	at lucee.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:803)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
	at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2084)
	at system.testbox_cfc$cf$1_19d.udfCall1(/testbox/system/TestBox.cfc:252)
	at system.testbox_cfc$cf$1_19d.udfCall(/testbox/system/TestBox.cfc)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
	at lucee.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:803)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
	at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2084)
	at system.testbox_cfc$cf$1_19d.udfCall1(/testbox/system/TestBox.cfc:161)
	at system.testbox_cfc$cf$1_19d.udfCall(/testbox/system/TestBox.cfc)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
	at lucee.runtime.ComponentImpl._call(ComponentImpl.java:723)
	at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595)
	at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2122)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
	at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2084)
	at _testrunner_cfc$cf$1_3.udfCall(/test/_testRunner.cfc:283)
	at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
	at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
	at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
	at lucee.runtime.ComponentImpl._call(ComponentImpl.java:722)
	at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595)
	at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2103)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796)
	at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2052)
	at run_tests_cfm180$cf$1y2p0ij32e8e7.call(/test/run-tests.cfm:348)
	at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1092)
	at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:986)
	at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:967)
	at zli3shic70q.call(Unknown Source)
	at lucee.runtime.compiler.Renderer.tag(Renderer.java:106)
	at lucee.runtime.compiler.Renderer.script(Renderer.java:96)
	at lucee.runtime.jsr223.ScriptEngineImpl.eval(ScriptEngineImpl.java:66)
	at lucee.runtime.jsr223.ScriptEngineImpl.eval(ScriptEngineImpl.java:221)
	at org.apache.tools.ant.util.optional.JavaxScriptRunner.evaluateScript(JavaxScriptRunner.java:154)
	at org.apache.tools.ant.util.optional.JavaxScriptRunner.executeScript(JavaxScriptRunner.java:86)
	at org.apache.tools.ant.taskdefs.optional.Script.execute(Script.java:54)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:299)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
	at org.apache.tools.ant.Task.perform(Task.java:350)
	at org.apache.tools.ant.Target.execute(Target.java:449)
	at org.apache.tools.ant.Target.performTasks(Target.java:470)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1401)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1374)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1264)
	at org.apache.tools.ant.Main.runBuild(Main.java:818)
	at org.apache.tools.ant.Main.startAnt(Main.java:223)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)

Check warning on line 0 in test.tickets.LDEV4753_mysql

See this annotation in the file changed.

@github-actions github-actions / Lucee Test Results

checking CFUPDATE for LDEV-4753 with empty numeric cols (test.tickets.LDEV4753_mysql) failed

test/reports/junit-test-results-6.2.0.145-SNAPSHOT.xml [took 0s]
Raw output
Expected [1] but received [0]

					[{Raw_Trace={system.assertion_cfc$cf$1_1a7.udfCall1(/testbox/system/Assertion.cfc:17)}, codePrintPlain={15: 	function fail( message = "", detail = "" ){
16: 		arguments.message = ( len( arguments.message ) ? arguments.message : "A test failure occurred" );
17: 		throw( type = "TestBox.AssertionFailed", message = arguments.message, detail = arguments.detail );
18: 	}
19: 
}, column={0}, line={17}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/Assertion.cfc}, id={??}, type={cfml}, codePrintHTML={15: &nbsp;&nbsp;&nbsp;function&nbsp;fail(&nbsp;message&nbsp;=&nbsp;&quot;&quot;,&nbsp;detail&nbsp;=&nbsp;&quot;&quot;&nbsp;){<br>
16: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;arguments.message&nbsp;=&nbsp;(&nbsp;len(&nbsp;arguments.message&nbsp;)&nbsp;?&nbsp;arguments.message&nbsp;:&nbsp;&quot;A&nbsp;test&nbsp;failure&nbsp;occurred&quot;&nbsp;);<br>
<b>17: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;throw(&nbsp;type&nbsp;=&nbsp;&quot;TestBox.AssertionFailed&quot;,&nbsp;message&nbsp;=&nbsp;arguments.message,&nbsp;detail&nbsp;=&nbsp;arguments.detail&nbsp;);</b><br>
18: &nbsp;&nbsp;&nbsp;}<br>
19: <br>
}}, {Raw_Trace={system.assertion_cfc$cf$1_1a7.udfCall1(/testbox/system/Assertion.cfc:70)}, codePrintPlain={68: 		);
69: 		// if we reach here, nothing is equal man!
70: 		fail( arguments.message );
71: 	}
72: 
}, column={0}, line={70}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/Assertion.cfc}, id={??}, type={cfml}, codePrintHTML={68: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br>
69: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;if&nbsp;we&nbsp;reach&nbsp;here,&nbsp;nothing&nbsp;is&nbsp;equal&nbsp;man!<br>
<b>70: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fail(&nbsp;arguments.message&nbsp;);</b><br>
71: &nbsp;&nbsp;&nbsp;}<br>
72: <br>
}}, {Raw_Trace={system.expectation_cfc$cf$1_1a2.udfCall1(/testbox/system/Expectation.cfc:164)}, codePrintPlain={162: 			variables.assert.isNotEqual( argumentCollection = arguments );
163: 		} else {
164: 			variables.assert.isEqual( argumentCollection = arguments );
165: 		}
166: 		return this;
}, column={0}, line={164}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/Expectation.cfc}, id={??}, type={cfml}, codePrintHTML={162: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variables.assert.isNotEqual(&nbsp;argumentCollection&nbsp;=&nbsp;arguments&nbsp;);<br>
163: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;{<br>
<b>164: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variables.assert.isEqual(&nbsp;argumentCollection&nbsp;=&nbsp;arguments&nbsp;);</b><br>
165: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
166: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;this;<br>
}}, {Raw_Trace={tickets.ldev4753_mysql_cfc$cf$1_394.udfCall(/test/tickets/LDEV4753_mysql.cfc:59)}, codePrintPlain={57: 		}
58: 		systemOutput( q, true );
59: 		expect ( q.recordcount ).toBe( 1 );
60: 		loop list="id,myvalue,seqno" item="local.c"{
61: 			expect( q[ c ] ).toBe( form[ c ] );
}, column={0}, line={59}, template={/home/runner/work/Lucee/Lucee/test/tickets/LDEV4753_mysql.cfc}, id={??}, type={cfml}, codePrintHTML={57: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
58: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;systemOutput(&nbsp;q,&nbsp;true&nbsp;);<br>
<b>59: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;expect&nbsp;(&nbsp;q.recordcount&nbsp;).toBe(&nbsp;1&nbsp;);</b><br>
60: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;loop&nbsp;list=&quot;id,myvalue,seqno&quot;&nbsp;item=&quot;local.c&quot;{<br>
61: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;expect(&nbsp;q[&nbsp;c&nbsp;]&nbsp;).toBe(&nbsp;form[&nbsp;c&nbsp;]&nbsp;);<br>
}}, {Raw_Trace={tickets.ldev4753_mysql_cfc$cf$1_394.udfCall(/test/tickets/LDEV4753_mysql.cfc:32)}, codePrintPlain={30: 				param name="form.seqno" default="";
31: 				cfupdate(tableName = "LDEV4753" formFields = "form.id,form.myValue,form.seqno" datasource=variables.datasource);
32: 				checkTable( 1 );
33: 				form.seqno="3";
34: 				form.myValue="";
}, column={0}, line={32}, template={/home/runner/work/Lucee/Lucee/test/tickets/LDEV4753_mysql.cfc}, id={??}, type={cfml}, codePrintHTML={30: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;param&nbsp;name=&quot;form.seqno&quot;&nbsp;default=&quot;&quot;;<br>
31: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cfupdate(tableName&nbsp;=&nbsp;&quot;LDEV4753&quot;&nbsp;formFields&nbsp;=&nbsp;&quot;form.id,form.myValue,form.seqno&quot;&nbsp;datasource=variables.datasource);<br>
<b>32: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;checkTable(&nbsp;1&nbsp;);</b><br>
33: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;form.seqno=&quot;3&quot;;<br>
34: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;form.myValue=&quot;&quot;;<br>
}}, {Raw_Trace={system.basespec_cfc$cf$1_1a1.udfCall7(/testbox/system/BaseSpec.cfc:1438)}, codePrintPlain={1436: 	// Around Stub
1437: 	function aroundStub( spec ){
1438: 		spec.body( spec.data );
1439: 	}
1440: 
}, column={0}, line={1438}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/BaseSpec.cfc}, id={??}, type={cfml}, codePrintHTML={1436: &nbsp;&nbsp;&nbsp;//&nbsp;Around&nbsp;Stub<br>
1437: &nbsp;&nbsp;&nbsp;function&nbsp;aroundStub(&nbsp;spec&nbsp;){<br>
<b>1438: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;spec.body(&nbsp;spec.data&nbsp;);</b><br>
1439: &nbsp;&nbsp;&nbsp;}<br>
1440: <br>
}}, {Raw_Trace={system.basespec_cfc$cf$1_1a1.udfCall5(/testbox/system/BaseSpec.cfc:1090)}, codePrintPlain={1088: 			return function(){
1089: 				// Execute the body of the spec
1090: 				nextClosure.body( spec = thread.spec, suite = thread.suite, data = nextClosure.data );
1091: 			};
1092: 		}
}, column={0}, line={1090}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/BaseSpec.cfc}, id={??}, type={cfml}, codePrintHTML={1088: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;function(){<br>
1089: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;Execute&nbsp;the&nbsp;body&nbsp;of&nbsp;the&nbsp;spec<br>
<b>1090: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nextClosure.body(&nbsp;spec&nbsp;=&nbsp;thread.spec,&nbsp;suite&nbsp;=&nbsp;thread.suite,&nbsp;data&nbsp;=&nbsp;nextClosure.data&nbsp;);</b><br>
1091: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;};<br>
1092: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
}}, {Raw_Trace={system.basespec_cfc$cf$1_1a1.udfCall5(/testbox/system/BaseSpec.cfc:1061)}, codePrintPlain={1059: 		);
1060: 		// Run the specs
1061: 		specStack();
1062: 
1063: 		return this;
}, column={0}, line={1061}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/BaseSpec.cfc}, id={??}, type={cfml}, codePrintHTML={1059: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br>
1060: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;Run&nbsp;the&nbsp;specs<br>
<b>1061: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;specStack();</b><br>
1062: <br>
1063: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;this;<br>
}}, {Raw_Trace={system.basespec_cfc$cf$1_1a1.udfCall4(/testbox/system/BaseSpec.cfc:908)}, codePrintPlain={906: 
907: 				try {
908: 					runAroundEachClosures( arguments.suite, arguments.spec );
909: 				} catch ( any e ) {
910: 					rethrow;
}, column={0}, line={908}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/BaseSpec.cfc}, id={??}, type={cfml}, codePrintHTML={906: <br>
907: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;try&nbsp;{<br>
<b>908: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;runAroundEachClosures(&nbsp;arguments.suite,&nbsp;arguments.spec&nbsp;);</b><br>
909: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;catch&nbsp;(&nbsp;any&nbsp;e&nbsp;)&nbsp;{<br>
910: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rethrow;<br>
}}, {Raw_Trace={system.runners.bddrunner_cfc$cf$1_1aj.udfCall(/testbox/system/runners/BDDRunner.cfc:222)}, codePrintPlain={220: 						suiteStats=thread.suiteStats,
221: 						runner=this
222: 					);
223: 
224: 					// verify call backs
}, column={0}, line={222}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/runners/BDDRunner.cfc}, id={??}, type={cfml}, codePrintHTML={220: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;suiteStats=thread.suiteStats,<br>
221: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;runner=this<br>
<b>222: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);</b><br>
223: <br>
224: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;verify&nbsp;call&nbsp;backs<br>
}}, {Raw_Trace={system.runners.bddrunner_cfc$cf$1_1aj.udfCall(/testbox/system/runners/BDDRunner.cfc:84)}, codePrintPlain={82: 						testResults=arguments.testResults,
83: 						bundleStats=bundleStats,
84: 						callbacks=arguments.callbacks
85: 					);
86: 
}, column={0}, line={84}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/runners/BDDRunner.cfc}, id={??}, type={cfml}, codePrintHTML={82: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;testResults=arguments.testResults,<br>
83: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bundleStats=bundleStats,<br>
<b>84: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;callbacks=arguments.callbacks</b><br>
85: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br>
86: <br>
}}, {Raw_Trace={system.testbox_cfc$cf$1_19d.udfCall2(/testbox/system/TestBox.cfc:474)}, codePrintPlain={472: 				// Run via BDD Style
473: 				new testbox.system.runners.BDDRunner( options=variables.options, testbox=this )
474: 					.run( target, arguments.testResults, arguments.callbacks );
475: 			}
476: 			else{
}, column={0}, line={474}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/TestBox.cfc}, id={??}, type={cfml}, codePrintHTML={472: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;Run&nbsp;via&nbsp;BDD&nbsp;Style<br>
473: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;new&nbsp;testbox.system.runners.BDDRunner(&nbsp;options=variables.options,&nbsp;testbox=this&nbsp;)<br>
<b>474: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.run(&nbsp;target,&nbsp;arguments.testResults,&nbsp;arguments.callbacks&nbsp;);</b><br>
475: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
476: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else{<br>
}}, {Raw_Trace={system.testbox_cfc$cf$1_19d.udfCall1(/testbox/system/TestBox.cfc:252)}, codePrintPlain={250: 				bundlePath  = thisBundlePath,
251: 				testResults = results,
252: 				callbacks   = arguments.callbacks
253: 			);
254: 
}, column={0}, line={252}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/TestBox.cfc}, id={??}, type={cfml}, codePrintHTML={250: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bundlePath&nbsp;&nbsp;=&nbsp;thisBundlePath,<br>
251: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;testResults&nbsp;=&nbsp;results,<br>
<b>252: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;callbacks&nbsp;&nbsp;&nbsp;=&nbsp;arguments.callbacks</b><br>
253: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br>
254: <br>
}}, {Raw_Trace={system.testbox_cfc$cf$1_19d.udfCall1(/testbox/system/TestBox.cfc:161)}, codePrintPlain={159: 		if( !isNull( arguments.reporter ) ){ variables.reporter = arguments.reporter; }
160: 		// run it and get results
161: 		var results = runRaw( argumentCollection=arguments );
162: 		// store latest results
163: 		variables.result = results;
}, column={0}, line={161}, template={/home/runner/work/Lucee/Lucee/temp/testbox/testbox/system/TestBox.cfc}, id={??}, type={cfml}, codePrintHTML={159: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(&nbsp;!isNull(&nbsp;arguments.reporter&nbsp;)&nbsp;){&nbsp;variables.reporter&nbsp;=&nbsp;arguments.reporter;&nbsp;}<br>
160: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;run&nbsp;it&nbsp;and&nbsp;get&nbsp;results<br>
<b>161: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;results&nbsp;=&nbsp;runRaw(&nbsp;argumentCollection=arguments&nbsp;);</b><br>
162: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;store&nbsp;latest&nbsp;results<br>
163: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variables.result&nbsp;=&nbsp;results;<br>
}}, {Raw_Trace={_testrunner_cfc$cf$1_3.udfCall(/test/_testRunner.cfc:283)}, codePrintPlain={281: 	,onSpecEnd 		= function( bundle, testResults, suite, spec ){}*/
282: } // callbacks
283: 			); // report = tb.run
284: 
285: 	 		// get the result
}, column={0}, line={283}, template={/home/runner/work/Lucee/Lucee/test/_testRunner.cfc}, id={??}, type={cfml}, codePrintHTML={281: &nbsp;&nbsp;&nbsp;,onSpecEnd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;function(&nbsp;bundle,&nbsp;testResults,&nbsp;suite,&nbsp;spec&nbsp;){}*/<br>
282: }&nbsp;//&nbsp;callbacks<br>
<b>283: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);&nbsp;//&nbsp;report&nbsp;=&nbsp;tb.run</b><br>
284: <br>
285: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;get&nbsp;the&nbsp;result<br>
}}, {Raw_Trace={run_tests_cfm180$cf$1y2p0ij32e8e7.call(/test/run-tests.cfm:348)}, codePrintPlain={346: 	systemOutput(NL & "-------------- Start Tests -----------", true);
347: 	silent {
348: 		testResults = new test._testRunner().runTests();
349: 	}
350: 
}, column={0}, line={348}, template={/home/runner/work/Lucee/Lucee/test/run-tests.cfm}, id={??}, type={cfml}, codePrintHTML={346: &nbsp;&nbsp;&nbsp;systemOutput(NL&nbsp;&amp;&nbsp;&quot;--------------&nbsp;Start&nbsp;Tests&nbsp;-----------&quot;,&nbsp;true);<br>
347: &nbsp;&nbsp;&nbsp;silent&nbsp;{<br>
<b>348: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;testResults&nbsp;=&nbsp;new&nbsp;test._testRunner().runTests();</b><br>
349: &nbsp;&nbsp;&nbsp;}<br>
350: <br>
}}]