This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git
from afe0aa6 feat: pitr agent service add shell flags and example for
execute command (#197)
new e794c46 wip: add framework for ginkgo test
new 6793293 chore: update configmap test with ginkgo
new 5b8b93c chore: update go mod for ginkgo
new 5865a85 chore: add unit test for ConfigMap
new 3468cb7 Merge pull request #198 from mlycore/ginkgo
The 301 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 | 15 ++--
shardingsphere-operator/go.sum | 27 +++++---
.../compute_node_suite_test.go} | 14 ++--
.../pkg/reconcile/computenode/configmap.go | 12 ++--
.../pkg/reconcile/computenode/configmap_test.go | 80 ++++++++++++++++++++++
5 files changed, 118 insertions(+), 30 deletions(-)
copy shardingsphere-operator/pkg/reconcile/{proxy/resource.go =>
computenode/compute_node_suite_test.go} (79%)
create mode 100644
shardingsphere-operator/pkg/reconcile/computenode/configmap_test.go