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 2020/08/30 12:05:21 UTC

[shardingsphere] branch master updated (5dbe9d6 -> e96bd25)

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

panjuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from 5dbe9d6  Merge pull request #7152 from terrymanu/dev
     new b7ada69  Rename GovernanceSchemaContextsFixture
     new 0e287ff  Remove GovernanceSchemaContextsFixture
     new e96bd25  Merge pull request #7153 from terrymanu/dev

The 26505 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:
 .../core/schema/GovernanceSchemaContextsTest.java  |  6 +-
 ...s.java => GovernanceSchemaContextsFixture.java} |  4 +-
 .../execute/GovernanceSchemaContextsFixture.java   | 70 ----------------------
 .../backend/text/admin/RDLBackendHandlerTest.java  |  6 +-
 4 files changed, 9 insertions(+), 77 deletions(-)
 rename shardingsphere-governance/shardingsphere-governance-core/shardingsphere-governance-core-schema/src/test/java/org/apache/shardingsphere/governance/core/schema/fixture/{TestGovernanceSchemaContexts.java => GovernanceSchemaContextsFixture.java} (96%)
 delete mode 100644 shardingsphere-proxy/shardingsphere-proxy-backend/src/test/java/org/apache/shardingsphere/proxy/backend/communication/jdbc/execute/GovernanceSchemaContextsFixture.java