LDEV-4096 update to testbox 5.3.0 #1316
GitHub Actions / Lucee Test Results
failed
Oct 18, 2024 in 0s
2 fail, 224 skipped, 3 657 pass in 2m 56s
1 files 1 475 suites 2m 56s ⏱️
3 883 tests 3 657 ✅ 224 💤 2 ❌
4 017 runs 3 756 ✅ 259 💤 2 ❌
Results for commit 81cce17.
Annotations
Check warning on line 0 in test.datasource.MongoDB
github-actions / Lucee Test Results
testMongoDBID (test.datasource.MongoDB) failed
test/reports/junit-test-results-6.2.0.111-SNAPSHOT.xml [took 0s]
Raw output
Actual data [org.lucee.mongodb.ObjectIdImpl] is not of this type: [Date]
[{Raw_Trace={system.assertion_cfc$cf$1ab.udfCall1(/testbox/system/Assertion.cfc:20)}, codePrintPlain={18: type = "TestBox.AssertionFailed",
19: message = arguments.message,
20: detail = arguments.detail
21: );
22: }
}, column={0}, line={20}, template={/home/runner/work/Lucee/Lucee/temp/testbox/system/Assertion.cfc}, id={??}, type={cfml}, codePrintHTML={18: type = "TestBox.AssertionFailed",<br>
19: message = arguments.message,<br>
<b>20: detail = arguments.detail</b><br>
21: );<br>
22: }<br>
}}, {Raw_Trace={system.assertion_cfc$cf$1ab.udfCall2(/testbox/system/Assertion.cfc:252)}, codePrintPlain={250: return this;
251: }
252: fail( arguments.message );
253: }
254:
}, column={0}, line={252}, template={/home/runner/work/Lucee/Lucee/temp/testbox/system/Assertion.cfc}, id={??}, type={cfml}, codePrintHTML={250: return this;<br>
251: }<br>
<b>252: fail( arguments.message );</b><br>
253: }<br>
254: <br>
}}, {Raw_Trace={system.expectation_cfc$cf$19w.udfCall2(/testbox/system/Expectation.cfc:358)}, codePrintPlain={356: variables.assert.notTypeOf( argumentCollection = arguments );
357: } else {
358: variables.assert.typeOf( argumentCollection = arguments );
359: }
360: return this;
}, column={0}, line={358}, template={/home/runner/work/Lucee/Lucee/temp/testbox/system/Expectation.cfc}, id={??}, type={cfml}, codePrintHTML={356: variables.assert.notTypeOf( argumentCollection = arguments );<br>
357: } else {<br>
<b>358: variables.assert.typeOf( argumentCollection = arguments );</b><br>
359: }<br>
360: return this;<br>
}}, {Raw_Trace={system.expectation_cfc$cf$19w.udfCall1(/testbox/system/Expectation.cfc:110)}, codePrintPlain={108: );
109: // execute the method
110: return toBeTypeOf( type = type, message = message );
111: }
112:
}, column={0}, line={110}, template={/home/runner/work/Lucee/Lucee/temp/testbox/system/Expectation.cfc}, id={??}, type={cfml}, codePrintHTML={108: );<br>
109: // execute the method<br>
<b>110: return toBeTypeOf( type = type, message = message );</b><br>
111: }<br>
112: <br>
}}, {Raw_Trace={datasource.mongodb_cfc$cf$1ak.udfCall1(/test/datasource/MongoDB.cfc:124)}, codePrintPlain={122: systemOutput( id.toString(), true );
123: systemOutput( serializeJson(id), true );
124: expect( id ).toBeDate();
125: $assert.key(id,"date");
126: $assert.key(id,"timestamp");
}, column={0}, line={124}, template={/home/runner/work/Lucee/Lucee/test/datasource/MongoDB.cfc}, id={??}, type={cfml}, codePrintHTML={122: systemOutput( id.toString(), true );<br>
123: systemOutput( serializeJson(id), true );<br>
<b>124: expect( id ).toBeDate();</b><br>
125: $assert.key(id,"date");<br>
126: $assert.key(id,"timestamp");<br>
}}, {Raw_Trace={system.basespec_cfc$cf$19u.udfCall6(/testbox/system/BaseSpec.cfc:1301)}, codePrintPlain={1299: // Execute Spec
1300: try {
1301: invoke( this, arguments.spec.name );
1302:
1303: // Where we expecting an exception and it did not throw?
}, column={0}, line={1301}, template={/home/runner/work/Lucee/Lucee/temp/testbox/system/BaseSpec.cfc}, id={??}, type={cfml}, codePrintHTML={1299: // Execute Spec<br>
1300: try {<br>
<b>1301: invoke( this, arguments.spec.name );</b><br>
1302: <br>
1303: // Where we expecting an exception and it did not throw?<br>
}}, {Raw_Trace={system.runners.unitrunner_cfc$cf$1ac.udfCall(/testbox/system/runners/UnitRunner.cfc:310)}, codePrintPlain={308: suiteStats = thread.suiteStats,
309: runner = this
310: );
311:
312: // verify call backs
}, column={0}, line={310}, template={/home/runner/work/Lucee/Lucee/temp/testbox/system/runners/UnitRunner.cfc}, id={??}, type={cfml}, codePrintHTML={308: suiteStats = thread.suiteStats,<br>
309: runner = this<br>
<b>310: );</b><br>
311: <br>
312: // verify call backs<br>
}}, {Raw_Trace={system.runners.unitrunner_cfc$cf$1ac.udfCall(/testbox/system/runners/UnitRunner.cfc:111)}, codePrintPlain={109: testResults = arguments.testResults,
110: bundleStats = bundleStats,
111: callbacks = arguments.callbacks
112: );
113:
}, column={0}, line={111}, template={/home/runner/work/Lucee/Lucee/temp/testbox/system/runners/UnitRunner.cfc}, id={??}, type={cfml}, codePrintHTML={109: testResults = arguments.testResults,<br>
110: bundleStats = bundleStats,<br>
<b>111: callbacks = arguments.callbacks</b><br>
112: );<br>
113: <br>
}}, {Raw_Trace={system.testbox_cfc$cf$198.udfCall3(/testbox/system/TestBox.cfc:738)}, codePrintPlain={736: target,
737: arguments.testResults,
738: arguments.callbacks
739: );
740: }
}, column={0}, line={738}, template={/home/runner/work/Lucee/Lucee/temp/testbox/system/TestBox.cfc}, id={??}, type={cfml}, codePrintHTML={736: target,<br>
737: arguments.testResults,<br>
<b>738: arguments.callbacks</b><br>
739: );<br>
740: }<br>
}}, {Raw_Trace={system.testbox_cfc$cf$198.udfCall2(/testbox/system/TestBox.cfc:446)}, codePrintPlain={444: bundlePath = thisBundlePath,
445: testResults = results,
446: callbacks = arguments.callbacks
447: );
448:
}, column={0}, line={446}, template={/home/runner/work/Lucee/Lucee/temp/testbox/system/TestBox.cfc}, id={??}, type={cfml}, codePrintHTML={444: bundlePath = thisBundlePath,<br>
445: testResults = results,<br>
<b>446: callbacks = arguments.callbacks</b><br>
447: );<br>
448: <br>
}}, {Raw_Trace={system.testbox_cfc$cf$198.udfCall2(/testbox/system/TestBox.cfc:335)}, codePrintPlain={333: }
334: // run it and get results
335: var results = runRaw( argumentCollection = arguments );
336: // store latest results
337: variables.result = results;
}, column={0}, line={335}, template={/home/runner/work/Lucee/Lucee/temp/testbox/system/TestBox.cfc}, id={??}, type={cfml}, codePrintHTML={333: }<br>
334: // run it and get results<br>
<b>335: var results = runRaw( argumentCollection = arguments );</b><br>
336: // store latest results<br>
337: variables.result = results;<br>
}}, {Raw_Trace={_testrunner_cfc$cf$5.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: ,onSpecEnd = function( bundle, testResults, suite, spec ){}*/<br>
282: } // callbacks<br>
<b>283: ); // report = tb.run</b><br>
284: <br>
285: // get the result<br>
}}, {Raw_Trace={run_tests_cfm180$cf$1.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: systemOutput(NL & "-------------- Start Tests -----------", true);<br>
347: silent {<br>
<b>348: testResults = new test._testRunner().runTests();</b><br>
349: }<br>
350: <br>
}}]
Check warning on line 0 in test.tags.Query
github-actions / Lucee Test Results
testAsynUDF (test.tags.Query) failed
test/reports/junit-test-results-6.2.0.111-SNAPSHOT.xml [took 0s]
Raw output
Expected [false] to be true
[{Raw_Trace={system.assertion_cfc$cf$1ab.udfCall1(/testbox/system/Assertion.cfc:20)}, codePrintPlain={18: type = "TestBox.AssertionFailed",
19: message = arguments.message,
20: detail = arguments.detail
21: );
22: }
}, column={0}, line={20}, template={/home/runner/work/Lucee/Lucee/temp/testbox/system/Assertion.cfc}, id={??}, type={cfml}, codePrintHTML={18: type = "TestBox.AssertionFailed",<br>
19: message = arguments.message,<br>
<b>20: detail = arguments.detail</b><br>
21: );<br>
22: }<br>
}}, {Raw_Trace={system.assertion_cfc$cf$1ab.udfCall1(/testbox/system/Assertion.cfc:60)}, codePrintPlain={58: );
59: if ( NOT arguments.actual ) {
60: fail( arguments.message );
61: }
62: return this;
}, column={0}, line={60}, template={/home/runner/work/Lucee/Lucee/temp/testbox/system/Assertion.cfc}, id={??}, type={cfml}, codePrintHTML={58: );<br>
59: if ( NOT arguments.actual ) {<br>
<b>60: fail( arguments.message );</b><br>
61: }<br>
62: return this;<br>
}}, {Raw_Trace={system.expectation_cfc$cf$19w.udfCall1(/testbox/system/Expectation.cfc:140)}, codePrintPlain={138: variables.assert.isFalse( argumentCollection = arguments );
139: } else {
140: variables.assert.isTrue( argumentCollection = arguments );
141: }
142:
}, column={0}, line={140}, template={/home/runner/work/Lucee/Lucee/temp/testbox/system/Expectation.cfc}, id={??}, type={cfml}, codePrintHTML={138: variables.assert.isFalse( argumentCollection = arguments );<br>
139: } else {<br>
<b>140: variables.assert.isTrue( argumentCollection = arguments );</b><br>
141: }<br>
142: <br>
}}, {Raw_Trace={tags.query_cfc$cf$2b7.udfCall2(/test/tags/Query.cfc:237)}, codePrintPlain={235: application.query_testAsynUDF=false;
236: testAsyn(udf,tbl,0);
237: expect(application.query_testAsynUDF).toBeTrue();
238: }
239:
}, column={0}, line={237}, template={/home/runner/work/Lucee/Lucee/test/tags/Query.cfc}, id={??}, type={cfml}, codePrintHTML={235: application.query_testAsynUDF=false;<br>
236: testAsyn(udf,tbl,0);<br>
<b>237: expect(application.query_testAsynUDF).toBeTrue();</b><br>
238: }<br>
239: <br>
}}, {Raw_Trace={system.basespec_cfc$cf$19u.udfCall6(/testbox/system/BaseSpec.cfc:1301)}, codePrintPlain={1299: // Execute Spec
1300: try {
1301: invoke( this, arguments.spec.name );
1302:
1303: // Where we expecting an exception and it did not throw?
}, column={0}, line={1301}, template={/home/runner/work/Lucee/Lucee/temp/testbox/system/BaseSpec.cfc}, id={??}, type={cfml}, codePrintHTML={1299: // Execute Spec<br>
1300: try {<br>
<b>1301: invoke( this, arguments.spec.name );</b><br>
1302: <br>
1303: // Where we expecting an exception and it did not throw?<br>
}}, {Raw_Trace={system.runners.unitrunner_cfc$cf$1ac.udfCall(/testbox/system/runners/UnitRunner.cfc:310)}, codePrintPlain={308: suiteStats = thread.suiteStats,
309: runner = this
310: );
311:
312: // verify call backs
}, column={0}, line={310}, template={/home/runner/work/Lucee/Lucee/temp/testbox/system/runners/UnitRunner.cfc}, id={??}, type={cfml}, codePrintHTML={308: suiteStats = thread.suiteStats,<br>
309: runner = this<br>
<b>310: );</b><br>
311: <br>
312: // verify call backs<br>
}}, {Raw_Trace={system.runners.unitrunner_cfc$cf$1ac.udfCall(/testbox/system/runners/UnitRunner.cfc:111)}, codePrintPlain={109: testResults = arguments.testResults,
110: bundleStats = bundleStats,
111: callbacks = arguments.callbacks
112: );
113:
}, column={0}, line={111}, template={/home/runner/work/Lucee/Lucee/temp/testbox/system/runners/UnitRunner.cfc}, id={??}, type={cfml}, codePrintHTML={109: testResults = arguments.testResults,<br>
110: bundleStats = bundleStats,<br>
<b>111: callbacks = arguments.callbacks</b><br>
112: );<br>
113: <br>
}}, {Raw_Trace={system.testbox_cfc$cf$198.udfCall3(/testbox/system/TestBox.cfc:738)}, codePrintPlain={736: target,
737: arguments.testResults,
738: arguments.callbacks
739: );
740: }
}, column={0}, line={738}, template={/home/runner/work/Lucee/Lucee/temp/testbox/system/TestBox.cfc}, id={??}, type={cfml}, codePrintHTML={736: target,<br>
737: arguments.testResults,<br>
<b>738: arguments.callbacks</b><br>
739: );<br>
740: }<br>
}}, {Raw_Trace={system.testbox_cfc$cf$198.udfCall2(/testbox/system/TestBox.cfc:446)}, codePrintPlain={444: bundlePath = thisBundlePath,
445: testResults = results,
446: callbacks = arguments.callbacks
447: );
448:
}, column={0}, line={446}, template={/home/runner/work/Lucee/Lucee/temp/testbox/system/TestBox.cfc}, id={??}, type={cfml}, codePrintHTML={444: bundlePath = thisBundlePath,<br>
445: testResults = results,<br>
<b>446: callbacks = arguments.callbacks</b><br>
447: );<br>
448: <br>
}}, {Raw_Trace={system.testbox_cfc$cf$198.udfCall2(/testbox/system/TestBox.cfc:335)}, codePrintPlain={333: }
334: // run it and get results
335: var results = runRaw( argumentCollection = arguments );
336: // store latest results
337: variables.result = results;
}, column={0}, line={335}, template={/home/runner/work/Lucee/Lucee/temp/testbox/system/TestBox.cfc}, id={??}, type={cfml}, codePrintHTML={333: }<br>
334: // run it and get results<br>
<b>335: var results = runRaw( argumentCollection = arguments );</b><br>
336: // store latest results<br>
337: variables.result = results;<br>
}}, {Raw_Trace={_testrunner_cfc$cf$5.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: ,onSpecEnd = function( bundle, testResults, suite, spec ){}*/<br>
282: } // callbacks<br>
<b>283: ); // report = tb.run</b><br>
284: <br>
285: // get the result<br>
}}, {Raw_Trace={run_tests_cfm180$cf$1.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: systemOutput(NL & "-------------- Start Tests -----------", true);<br>
347: silent {<br>
<b>348: testResults = new test._testRunner().runTests();</b><br>
349: }<br>
350: <br>
}}]
Loading