ahh, i've found an interesting problem! Trying to ...
# lucee
z
ahh, i've found an interesting problem! Trying to update Lucee 6 to use Testbox 4.6.0 https://luceeserver.atlassian.net/browse/LDEV-4096 two tests are failing with 4.6.0 which work with 2.2.0? somehow the cfthread result variable doesn't get populated with 4.6.0, super strange https://github.com/lucee/Lucee/pull/1711/files https://github.com/lucee/Lucee/runs/7466572925?check_suite_focus=true#step:19:451
ping @lmajano
https://github.com/lucee/Lucee/blob/6.0/test/tickets/LDEV3590.cfc#L42 doing a
systemOutput( "thread key list: " & structKeyList(thread), true );
with 2.2.0 [java] [script] thread key list: ELAPSEDTIME,NAME,OUTPUT,PRIORITY,STARTTIME,STATUS,STACKTRACE,childThreads,RESULT with 4.6.0 [java] [script] thread key list: CLOSURES,SPEC,RESULT,SUITE
Testbox, it will even find bugs in your cfml engine(tm) 😎
l
lol
sorry, I dissapeared, I was travelling
did you figure out th eissue?