chore: revert comet test skips (#15810)

This commit is contained in:
Marko 2023-04-12 12:22:44 +02:00 committed by GitHub
parent 67fb4ffd71
commit 2b3fee5a29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,6 @@ package rpc_test
import (
"context"
"fmt"
"github.com/cosmos/cosmos-sdk/types/address"
"strconv"
"testing"
@ -16,6 +15,7 @@ import (
clitestutil "github.com/cosmos/cosmos-sdk/testutil/cli"
"github.com/cosmos/cosmos-sdk/testutil/network"
"github.com/cosmos/cosmos-sdk/testutil/testdata"
"github.com/cosmos/cosmos-sdk/types/address"
grpctypes "github.com/cosmos/cosmos-sdk/types/grpc"
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
)
@ -27,7 +27,6 @@ type IntegrationTestSuite struct {
}
func (s *IntegrationTestSuite) SetupSuite() {
s.T().Skip("disable till comet fixes data races")
s.T().Log("setting up integration test suite")
cfg, err := network.DefaultConfigWithAppConfig(network.MinimumAppConfig())
@ -46,7 +45,6 @@ func (s *IntegrationTestSuite) TearDownSuite() {
}
func (s *IntegrationTestSuite) TestStatusCommand() {
s.T().Skip("data race in comet is causing this to fail")
val0 := s.network.Validators[0]
cmd := rpc.StatusCommand()
@ -74,7 +72,6 @@ func (s *IntegrationTestSuite) TestCLIQueryConn() {
}
func (s *IntegrationTestSuite) TestQueryABCIHeight() {
s.T().Skip("data race in comet is causing this to fail")
testCases := []struct {
name string
reqHeight int64