Add documentation for P6Spy support #34059
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ref #29052.
Changes proposed in this pull request:
opengauss/opengauss:5.0.0
toenmotech/opengauss-lite:5.1.0
. Althoughopengauss/opengauss
is still confirmed as the official Docker Image of OpenGauss in places such as https://opengauss.org/zh/news/2023-03-10/ , it is no longer updated. Articles like https://opengauss.org/zh/blogs/zhengwen2/openGauss%E5%BF%AB%E9%80%9F%E5%AE%89%E8%A3%85%E6%96%B9%E6%B3%95(docker).html indicate that the OpenGauss community prefers the Docker Images ofenmotech/opengauss
andenmotech/opengauss-lite
. Due to issues like Provides Docker Image of OpenGauss 6.0.0 forenmotech/opengauss-lite
enmotech/enmotech-docker-opengauss#52 ,enmotech/opengauss
cannot be used in WSL or Dev Container. Usingenmotech/opengauss-lite
is a more reasonable choice.org.testcontainers:clickhouse
until [Enhancement]:org.testcontainers.containers.ClickHouseProvider
should useclickhouse/clickhouse-server
as Docker Image testcontainers/testcontainers-java#8736 is resolved.Before committing this PR, I'm sure that I have checked the following options:
./mvnw clean install -B -T1C -Dmaven.javadoc.skip -Dmaven.jacoco.skip -e
.