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

[shardingsphere-on-cloud] branch main updated (7be767f -> f35126d)

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

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


    from 7be767f  test(operator): fix conflicted tests of storagenode and chaos (#350)
     new 1483d99  chore: gitignore add test
     new 431ca99  chore: split test to test and e2e
     new 72e9d93  test: move controllers test to test e2e
     new 34915b5  chore(ci): add action for e2e
     new f35126d  Merge pull request #351 from mlycore/e2e-frm

The 540 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:
 .github/workflows/{unit-test.yml => e2e-test.yml}  | 24 +++-------------------
 .gitignore                                         |  1 -
 shardingsphere-operator/Makefile                   |  6 +++++-
 .../e2e}/compute_node_controller_test.go           |  2 +-
 .../e2e/e2e_suite_test.go}                         |  4 ++--
 .../e2e}/shardingsphere_chaos_controller_test.go   | 24 ++++++++++------------
 .../e2e}/storage_node_controller_test.go           |  2 +-
 7 files changed, 23 insertions(+), 40 deletions(-)
 copy .github/workflows/{unit-test.yml => e2e-test.yml} (66%)
 rename shardingsphere-operator/{pkg/controllers => test/e2e}/compute_node_controller_test.go (99%)
 rename shardingsphere-operator/{pkg/controllers/controllers_suite_test.go => test/e2e/e2e_suite_test.go} (99%)
 rename shardingsphere-operator/{pkg/controllers => test/e2e}/shardingsphere_chaos_controller_test.go (83%)
 rename shardingsphere-operator/{pkg/controllers => test/e2e}/storage_node_controller_test.go (99%)