Skip to content

Commit beba018

Browse files
committed
Enable HTTP tests
1 parent 5a0f59c commit beba018

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/coverage.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@ jobs:
4242
pip install 'sqlalchemy~=2.0.0'
4343
pip install .
4444
45-
# - name: Run HTTP protocol tests
46-
# run: |
47-
# pytest -s -vv --cov=sqlalchemy_singlestoredb --pyargs sqlalchemy_singlestoredb.tests.test_basics
48-
# env:
49-
# COVERAGE_FILE: "coverage-http.cov"
50-
# SINGLESTOREDB_URL: "http://root:[email protected]:9080"
51-
# SINGLESTOREDB_MANAGEMENT_TOKEN: ${{ secrets.CLUSTER_API_KEY }}
52-
# # Can not change databases using HTTP API. The URL below will be
53-
# # used to create the database and the generated database name will
54-
# # be applied to the above URL.
55-
# # SINGLESTOREDB_INIT_DB_URL: "root:[email protected]:3307"
56-
# SINGLESTOREDB_DEBUG_QUERIES: "1"
45+
- name: Run HTTP protocol tests
46+
run: |
47+
pytest -s -vv --cov=sqlalchemy_singlestoredb --pyargs sqlalchemy_singlestoredb.tests.test_basics
48+
env:
49+
COVERAGE_FILE: "coverage-http.cov"
50+
SINGLESTOREDB_URL: "http://root:[email protected]:9080"
51+
SINGLESTOREDB_MANAGEMENT_TOKEN: ${{ secrets.CLUSTER_API_KEY }}
52+
# Can not change databases using HTTP API. The URL below will be
53+
# used to create the database and the generated database name will
54+
# be applied to the above URL.
55+
# SINGLESTOREDB_INIT_DB_URL: "root:[email protected]:3307"
56+
SINGLESTOREDB_DEBUG_QUERIES: "1"
5757

5858
- name: Run MySQL protocol tests
5959
run: |

0 commit comments

Comments
 (0)