You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a test case that aborts part way into writing events from a file. Currently, the test enabled with duringTxnFlag aborts after all events have been written but before commit:
This is a good test. However, another interesting test would be aborting after just a few of the events in a transaction have been written. Specifically, I mean aborting part way in the loop that begins here:
Add a test case that aborts part way into writing events from a file. Currently, the test enabled with
duringTxnFlag
aborts after all events have been written but before commit:https://github.com/fpj/eo-ingestion/blob/master/src/test/java/io/pravega/eoi/PravegaSynchronizedWriterTest.java#L79
This is a good test. However, another interesting test would be aborting after just a few of the events in a transaction have been written. Specifically, I mean aborting part way in the loop that begins here:
https://github.com/fpj/eo-ingestion/blob/master/src/main/java/io/pravega/eoi/PravegaSynchronizedWriter.java#L232
The text was updated successfully, but these errors were encountered: