This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new fe6daf2a2 ci(services/libsql): add rust test threads limit (#3540)
fe6daf2a2 is described below
commit fe6daf2a26310f57e6be5d8b0b2b61579b667a93
Author: G-XD <[email protected]>
AuthorDate: Thu Nov 9 00:13:00 2023 +0800
ci(services/libsql): add rust test threads limit (#3540)
---
.github/services/libsql/libsql-auth/action.yml | 1 +
.github/services/libsql/libsql/action.yml | 1 +
2 files changed, 2 insertions(+)
diff --git a/.github/services/libsql/libsql-auth/action.yml
b/.github/services/libsql/libsql-auth/action.yml
index 3916fb5c2..ac0bb2010 100644
--- a/.github/services/libsql/libsql-auth/action.yml
+++ b/.github/services/libsql/libsql-auth/action.yml
@@ -49,6 +49,7 @@ runs:
shell: bash
run: |
cat << EOF >> $GITHUB_ENV
+ RUST_TEST_THREADS=1
OPENDAL_LIBSQL_CONNECTION_STRING=http://127.0.0.1:8080
OPENDAL_LIBSQL_AUTH_TOKEN=eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJleHAiOjc5ODg0ODM4Mjd9.MatB2aLnPFusagqH2RMoVExP37o2GFLmaJbmd52OdLtAehRNeqeJZPrefP1t2GBFidApUTLlaBRL6poKq_s3CQ
OPENDAL_LIBSQL_TABLE=data
diff --git a/.github/services/libsql/libsql/action.yml
b/.github/services/libsql/libsql/action.yml
index 00c5bae42..5e61a9b94 100644
--- a/.github/services/libsql/libsql/action.yml
+++ b/.github/services/libsql/libsql/action.yml
@@ -48,6 +48,7 @@ runs:
shell: bash
run: |
cat << EOF >> $GITHUB_ENV
+ RUST_TEST_THREADS=1
OPENDAL_LIBSQL_CONNECTION_STRING=http://127.0.0.1:8080
OPENDAL_LIBSQL_TABLE=data
OPENDAL_LIBSQL_KEY_FIELD=key