forked from hyperledger-cacti/cacti
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(tools): fix Corda AIO flowdb image: JVM upgrade, flow permissions
1. Also removed the party B, C and notary because none of these are present in the ledger definition that we get handed down from the official kotlin samples Corda GitHub repository. 2. The above change also saves on resources to have only party A which makes this image boot very fast compared to the other Corda AIO images. 3. Also refactored the corda sample app enum so that the file-system paths declared in it are matching reality instead of pointing to non-existent directories. Signed-off-by: Peter Somogyvari <[email protected]>
- Loading branch information
Showing
11 changed files
with
79 additions
and
247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
tools/docker/corda-all-in-one/corda-v4_8-flowdb/run-notary-node.sh
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
tools/docker/corda-all-in-one/corda-v4_8-flowdb/run-party-b-node.sh
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
tools/docker/corda-all-in-one/corda-v4_8-flowdb/run-party-b-server.sh
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
tools/docker/corda-all-in-one/corda-v4_8-flowdb/run-party-c-node.sh
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
tools/docker/corda-all-in-one/corda-v4_8-flowdb/run-party-c-server.sh
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
de05302
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
0.25
.cmd-api-server_HTTP_GET_getOpenApiSpecV1
548
ops/sec (±1.79%
)584
ops/sec (±1.66%
)1.07
cmd-api-server_gRPC_GetOpenApiSpecV1
355
ops/sec (±1.38%
)360
ops/sec (±1.52%
)1.01
This comment was automatically generated by workflow using github-action-benchmark.
CC: @petermetz