From 13436eb69d25f2d7b70f662101e07e9816a9b9e9 Mon Sep 17 00:00:00 2001 From: Michael Kernaghan Date: Fri, 11 Oct 2024 10:24:45 -0700 Subject: [PATCH 1/3] comment out test for diagnosis --- integration_test/vault_aws_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integration_test/vault_aws_test.go b/integration_test/vault_aws_test.go index 62bda70c..9a69b866 100644 --- a/integration_test/vault_aws_test.go +++ b/integration_test/vault_aws_test.go @@ -62,9 +62,9 @@ func TestAWSVault(t *testing.T) { //assert.NoError(t, err) //require.Contains(t, string(out), "Operation successfully injected in the node") - out, err = OctezClient("transfer", "1", "from", tz3alias, "to", "alice", "--burn-cap", "0.06425") - assert.NoError(t, err) - require.Contains(t, string(out), "Operation successfully injected in the node") + // out, err = OctezClient("transfer", "1", "from", tz3alias, "to", "alice", "--burn-cap", "0.06425") + // assert.NoError(t, err) + // require.Contains(t, string(out), "Operation successfully injected in the node") require.Equal(t, tz3pk, GetPublicKey(tz3)) } From b4ef0b0aefc6cebe253e88661636f761d1f722cd Mon Sep 17 00:00:00 2001 From: Michael Kernaghan Date: Fri, 11 Oct 2024 10:56:22 -0700 Subject: [PATCH 2/3] remove version from docker-compose.yml --- integration_test/docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/integration_test/docker-compose.yml b/integration_test/docker-compose.yml index 31ef2f96..e630a6cd 100644 --- a/integration_test/docker-compose.yml +++ b/integration_test/docker-compose.yml @@ -1,4 +1,3 @@ -version: "3.9" networks: ecadnet: {} From 20273704522546f2efff390cae46a6af28c176ca Mon Sep 17 00:00:00 2001 From: Michael Kernaghan Date: Fri, 11 Oct 2024 13:08:12 -0700 Subject: [PATCH 3/3] comment out signatory restart --- integration_test/vault_az_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_test/vault_az_test.go b/integration_test/vault_az_test.go index a0b944db..496f2081 100644 --- a/integration_test/vault_az_test.go +++ b/integration_test/vault_az_test.go @@ -40,7 +40,7 @@ func TestAZVault(t *testing.T) { c.Tezos[tz3] = &p backup_then_update_config(c) defer restore_config() - restart_signatory() + //restart_signatory() //setup out, err := OctezClient("import", "secret", "key", tz2alias, "http://signatory:6732/"+tz2)