IBMStreams / streamsx.eventstore

Toolkit for IBM Db2 Event Store integration.
https://ibmstreams.github.io/streamsx.eventstore/
Apache License 2.0
2 stars 3 forks source link

Final punct closes the output port before remaining tuples could be sent #24

Closed markheger closed 5 years ago

markheger commented 5 years ago

If batch is active and final punt is received, then the flushTuples() methods returns to early. The active batch is not considered. Hence the test case test_insert_sample_batch_complete fails since the number of expected tuples on output port is not reached.