From b9d3d965e4985cb6efdecfd73d3ce850eded8c54 Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Tue, 11 May 2021 10:18:13 +0800 Subject: [PATCH] [skip ci] Add new tests directories (#5165) Signed-off-by: yanliang567 --- tests20/README.md | 5 +++++ tests20/benchmark/README.md | 5 +++++ tests20/go_client/README.md | 1 + tests20/java_client/README.md | 1 + tests20/python_client/README.md | 10 ++++++++++ tests20/python_client/collection/test_collection.py | 0 tests20/python_client/connection/test_connection.py | 0 tests20/python_client/index/test_index.py | 0 tests20/python_client/partition/test_partition.py | 0 tests20/python_client/utility/test_utility.py | 0 10 files changed, 22 insertions(+) create mode 100644 tests20/README.md create mode 100644 tests20/benchmark/README.md create mode 100644 tests20/go_client/README.md create mode 100644 tests20/java_client/README.md create mode 100644 tests20/python_client/README.md create mode 100644 tests20/python_client/collection/test_collection.py create mode 100644 tests20/python_client/connection/test_connection.py create mode 100644 tests20/python_client/index/test_index.py create mode 100644 tests20/python_client/partition/test_partition.py create mode 100644 tests20/python_client/utility/test_utility.py diff --git a/tests20/README.md b/tests20/README.md new file mode 100644 index 0000000000..455c7ee1d8 --- /dev/null +++ b/tests20/README.md @@ -0,0 +1,5 @@ +## Tests +### benchmark +### go_client +### java_client +### python_client \ No newline at end of file diff --git a/tests20/benchmark/README.md b/tests20/benchmark/README.md new file mode 100644 index 0000000000..b7362ec7a9 --- /dev/null +++ b/tests20/benchmark/README.md @@ -0,0 +1,5 @@ +## benchmark + +### Run benchmark + +### Contribute in benchmark \ No newline at end of file diff --git a/tests20/go_client/README.md b/tests20/go_client/README.md new file mode 100644 index 0000000000..ff85fa1fc7 --- /dev/null +++ b/tests20/go_client/README.md @@ -0,0 +1 @@ +## go_client \ No newline at end of file diff --git a/tests20/java_client/README.md b/tests20/java_client/README.md new file mode 100644 index 0000000000..bdcce8b6b8 --- /dev/null +++ b/tests20/java_client/README.md @@ -0,0 +1 @@ +## java_client \ No newline at end of file diff --git a/tests20/python_client/README.md b/tests20/python_client/README.md new file mode 100644 index 0000000000..c80653a419 --- /dev/null +++ b/tests20/python_client/README.md @@ -0,0 +1,10 @@ +## python_client + +### Test levels +#### L0 +#### L1 +#### L2 + +### Run a test + +### Contribute a test diff --git a/tests20/python_client/collection/test_collection.py b/tests20/python_client/collection/test_collection.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/tests20/python_client/connection/test_connection.py b/tests20/python_client/connection/test_connection.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/tests20/python_client/index/test_index.py b/tests20/python_client/index/test_index.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/tests20/python_client/partition/test_partition.py b/tests20/python_client/partition/test_partition.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/tests20/python_client/utility/test_utility.py b/tests20/python_client/utility/test_utility.py new file mode 100644 index 0000000000..e69de29bb2