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 43dfbff  Set version to 0.1.0 for initial Apache release
     new 497db00  fix(test): use portable octal escape in events data generator
     new 758c8fb  fix(profile): parse section names & session vars across Doris 
versions
     new 9df2a27  test(e2e): drive the profile suite against real parsed 
profiles

The 3 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:
 src/parser/profile_parser.rs          |  144 +++
 src/parser/section_parser.rs          |   64 +-
 tests/e2e/README.md                   |   44 +-
 tests/e2e/data.sh                     |    2 +-
 tests/e2e/fixtures/.gitkeep           |    6 +
 tests/e2e/fixtures/sample_profile.txt | 1785 +++++++++++++++++++++++++++++++++
 tests/e2e/lib.sh                      |   28 +
 tests/e2e/suite_profile.sh            |  193 +++-
 tests/e2e/suite_sql.sh                |   12 +-
 tests/e2e/suite_tablet.sh             |   15 +-
 10 files changed, 2228 insertions(+), 65 deletions(-)
 create mode 100644 tests/e2e/fixtures/.gitkeep
 create mode 100644 tests/e2e/fixtures/sample_profile.txt


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

Reply via email to