Fleid / asa.unittest

Azure Stream Analytics unit testing solution (fixture and script)
MIT License
3 stars 0 forks source link

Reference data sets are not supported without temporal joins #18

Closed Fleid closed 4 years ago

Fleid commented 4 years ago

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.

Fleid commented 4 years ago

Nope, brain fart on my side, I was just missing the input reference file in the test declaration...