This is an automated email from the ASF dual-hosted git repository.
hanahmily pushed a change to branch doc-0.10
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
from 2f3e7d549 docs: add Upgrading to 0.10 section
add 5c42cd020 Remove all etcd related components (#1057)
add b8e1f72d3 fix(sidx): use MinTimestamp/MaxTimestamp instead of
SegmentID in streaming sync (#1060)
add 4f25a9de6 init (#1062)
add 8105dfe1b fix(handoff): prevent size limit bypass and sidx timestamp
corruption in handoff replay (#1064)
add c515e8187 fix(handoff): prevent enqueuing parts for online nodes via
shared LocateAll (#1065)
add d5a66c74f test(replication): add Kind-based RF benchmark suite for
replication performance (#13231) (#1047)
add 03de82e57 Merge branch 'main' into doc-0.10
No new revisions were added by this update.
Summary of changes:
.github/workflows/e2e.yml | 24 +-
CHANGES.md | 9 +
banyand/backup/lifecycle/lifecycle.go | 2 +-
banyand/internal/sidx/sync.go | 19 +-
banyand/internal/sidx/sync_test.go | 191 ++++++
banyand/liaison/grpc/node.go | 29 +
banyand/liaison/grpc/node_test.go | 11 +
banyand/liaison/grpc/registry_test.go | 14 +-
banyand/liaison/grpc/server_test.go | 82 +--
banyand/measure/cache_benchmark_test.go | 3 +-
banyand/measure/measure_suite_test.go | 15 +-
banyand/measure/metadata.go | 20 +-
banyand/measure/topn.go | 15 +-
banyand/measure/tstable.go | 8 +
banyand/metadata/client.go | 191 +-----
banyand/metadata/embeddedetcd/server.go | 193 ------
banyand/metadata/metadata.go | 3 +-
banyand/metadata/metadata_test.go | 11 +-
banyand/metadata/schema/checker.go | 2 +-
banyand/metadata/schema/checker_test.go | 18 +
banyand/metadata/schema/error.go | 2 -
banyand/metadata/schema/etcd.go | 649 -------------------
banyand/metadata/schema/etcd_test.go | 698 ---------------------
banyand/metadata/schema/export_test.go | 49 --
banyand/metadata/schema/group.go | 125 ----
banyand/metadata/schema/index.go | 199 ------
banyand/metadata/schema/kind.go | 97 ---
banyand/metadata/schema/measure.go | 224 -------
banyand/metadata/schema/node.go | 84 ---
banyand/metadata/schema/prefix_test.go | 105 ----
banyand/metadata/schema/property.go | 126 ----
banyand/metadata/schema/property/client.go | 41 +-
banyand/metadata/schema/property/client_test.go | 79 +++
banyand/metadata/schema/property/validate.go | 96 +++
banyand/metadata/schema/register_test.go | 133 ----
banyand/metadata/schema/schema.go | 68 +-
banyand/metadata/schema/stream.go | 172 -----
banyand/metadata/schema/topn.go | 103 ---
banyand/metadata/schema/trace.go | 126 ----
banyand/metadata/schema/watcher.go | 296 ---------
banyand/metadata/schema/watcher_test.go | 566 -----------------
banyand/metadata/service/server.go | 216 +------
banyand/metadata/service/server_test.go | 118 ----
banyand/stream/metadata.go | 16 +-
banyand/stream/stream_suite_test.go | 15 +-
banyand/stream/tstable.go | 8 +
banyand/trace/handoff_controller.go | 123 ++--
banyand/trace/handoff_replay_test.go | 332 ++++++++++
banyand/trace/handoff_storage_test.go | 120 ++++
banyand/trace/metadata.go | 16 +-
banyand/trace/svc_liaison.go | 18 +-
banyand/trace/trace_suite_test.go | 15 +-
banyand/trace/tstable.go | 8 +
bydbctl/internal/cmd/analyze_test.go | 2 +-
bydbctl/internal/cmd/property_test.go | 75 +--
dist/LICENSE | 23 -
.../license-github.com-cenkalti-backoff-v5.txt | 20 -
.../license-github.com-coreos-go-semver.txt | 202 ------
.../license-github.com-coreos-go-systemd-v22.txt | 191 ------
dist/licenses/license-github.com-gogo-protobuf.txt | 35 --
.../license-github.com-golang-protobuf.txt | 28 -
dist/licenses/license-github.com-google-btree.txt | 202 ------
.../license-github.com-gorilla-websocket.txt | 22 -
.../license-github.com-jonboulle-clockwork.txt | 201 ------
dist/licenses/license-github.com-soheilhy-cmux.txt | 202 ------
...license-github.com-tmc-grpc-websocket-proxy.txt | 7 -
.../license-github.com-xiang90-probing.txt | 22 -
dist/licenses/license-go.etcd.io-bbolt.txt | 20 -
dist/licenses/license-go.etcd.io-etcd-api-v3.txt | 202 ------
.../license-go.etcd.io-etcd-client-pkg-v3.txt | 202 ------
.../licenses/license-go.etcd.io-etcd-client-v3.txt | 202 ------
dist/licenses/license-go.etcd.io-etcd-pkg-v3.txt | 202 ------
.../licenses/license-go.etcd.io-etcd-server-v3.txt | 202 ------
dist/licenses/license-go.etcd.io-raft-v3.txt | 202 ------
...otel-exporters-otlp-otlptrace-otlptracegrpc.txt | 231 -------
...ntelemetry.io-otel-exporters-otlp-otlptrace.txt | 231 -------
.../license-go.opentelemetry.io-proto-otlp.txt | 201 ------
.../license-gopkg.in-natefinch-lumberjack.v2.txt | 21 -
dist/licenses/license-sigs.k8s.io-json.txt | 238 -------
docs/concept/clustering.md | 34 +-
docs/concept/distributed-measure-aggregation.md | 45 ++
docs/installation/cluster.md | 148 +++--
docs/installation/kubernetes.md | 11 +-
docs/menu.yml | 2 +
docs/operation/cluster.md | 16 +-
docs/operation/configuration.md | 88 ++-
docs/operation/grafana-cluster.json | 4 +-
docs/operation/lifecycle.md | 61 +-
docs/operation/node-discovery.md | 64 +-
docs/operation/observability.md | 6 +-
docs/operation/troubleshooting/common-issues.md | 8 +-
docs/operation/troubleshooting/crash.md | 4 +-
docs/operation/troubleshooting/install.md | 12 +-
.../internal/integration/integration_suite_test.go | 23 +-
go.mod | 27 +-
go.sum | 86 ---
mcp/docker-compose.yml | 2 +-
pkg/cmdsetup/data.go | 2 +-
pkg/cmdsetup/liaison.go | 2 +-
pkg/cmdsetup/standalone.go | 2 +-
pkg/test/helpers/constant.go | 1 -
pkg/test/helpers/etcd.go | 66 --
pkg/test/measure/{etcd.go => schema.go} | 0
pkg/test/network.go | 10 -
pkg/test/property/{etcd.go => schema.go} | 0
pkg/test/setup/setup.go | 317 ++++------
pkg/test/stream/{etcd.go => schema.go} | 0
pkg/test/trace/{etcd.go => schema.go} | 0
test/cases/backup/backup.go | 65 +-
test/docker/base-compose.yml | 16 +-
test/e2e-v2/cases/cluster/docker-compose-etcd.yml | 94 ---
...ker-compose-property.yml => docker-compose.yml} | 15 +-
test/e2e-v2/cases/cluster/e2e-property.yaml | 64 --
.../cases/cluster/{e2e-etcd.yaml => e2e.yaml} | 2 +-
.../kind.yaml => e2e-v2/cases/cluster/nodes.yaml} | 7 +-
.../cases/event/banyandb/docker-compose-etcd.yml | 39 --
...ker-compose-property.yml => docker-compose.yml} | 0
test/e2e-v2/cases/event/banyandb/e2e-property.yaml | 51 --
.../event/banyandb/{e2e-etcd.yaml => e2e.yaml} | 2 +-
.../trace/banyandb/docker-compose-etcd.yml | 64 --
...ker-compose-property.yml => docker-compose.yml} | 0
.../profiling/trace/banyandb/e2e-property.yaml | 51 --
.../trace/banyandb/{e2e-etcd.yaml => e2e.yaml} | 2 +-
.../cases/storage/banyandb/docker-compose-etcd.yml | 78 ---
...ker-compose-property.yml => docker-compose.yml} | 0
.../cases/storage/banyandb/e2e-property.yaml | 64 --
.../storage/banyandb/{e2e-etcd.yaml => e2e.yaml} | 2 +-
test/e2e-v2/script/docker-compose/base-compose.yml | 7 -
test/failover/README.md | 43 --
test/failover/setup.md | 2 -
test/integration/distributed/backup/common.go | 46 +-
.../distributed/cluster_state/common.go | 38 +-
.../distributed/cluster_state/etcd/suite_test.go | 56 --
.../cluster_state/property/suite_test.go | 57 --
.../cluster_state/suite_test.go} | 7 +-
.../distributed/deletion/etcd/suite_test.go | 59 --
.../deletion/{property => }/suite_test.go | 6 +-
test/integration/distributed/inspection/common.go | 37 +-
.../distributed/inspection/etcd/suite_test.go | 59 --
.../distributed/inspection/property/suite_test.go | 59 --
.../distributed/inspection/suite_test.go | 6 +-
test/integration/distributed/lifecycle/common.go | 153 ++++-
.../distributed/lifecycle/etcd/suite_test.go | 81 ---
.../distributed/lifecycle/property/suite_test.go | 144 -----
.../distributed/lifecycle/suite_test.go | 6 +-
.../distributed/multi_segments/common.go | 63 +-
.../distributed/multi_segments/etcd/suite_test.go | 73 ---
.../multi_segments/property/suite_test.go | 77 ---
.../distributed/multi_segments/suite_test.go | 6 +-
test/integration/distributed/query/common.go | 62 +-
.../distributed/query/etcd/suite_test.go | 70 ---
.../distributed/query/property/suite_test.go | 74 ---
.../integration/distributed/query/suite_test.go | 6 +-
test/integration/distributed/schema/common.go | 53 +-
.../distributed/schema/etcd/suite_test.go | 66 --
.../distributed/schema/property/suite_test.go | 73 ---
.../integration/distributed/schema/suite_test.go | 10 +-
test/integration/distributed/setup/node_test.go | 95 ---
.../distributed/setup/setup_suite_test.go | 79 ---
.../sync_retry/sync_retry_suite_test.go | 49 +-
test/integration/handoff/handoff_suite_test.go | 215 +++----
test/integration/load/load_suite_test.go | 2 +-
test/integration/replication/benchmark/README.md | 81 +++
.../replication/benchmark/benchmark_suite_test.go | 71 +++
.../benchmark/benchmark_test.go} | 46 +-
test/integration/replication/benchmark/config.go | 116 ++++
.../integration/replication/benchmark/exec.go | 33 +-
.../replication/benchmark/fixtures/pods.json | 36 ++
.../replication/benchmark/fixtures/services.json | 25 +
test/integration/replication/benchmark/helm.go | 121 ++++
test/integration/replication/benchmark/kind.go | 64 ++
test/integration/replication/benchmark/kube.go | 223 +++++++
.../integration/replication/benchmark/kube_test.go | 89 +++
test/integration/replication/benchmark/metrics.go | 282 +++++++++
.../replication/benchmark/metrics_test.go | 67 ++
.../replication/benchmark/portforward.go | 69 ++
test/integration/replication/benchmark/report.go | 172 +++++
.../replication/benchmark/report_test.go | 55 +-
.../replication/benchmark/run.sh} | 29 +-
test/integration/replication/benchmark/runner.go | 233 +++++++
test/integration/replication/benchmark/values.yaml | 70 +++
test/integration/replication/benchmark/workload.go | 398 ++++++++++++
.../replication/replication_suite_test.go | 2 +-
test/integration/standalone/backup/common.go | 2 +-
test/integration/standalone/cold_query/common.go | 46 +-
.../standalone/cold_query/property/suite_test.go | 59 --
.../{deletion/etcd => cold_query}/suite_test.go | 11 +-
test/integration/standalone/deletion/common.go | 13 -
.../deletion/{property => }/suite_test.go | 6 +-
test/integration/standalone/etcd/client_test.go | 317 ----------
test/integration/standalone/etcd/testdata/ca.crt | 22 -
.../etcd/testdata/client-clientusage.crt | 24 -
.../etcd/testdata/client-clientusage.key.insecure | 27 -
.../etcd/testdata/server-serverusage.crt | 24 -
.../etcd/testdata/server-serverusage.key.insecure | 27 -
.../standalone/etcd/testdata/server.crt | 24 -
.../standalone/etcd/testdata/server.key.insecure | 27 -
test/integration/standalone/inspection/common.go | 31 +-
.../standalone/inspection/etcd/suite_test.go | 45 --
.../standalone/inspection/property/suite_test.go | 53 --
.../standalone/inspection/suite_test.go | 8 +-
.../standalone/multi_segments/common.go | 75 ++-
.../standalone/multi_segments/etcd/suite_test.go | 73 ---
.../multi_segments/property/suite_test.go | 78 ---
.../standalone/multi_segments/round2.go | 6 +-
.../etcd => multi_segments}/suite_test.go | 11 +-
test/integration/standalone/other/auth_test.go | 2 +-
test/integration/standalone/other/common.go | 19 +-
test/integration/standalone/other/disk_test.go | 36 +-
.../standalone/other/forced_ttl_cleanup_test.go | 4 +-
test/integration/standalone/other/measure_test.go | 2 +-
.../standalone/other/property/suite_test.go | 47 --
test/integration/standalone/other/property_test.go | 4 +-
.../standalone/other/{etcd => }/suite_test.go | 7 +-
test/integration/standalone/other/tls_test.go | 4 +-
test/integration/standalone/query/common.go | 73 ++-
.../standalone/query/etcd/suite_test.go | 71 ---
.../standalone/query/property/suite_test.go | 76 ---
test/integration/standalone/query/round2.go | 6 +-
.../integration/standalone/query/suite_test.go | 8 +-
test/integration/standalone/schema/common.go | 34 +-
.../standalone/schema/etcd/suite_test.go | 47 --
.../standalone/schema/property/suite_test.go | 55 --
.../{deletion/etcd => schema}/suite_test.go | 11 +-
test/property_repair/base-compose.yml | 39 +-
.../full_data/docker-compose-3nodes.yml | 7 -
.../half_data/docker-compose-3nodes.yml | 7 -
.../cases/lifecycle => property_repair}/nodes.yaml | 12 +-
.../same_data/docker-compose-3nodes.yml | 7 -
test/scale/README.md | 1 -
230 files changed, 4600 insertions(+), 12155 deletions(-)
create mode 100644 banyand/internal/sidx/sync_test.go
delete mode 100644 banyand/metadata/embeddedetcd/server.go
delete mode 100644 banyand/metadata/schema/etcd.go
delete mode 100644 banyand/metadata/schema/etcd_test.go
delete mode 100644 banyand/metadata/schema/export_test.go
delete mode 100644 banyand/metadata/schema/group.go
delete mode 100644 banyand/metadata/schema/index.go
delete mode 100644 banyand/metadata/schema/measure.go
delete mode 100644 banyand/metadata/schema/node.go
delete mode 100644 banyand/metadata/schema/prefix_test.go
delete mode 100644 banyand/metadata/schema/property.go
create mode 100644 banyand/metadata/schema/property/validate.go
delete mode 100644 banyand/metadata/schema/register_test.go
delete mode 100644 banyand/metadata/schema/stream.go
delete mode 100644 banyand/metadata/schema/topn.go
delete mode 100644 banyand/metadata/schema/trace.go
delete mode 100644 banyand/metadata/schema/watcher.go
delete mode 100644 banyand/metadata/schema/watcher_test.go
delete mode 100644 banyand/metadata/service/server_test.go
delete mode 100644 dist/licenses/license-github.com-cenkalti-backoff-v5.txt
delete mode 100644 dist/licenses/license-github.com-coreos-go-semver.txt
delete mode 100644 dist/licenses/license-github.com-coreos-go-systemd-v22.txt
delete mode 100644 dist/licenses/license-github.com-gogo-protobuf.txt
delete mode 100644 dist/licenses/license-github.com-golang-protobuf.txt
delete mode 100644 dist/licenses/license-github.com-google-btree.txt
delete mode 100644 dist/licenses/license-github.com-gorilla-websocket.txt
delete mode 100644 dist/licenses/license-github.com-jonboulle-clockwork.txt
delete mode 100644 dist/licenses/license-github.com-soheilhy-cmux.txt
delete mode 100644
dist/licenses/license-github.com-tmc-grpc-websocket-proxy.txt
delete mode 100644 dist/licenses/license-github.com-xiang90-probing.txt
delete mode 100644 dist/licenses/license-go.etcd.io-bbolt.txt
delete mode 100644 dist/licenses/license-go.etcd.io-etcd-api-v3.txt
delete mode 100644 dist/licenses/license-go.etcd.io-etcd-client-pkg-v3.txt
delete mode 100644 dist/licenses/license-go.etcd.io-etcd-client-v3.txt
delete mode 100644 dist/licenses/license-go.etcd.io-etcd-pkg-v3.txt
delete mode 100644 dist/licenses/license-go.etcd.io-etcd-server-v3.txt
delete mode 100644 dist/licenses/license-go.etcd.io-raft-v3.txt
delete mode 100644
dist/licenses/license-go.opentelemetry.io-otel-exporters-otlp-otlptrace-otlptracegrpc.txt
delete mode 100644
dist/licenses/license-go.opentelemetry.io-otel-exporters-otlp-otlptrace.txt
delete mode 100644 dist/licenses/license-go.opentelemetry.io-proto-otlp.txt
delete mode 100644 dist/licenses/license-gopkg.in-natefinch-lumberjack.v2.txt
delete mode 100644 dist/licenses/license-sigs.k8s.io-json.txt
create mode 100644 docs/concept/distributed-measure-aggregation.md
delete mode 100644 pkg/test/helpers/etcd.go
rename pkg/test/measure/{etcd.go => schema.go} (100%)
rename pkg/test/property/{etcd.go => schema.go} (100%)
rename pkg/test/stream/{etcd.go => schema.go} (100%)
rename pkg/test/trace/{etcd.go => schema.go} (100%)
delete mode 100644 test/e2e-v2/cases/cluster/docker-compose-etcd.yml
rename test/e2e-v2/cases/cluster/{docker-compose-property.yml =>
docker-compose.yml} (86%)
delete mode 100644 test/e2e-v2/cases/cluster/e2e-property.yaml
rename test/e2e-v2/cases/cluster/{e2e-etcd.yaml => e2e.yaml} (98%)
copy test/{fodc/kind.yaml => e2e-v2/cases/cluster/nodes.yaml} (89%)
delete mode 100644 test/e2e-v2/cases/event/banyandb/docker-compose-etcd.yml
rename test/e2e-v2/cases/event/banyandb/{docker-compose-property.yml =>
docker-compose.yml} (100%)
delete mode 100644 test/e2e-v2/cases/event/banyandb/e2e-property.yaml
rename test/e2e-v2/cases/event/banyandb/{e2e-etcd.yaml => e2e.yaml} (98%)
delete mode 100644
test/e2e-v2/cases/profiling/trace/banyandb/docker-compose-etcd.yml
rename test/e2e-v2/cases/profiling/trace/banyandb/{docker-compose-property.yml
=> docker-compose.yml} (100%)
delete mode 100644 test/e2e-v2/cases/profiling/trace/banyandb/e2e-property.yaml
rename test/e2e-v2/cases/profiling/trace/banyandb/{e2e-etcd.yaml => e2e.yaml}
(98%)
delete mode 100644 test/e2e-v2/cases/storage/banyandb/docker-compose-etcd.yml
rename test/e2e-v2/cases/storage/banyandb/{docker-compose-property.yml =>
docker-compose.yml} (100%)
delete mode 100644 test/e2e-v2/cases/storage/banyandb/e2e-property.yaml
rename test/e2e-v2/cases/storage/banyandb/{e2e-etcd.yaml => e2e.yaml} (98%)
delete mode 100644
test/integration/distributed/cluster_state/etcd/suite_test.go
delete mode 100644
test/integration/distributed/cluster_state/property/suite_test.go
rename test/integration/{standalone/etcd/client_suite_test.go =>
distributed/cluster_state/suite_test.go} (85%)
delete mode 100644 test/integration/distributed/deletion/etcd/suite_test.go
rename test/integration/distributed/deletion/{property => }/suite_test.go (94%)
delete mode 100644 test/integration/distributed/inspection/etcd/suite_test.go
delete mode 100644
test/integration/distributed/inspection/property/suite_test.go
copy pkg/fs/fs_suite_test.go =>
test/integration/distributed/inspection/suite_test.go (88%)
delete mode 100644 test/integration/distributed/lifecycle/etcd/suite_test.go
delete mode 100644
test/integration/distributed/lifecycle/property/suite_test.go
copy pkg/fs/fs_suite_test.go =>
test/integration/distributed/lifecycle/suite_test.go (88%)
delete mode 100644
test/integration/distributed/multi_segments/etcd/suite_test.go
delete mode 100644
test/integration/distributed/multi_segments/property/suite_test.go
copy pkg/fs/fs_suite_test.go =>
test/integration/distributed/multi_segments/suite_test.go (87%)
delete mode 100644 test/integration/distributed/query/etcd/suite_test.go
delete mode 100644 test/integration/distributed/query/property/suite_test.go
copy pkg/fs/fs_suite_test.go =>
test/integration/distributed/query/suite_test.go (89%)
delete mode 100644 test/integration/distributed/schema/etcd/suite_test.go
delete mode 100644 test/integration/distributed/schema/property/suite_test.go
rename banyand/metadata/schema/schema_suite_test.go =>
test/integration/distributed/schema/suite_test.go (81%)
delete mode 100644 test/integration/distributed/setup/node_test.go
delete mode 100644 test/integration/distributed/setup/setup_suite_test.go
create mode 100644 test/integration/replication/benchmark/README.md
create mode 100644
test/integration/replication/benchmark/benchmark_suite_test.go
rename test/integration/{standalone/cold_query/etcd/suite_test.go =>
replication/benchmark/benchmark_test.go} (50%)
create mode 100644 test/integration/replication/benchmark/config.go
copy fodc/agent/internal/ktm/iomonitor/ebpf/cgroup_filter.go =>
test/integration/replication/benchmark/exec.go (53%)
create mode 100644 test/integration/replication/benchmark/fixtures/pods.json
create mode 100644
test/integration/replication/benchmark/fixtures/services.json
create mode 100644 test/integration/replication/benchmark/helm.go
create mode 100644 test/integration/replication/benchmark/kind.go
create mode 100644 test/integration/replication/benchmark/kube.go
create mode 100644 test/integration/replication/benchmark/kube_test.go
create mode 100644 test/integration/replication/benchmark/metrics.go
create mode 100644 test/integration/replication/benchmark/metrics_test.go
create mode 100644 test/integration/replication/benchmark/portforward.go
create mode 100644 test/integration/replication/benchmark/report.go
copy bydbctl/pkg/file/read.go =>
test/integration/replication/benchmark/report_test.go (52%)
copy test/{e2e-v2/cases/log/log-base-compose.yml =>
integration/replication/benchmark/run.sh} (65%)
mode change 100644 => 100755
create mode 100644 test/integration/replication/benchmark/runner.go
create mode 100644 test/integration/replication/benchmark/values.yaml
create mode 100644 test/integration/replication/benchmark/workload.go
delete mode 100644
test/integration/standalone/cold_query/property/suite_test.go
copy test/integration/standalone/{deletion/etcd => cold_query}/suite_test.go
(78%)
rename test/integration/standalone/deletion/{property => }/suite_test.go (88%)
delete mode 100644 test/integration/standalone/etcd/client_test.go
delete mode 100644 test/integration/standalone/etcd/testdata/ca.crt
delete mode 100644
test/integration/standalone/etcd/testdata/client-clientusage.crt
delete mode 100644
test/integration/standalone/etcd/testdata/client-clientusage.key.insecure
delete mode 100644
test/integration/standalone/etcd/testdata/server-serverusage.crt
delete mode 100644
test/integration/standalone/etcd/testdata/server-serverusage.key.insecure
delete mode 100644 test/integration/standalone/etcd/testdata/server.crt
delete mode 100644
test/integration/standalone/etcd/testdata/server.key.insecure
delete mode 100644 test/integration/standalone/inspection/etcd/suite_test.go
delete mode 100644
test/integration/standalone/inspection/property/suite_test.go
copy pkg/fs/fs_suite_test.go =>
test/integration/standalone/inspection/suite_test.go (78%)
delete mode 100644
test/integration/standalone/multi_segments/etcd/suite_test.go
delete mode 100644
test/integration/standalone/multi_segments/property/suite_test.go
copy test/integration/standalone/{deletion/etcd =>
multi_segments}/suite_test.go (78%)
delete mode 100644 test/integration/standalone/other/property/suite_test.go
rename test/integration/standalone/other/{etcd => }/suite_test.go (82%)
delete mode 100644 test/integration/standalone/query/etcd/suite_test.go
delete mode 100644 test/integration/standalone/query/property/suite_test.go
copy pkg/fs/fs_suite_test.go =>
test/integration/standalone/query/suite_test.go (79%)
delete mode 100644 test/integration/standalone/schema/etcd/suite_test.go
delete mode 100644 test/integration/standalone/schema/property/suite_test.go
rename test/integration/standalone/{deletion/etcd => schema}/suite_test.go
(78%)
copy test/{e2e-v2/cases/lifecycle => property_repair}/nodes.yaml (82%)