File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments