When running a xUnit testcase with component asyncAll=true {}, all of the threads fail (in thread.log) with:
key [CALLBACKS] doesn't exist;key [CALLBACKS] doesn't exist at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:66):66 at lucee.runtime.type.StructImpl.get(StructImpl.java:120):120 at lucee.runtime.type.scope.ArgumentThreadImpl.get(ArgumentThreadImpl.java:144):144 at lucee.runtime.type.scope.ArgumentThreadImpl.get(ArgumentThreadImpl.java:451):451 at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:255):255 at lucee.runtime.PageContextImpl.get(PageContextImpl.java:1436):1436 at system.runners.unitrunner_cfc$cf.threadCall(/testbox/system/runners/UnitRunner.cfc:183
The issue appears to be that UnitRunner does not have the callbacks attribute defined for the thread:
I was able to fix this by adding the callbacks attribute:
Gliffy Diagrams
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
When running a xUnit testcase with component asyncAll=true {}, all of the threads fail (in thread.log) with:
key [CALLBACKS] doesn't exist;key [CALLBACKS] doesn't exist
at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:66):66
at lucee.runtime.type.StructImpl.get(StructImpl.java:120):120
at lucee.runtime.type.scope.ArgumentThreadImpl.get(ArgumentThreadImpl.java:144):144
at lucee.runtime.type.scope.ArgumentThreadImpl.get(ArgumentThreadImpl.java:451):451
at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:255):255
at lucee.runtime.PageContextImpl.get(PageContextImpl.java:1436):1436
at system.runners.unitrunner_cfc$cf.threadCall(/testbox/system/runners/UnitRunner.cfc:183
The issue appears to be that UnitRunner does not have the callbacks attribute defined for the thread:
I was able to fix this by adding the callbacks attribute: