Skip to content

Commit

Permalink
Revert "临时修改i"
Browse files Browse the repository at this point in the history
This reverts commit 6396a2e.
  • Loading branch information
Yihao-Xu committed Nov 21, 2024
1 parent 41dd6ad commit 82bc272
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/DB-CE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
description: "The database to run the test on"
type: string
required: false
default: '["InfluxDB"]'
default: '["IoTDB12", "InfluxDB", "FileSystem", "PostgreSQL", "Redis", "MongoDB", "MySQL"]'

env:
FUNCTEST: NewSessionIT,SQLCompareIT,TagIT,RestIT,TransformIT,UDFIT,RestAnnotationIT,SQLSessionIT,SQLSessionPoolIT,SessionV2IT,SessionIT,SessionPoolIT,CompactionIT,TimePrecisionIT,PySessionIT
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/standalone-test-no-optimizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
description: "The operating system to run the test on"
type: string
required: false
default: '["ubuntu-latest"]'
default: '["ubuntu-latest", "macos-latest", "windows-latest"]'
metadata-matrix:
description: "The metadata to run the test on"
type: string
Expand All @@ -27,7 +27,7 @@ on:
description: "The database to run the test on"
type: string
required: false
default: '["IoTDB12"]'
default: '["IoTDB12", "InfluxDB", "FileSystem", "PostgreSQL", "Redis", "MongoDB", "MySQL"]'

jobs:
Union-DB-Test-Push_Down:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/standalone-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
description: "The operating system to run the test on"
type: string
required: false
default: '["ubuntu-latest"]'
default: '["ubuntu-latest", "macos-latest", "windows-latest"]'
metadata-matrix:
description: "The metadata to run the test on"
type: string
Expand All @@ -27,7 +27,7 @@ on:
description: "The database to run the test on"
type: string
required: false
default: '["IoTDB12"]'
default: '["IoTDB12", "InfluxDB", "FileSystem", "PostgreSQL", "Redis", "MongoDB", "MySQL"]'

jobs:
Union-DB-Test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tpc-h-no-optimizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
description: "The operating system to run the test on"
type: string
required: false
default: '["ubuntu-latest"]'
default: '["ubuntu-latest", "macos-latest", "windows-latest"]'
metadata-matrix:
description: "The metadata to run the test on"
type: string
Expand All @@ -27,7 +27,7 @@ on:
description: "The database to run the test on"
type: string
required: false
default: '["IoTDB12"]'
default: '["IoTDB12", "InfluxDB", "FileSystem", "PostgreSQL", "Redis", "MongoDB", "MySQL"]'

jobs:
TPC-H-Test-Without-Optimizer:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tpc-h.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
description: "The operating system to run the test on"
type: string
required: false
default: '["ubuntu-latest"]'
default: '["ubuntu-latest", "macos-latest", "windows-latest"]'
metadata-matrix:
description: "The metadata to run the test on"
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1394,8 +1394,6 @@ public void testFirstLastQuery() {
System.out.println(executor.execute("SELECT s2 FROM us.d1;"));

statement = "SELECT LAST(s2) FROM us.d1 WHERE key > 0;";
System.out.println(executor.execute("EXPLAIN " + statement));

expected =
"ResultSets:\n"
+ "+-----+--------+-----+\n"
Expand Down

0 comments on commit 82bc272

Please sign in to comment.