Skip to content

Commit

Permalink
update ut test case
Browse files Browse the repository at this point in the history
  • Loading branch information
qingxinhome committed Dec 6, 2024
1 parent a0ed8e6 commit d88d3fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 3 additions & 5 deletions pkg/sql/models/phy_plan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,9 @@ func TestPhyPlanJSON(t *testing.T) {
//------------------------------------------------------------------------------------------------------------------

phyPlan := &PhyPlan{
Version: "1.0.0",
LocalScope: []PhyScope{phyScope1},
RemoteScope: []PhyScope{phyScope1},
S3IOInputCount: 5,
S3IOOutputCount: 0,
Version: "1.0.0",
LocalScope: []PhyScope{phyScope1},
RemoteScope: []PhyScope{phyScope1},
}

// Convert to JSON
Expand Down
2 changes: 0 additions & 2 deletions pkg/sql/models/show_phyplan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ func TestExplainPhyPlan(t *testing.T) {
phyPlan := NewPhyPlan()
phyPlan.LocalScope = []PhyScope{phyScope1}
phyPlan.RemoteScope = []PhyScope{phyScope1}
phyPlan.S3IOInputCount = 5
phyPlan.S3IOOutputCount = 0

statsInfo := new(statistic.StatsInfo)
statsInfo.ParseStage.ParseDuration = 72872
Expand Down

0 comments on commit d88d3fe

Please sign in to comment.