You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by mi...@apache.org on 2023/05/08 03:42:32 UTC

[shardingsphere-on-cloud] branch main updated (f9d8960 -> 2298aaf)

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

miaoliyao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git


    from f9d8960  Merge pull request #344 from mlycore/codecov
     new 1402e0b  test(operator): add mock file
     new c252070  test(operator): add test for SSchaos
     new b0d7963  Merge branch 'main' into add-test
     new 2298aaf  Merge pull request #343 from moomman/add-test

The 522 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:
 shardingsphere-operator/go.mod                     |   2 +-
 shardingsphere-operator/go.sum                     |   8 +-
 .../controllers/shardingsphere_chaos_controller.go |  46 ++++--
 .../pkg/kubernetes/chaosmesh/mocks/store.go        | 180 +++++++++++++++++++++
 .../shardingsphere_chaos_suite_test.go             | 102 +++++++++++-
 .../shardingsphere_chaos_test.go                   |  71 +++-----
 6 files changed, 338 insertions(+), 71 deletions(-)
 create mode 100644 shardingsphere-operator/pkg/kubernetes/chaosmesh/mocks/store.go