This is an automated email from the ASF dual-hosted git repository.

morningman pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/doris-cli.git


    from 03ded5b  Add .asf.yaml for Apache repo configuration
     new a0c6596  test: add end-to-end test harness for doriscli
     new 2f936a6  test: wait for partition RowCount before tablet assertions

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                    |   7 ++
 start-testing.sh              | 260 ++++++++++++++++++++++++++++++++++++++++++
 tests/e2e/README.md           | 128 +++++++++++++++++++++
 tests/e2e/cluster.env.example |  24 ++++
 tests/e2e/data.sh             | 148 ++++++++++++++++++++++++
 tests/e2e/lib.sh              | 207 +++++++++++++++++++++++++++++++++
 tests/e2e/suite_auth.sh       |  96 ++++++++++++++++
 tests/e2e/suite_cli.sh        |  36 ++++++
 tests/e2e/suite_profile.sh    |  96 ++++++++++++++++
 tests/e2e/suite_sql.sh        |  68 +++++++++++
 tests/e2e/suite_tablet.sh     |  53 +++++++++
 11 files changed, 1123 insertions(+)
 create mode 100755 start-testing.sh
 create mode 100644 tests/e2e/README.md
 create mode 100644 tests/e2e/cluster.env.example
 create mode 100644 tests/e2e/data.sh
 create mode 100644 tests/e2e/lib.sh
 create mode 100644 tests/e2e/suite_auth.sh
 create mode 100644 tests/e2e/suite_cli.sh
 create mode 100644 tests/e2e/suite_profile.sh
 create mode 100644 tests/e2e/suite_sql.sh
 create mode 100644 tests/e2e/suite_tablet.sh


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to