reaktivity / k3po-nukleus-ext.java

K3PO Nukleus Extension
Apache License 2.0
0 stars 9 forks source link

nukleus:window option should not be required for simplex connect #23

Open cmebarrow opened 7 years ago

cmebarrow commented 7 years ago

To reproduce: alter script simplex/server.sent.throttle/client.rpt to remove the nukleus: window option and run test SimplexIT.shouldThrottleClientSentData. Fails with the following exception:

org.kaazing.k3po.junit.rules.SpecificationException: Internal error:nukleus window option missing
    at org.kaazing.k3po.junit.rules.ScriptRunner.call(ScriptRunner.java:135)
    at org.kaazing.k3po.junit.rules.ScriptRunner.call(ScriptRunner.java:42)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.lang.Thread.run(Thread.java:745)