Skip to content

Commit

Permalink
fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Aug 18, 2022
1 parent 0cdb5d7 commit 4e3e25c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
- name: Run tests
run: |
export TIDB_TEST_PORT='4001'
PYTHONPATH=. pytest tests/functional/adapter/utils/test_util.py
PYTHONPATH=. pytest tests/functional/adapter/basic/test_tidb_v5_1_v5_2.py
Expand Down Expand Up @@ -111,6 +112,7 @@ jobs:
- name: Run tests
run: |
export TIDB_TEST_PORT='4002'
PYTHONPATH=. pytest tests/functional/adapter/utils/test_util.py
PYTHONPATH=. pytest tests/functional/adapter/basic/test_tidb_v4_0_v5_0.py
Expand Down
2 changes: 0 additions & 2 deletions tests/functional/adapter/utils/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ class TestConcat(BaseConcat):
pass




class TestDateAdd(BaseDateAdd):
@pytest.fixture(scope="class")
def models(self):
Expand Down

0 comments on commit 4e3e25c

Please sign in to comment.