If a query include a non-temporal join to a reference data set (which is the expected usage), the test will fail with random errors (Could not find file ...myoutput.json).
This is a limitation of sa.exe, the executable that currently runs the stream analytics engine for each test.
I should either update the module to invoke the new npm package instead, or deprecate asa.unittest entirely since the new package supports unit testing via the test command.
If a query include a non-temporal join to a reference data set (which is the expected usage), the test will fail with random errors (
Could not find file ...myoutput.json
).This is a limitation of
sa.exe
, the executable that currently runs the stream analytics engine for each test.I should either update the module to invoke the new npm package instead, or deprecate
asa.unittest
entirely since the new package supports unit testing via thetest
command.