corda/testing
Andrius Dagys 0978d041a3
CORDA-1494: Re-enable notarisation retries in the new state machine manager (#3295)
* Remove all notion of message level retry.

* Introduce randomness into de-duplication IDs based on the session rather than the flow, in support of idempotent flows.

* CORDA-1494: Re-enable notarisation retries in the new state machine manager.

The original message-based retry approach does not work well with the new
flow state machine due to the way sessions are handled. We decided to move
the retry logic to flow-level: introduce RetryableFlow that won't have
checkpoints persisted and will be restarted after a configurable timeout
if it does not complete in time.

The RetryableFlow functionality will be internal for now, as it's mainly
tailored for the notary client flow, and there are many subtle ways it can
fail when used with arbitrary flows.
2018-06-07 08:45:32 +01:00
..
node-driver CORDA-1494: Re-enable notarisation retries in the new state machine manager (#3295) 2018-06-07 08:45:32 +01:00
smoke-test-utils CORDA-847 - AMQP RPC 2018-05-17 12:53:38 +01:00
test-common Revert back logging of tests (#3305) 2018-06-05 15:58:38 +01:00
test-utils CORDA-1477 add check for code version in checkpoints (#3256) 2018-06-01 13:37:39 +01:00