Skip to content

Commit

Permalink
Debug why RPC keeps unhealthy in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Jun 13, 2024
1 parent 670d3d8 commit d922aff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/internal/test/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func (i *Test) waitForRPC() {
break
}
}
i.t.Log("RPC still unhealthy")
i.t.Log("RPC still unhealthy", err, result.Status)
time.Sleep(time.Second)
}
if !success {
Expand Down
1 change: 1 addition & 0 deletions cmd/soroban-rpc/internal/test/migrate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import (
// We cannot test prior protocol versions since the Transaction XDR used for the test could be incompatible
// TODO: find a way to test migrations between protocols
func TestMigrate(t *testing.T) {
t.Skip("see if it works when we skip this test")
if GetCoreMaxSupportedProtocol() != MaxSupportedProtocolVersion {
t.Skip("Only test this for the latest protocol: ", MaxSupportedProtocolVersion)
}
Expand Down

0 comments on commit d922aff

Please sign in to comment.