mirror of
https://github.com/corda/corda.git
synced 2025-03-17 09:35:35 +00:00
* ENT-2261: Skeleton of parameterized test. * ENT-2261: Programmatically compose rules and install them. * ENT-2261: Separate counter decrement from termination. * ENT-2261: Extend coverage to "executePersistCheckpoint". * ENT-2261: Extend coverage to "ClientMessageImpl.acknowledge()" * ENT-2261: Extend coverage to "RPCServer.context()" * ENT-2261: Extend coverage to "ActionExecutorImpl.executeReleaseSoftLocks()" (unfinished) * ENT-2261: Re-structure test data slightly. "executeReleaseSoftLocks" seems to be failing. * ENT-2261: Correct expectations in terms of number of transactions that ought to be produced. Also use "eventually" construct to cater for node restart which may take some time. * ENT-2261: Incorporate feedback from @exFalso and use polling approach. * ENT-2261: Additional debug output. * ENT-2261: Further expand coverage to RPCServer.context() Also tighten-up assertion checks. * ENT-2261: Further expand coverage to ActionExecutorImpl.executeCreateTransaction() * ENT-2261: Further expand coverage to ActionExecutorImpl.executeRemoveCheckpoint() * ENT-2261: Further expand coverage to ActionExecutorImpl.executePersistDeduplicationIds() and ActionExecutorImpl.executeCommitTransaction() * ENT-2261: Revert non-material change.