G-XD commented on code in PR #2858:
URL:
https://github.com/apache/incubator-opendal/pull/2858#discussion_r1293016999
##########
.github/workflows/service_test_redis.yml:
##########
@@ -142,6 +110,125 @@ jobs:
OPENDAL_REDIS_ROOT: /
OPENDAL_REDIS_DB: 0
+ redis-cluster:
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v3
+ - name: Setup Rust toolchain
+ uses: ./.github/actions/setup
+ with:
+ need-nextest: true
+ - name: Configure Redis Cluster
Review Comment:
> Apologies for bringing up CI-related matters, but would you be interested
in maintaining a docker-compose file similar to the one found at
https://github.com/bitnami/containers/blob/main/bitnami/redis-cluster/docker-compose.yml?
This could make local testing easier for us.
>
> If you're not keen on this aspect of the work, we can proceed with merging
this PR first. I'm willing to help migrate this after.
Sure, but I'm not sure which directory to put the `docker-compose.yml` file
in.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]