Skip to content

Commit

Permalink
more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Jan 6, 2024
1 parent 544f59c commit 12cbe0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flow/e2e/snowflake/peer_flow_sf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func (s PeerFlowE2ETestSuiteSF) Test_Complete_Simple_Flow_SF() {
require.NoError(s.t, err)

connectionGen := e2e.FlowConnectionGenerationConfig{
FlowJobName: s.attachSuffix(srcTableName),
FlowJobName: s.attachSuffix(tableName),
TableNameMapping: map[string]string{srcTableName: dstTableName},
PostgresPort: e2e.PostgresPort,
Destination: s.sfHelper.Peer,
Expand Down Expand Up @@ -1199,7 +1199,7 @@ func (s PeerFlowE2ETestSuiteSF) Test_Column_Exclusion() {
require.NoError(s.t, err)

connectionGen := e2e.FlowConnectionGenerationConfig{
FlowJobName: s.attachSuffix("test_exclude_flow"),
FlowJobName: s.attachSuffix(tableName),
}

config := &protos.FlowConnectionConfigs{
Expand Down Expand Up @@ -1444,7 +1444,7 @@ func (s PeerFlowE2ETestSuiteSF) Test_Soft_Delete_UD_Same_Batch() {
require.NoError(s.t, err)

connectionGen := e2e.FlowConnectionGenerationConfig{
FlowJobName: s.attachSuffix("test_softdel_ud"),
FlowJobName: s.attachSuffix(dstName),
}

config := &protos.FlowConnectionConfigs{
Expand Down Expand Up @@ -1572,7 +1572,7 @@ func (s PeerFlowE2ETestSuiteSF) Test_Soft_Delete_Insert_After_Delete() {
s,
"normalize delete",
tableName,
dstTableName+" WHERE NOT _PEERDB_IS_DELETED",
tableName+" WHERE NOT _PEERDB_IS_DELETED",
"id,c1,c2,t",
)

Expand Down

0 comments on commit 12cbe0a

Please sign in to comment.