portals-project / portals

Portals is a framework for stateful serverless apps, unifying dataflow streaming with actors
https://www.portals-project.org/
Apache License 2.0
19 stars 2 forks source link

Check for non-empty outputs on non-determinstic portalsjs tests #200

Open jspenger opened 1 year ago

jspenger commented 1 year ago

Currently the tests for PortalsJS ignore the outputs if the programs are non-deterministic. Instead, we should at least check that the output that is generated is not empty, or something similar.