Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/service_test_redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ on:
- "!core/src/docs/**"
- "!core/src/services/**"
- "core/src/services/redis/**"
- "bindings/java/**"
- ".github/workflows/service_test_redis.yml"
- "fixtures/redis/**"

Expand Down Expand Up @@ -209,7 +210,7 @@ jobs:
- name: Test
shell: bash
working-directory: bindings/java
run: ./mvnw test -Dtest=org.apache.opendal.behavior.RedisTest -Dcargo-build.features=services-redis
run: ./mvnw test -Dtest=org.apache.opendal.test.behavior.RedisTest -Dcargo-build.features=services-redis
env:
OPENDAL_REDIS_TEST: on
OPENDAL_REDIS_ENDPOINT: tcp://127.0.0.1:6379
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/service_test_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ on:
- "!core/src/docs/**"
- "!core/src/services/**"
- "core/src/services/s3/**"
- "bindings/java/**"
- ".github/workflows/service_test_s3.yml"
- "fixtures/s3/**"

Expand Down Expand Up @@ -262,7 +263,7 @@ jobs:
- name: Test
shell: bash
working-directory: bindings/java
run: ./mvnw test -Dtest=org.apache.opendal.behavior.S3Test
run: ./mvnw test -Dtest=org.apache.opendal.test.behavior.S3Test
env:
OPENDAL_S3_TEST: on
OPENDAL_S3_BUCKET: test
Expand Down
2 changes: 1 addition & 1 deletion bindings/java/.mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.2/apache-maven-3.9.2-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.4/apache-maven-3.9.4-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar