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
fix(odap-plugin): fixeshyperledger-cacti#2198 - two gateways are using the same database
* getLogsMoreRecentThanTimestamp() was returning more logs than supposed because
* both gateways were using the same database, instead of each having its own
Signed-off-by: André Augusto <[email protected]>
Copy file name to clipboardExpand all lines: packages/cactus-plugin-odap-hermes/src/test/typescript/integration/backup-gateway-after-client-crash.test.ts
Copy file name to clipboardExpand all lines: packages/cactus-plugin-odap-hermes/src/test/typescript/integration/client-crash-after-delete-asset.test.ts
Copy file name to clipboardExpand all lines: packages/cactus-plugin-odap-hermes/src/test/typescript/integration/client-crash-after-transfer-initiation.test.ts
+4
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@ import { FabricOdapGateway } from "../../../main/typescript/gateway/fabric-odap-
Copy file name to clipboardExpand all lines: packages/cactus-plugin-odap-hermes/src/test/typescript/integration/server-crash-after-create-asset.test.ts
Copy file name to clipboardExpand all lines: packages/cactus-plugin-odap-hermes/src/test/typescript/integration/server-crash-after-transfer-initiation.test.ts
0 commit comments