Skip to content

Commit

Permalink
Simplify the writing of resource-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
linghengqian committed Dec 12, 2023
1 parent c734927 commit c160873
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1,323 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ ShardingSphere 定义了 `nativeTestInShardingSphere` 的 Maven Profile 用于
假设贡献者处于新的 Ubuntu 22.04.3 LTS 实例下,其可通过如下 bash 命令通过 SDKMAN! 管理 JDK 和工具链,
并为 `shardingsphere-test-native` 子模块执行 nativeTest。

你必须安装 Docker Engine 或 PodMan 等 container tools 以执行 `testcontainers-java` 相关的单元测试。

```bash
sudo apt install unzip zip curl sed -y
curl -s "https://get.sdkman.io" | bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ ShardingSphere defines the Maven Profile of `nativeTestInShardingSphere` for exe
Assuming that the contributor is under a new Ubuntu 22.04.3 LTS instance, Contributors can manage the JDK and tool chain through
`SDKMAN!` through the following bash command, and execute nativeTest for the `shardingsphere-test-native` submodule.

You must install container tools such as Docker Engine or PodMan to execute `testcontainers-java` related unit tests.

```bash
sudo apt install unzip zip curl sed -y
curl -s "https://get.sdkman.io" | bash
Expand Down
Loading

0 comments on commit c160873

Please sign in to comment.