corda/testing
williamvigorr3 eb52de1b40
CORDA-3490 Add option to start node without starting checkpointed flows (#6136)
Added command-line option: `--pause-all-flows` to the Node to control this.
This mode causes all checkpoints to be set to status PAUSED when the
state machine starts up (in StartMode.Safe mode). 

Changed the state machine so that PAUSED checkpoints are loaded into
memory (the checkpoint is deserialised but the flow state is left serialised)
but not started.

Messages from peers are queued whilst the flow is paused and processed
once the flow is resumed.
2020-05-19 16:27:41 +01:00
..
cordapps/dbfailure CORDA-3644: Add Corda-Testing tag to test artifacts' MANIFEST.MF. (#6032) 2020-03-05 17:39:55 +00:00
core-test-utils CORDA-3680: Add CorDapp custom serialisers to Driver's in-process nodes. (#6102) 2020-03-27 09:16:31 +00:00
node-driver CORDA-3490 Add option to start node without starting checkpointed flows (#6136) 2020-05-19 16:27:41 +01:00
smoke-test-utils Merge commit '5b50ef49bcca2d1be8bb0604e1be167e3bb5da24' into chrisr3-44-merge 2020-03-06 09:55:00 +00:00
test-cli CORDA-3644: Add Corda-Testing tag to test artifacts' MANIFEST.MF. (#6032) 2020-03-05 17:39:55 +00:00
test-common Merge commit '5b50ef49bcca2d1be8bb0604e1be167e3bb5da24' into chrisr3-44-merge 2020-03-06 09:55:00 +00:00
test-db CORDA-3644: Add Corda-Testing tag to test artifacts' MANIFEST.MF. (#6032) 2020-03-05 17:39:55 +00:00
test-utils [EG-503] Spent state audit tool (#6107) 2020-04-16 16:05:21 +01:00
testserver CORDA-3696: JDK 11 Testing branch (#6131) 2020-04-16 10:20:30 +01:00
Dockerfile Webook test branch (#5528) 2019-10-08 16:33:24 +02:00
DockerfileBase use zulu for jdk in testing image (#5583) 2019-10-14 13:35:22 +01:00
DockerfileJDK11Azul CORDA-3696: JDK 11 Testing branch (#6131) 2020-04-16 10:20:30 +01:00