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 2021/03/23 04:26:20 UTC

[shardingsphere] branch master updated (8386291 -> 41e822b)

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 8386291  Optimize HttpServerInitializerTest (#9775)
     add 41e822b  add other scenarios of dml (#9770)

No new revisions were added by this update.

Summary of changes:
 .../dataset/db/batch_insert_into_single_table.xml  |  4 ++--
 .../batch_insert_into_single_table.xml             | 14 +++++++-------
 .../delete_single_table_by_id.xml                  |  8 ++++----
 .../update_single_table.xml                        | 10 +++++-----
 .../batch_insert_into_single_table.xml             | 14 +++++++-------
 .../delete_single_table_by_id.xml                  |  8 ++++----
 .../update_single_table.xml                        | 10 +++++-----
 .../batch_insert_into_single_table.xml             | 14 +++++++-------
 .../{db => encrypt}/delete_single_table_by_id.xml  |  8 ++++----
 .../{db => encrypt}/update_single_table.xml        | 10 +++++-----
 .../batch_insert_into_broadcast_table.xml          |  2 +-
 .../batch_insert_into_single_table.xml             | 14 +++++++-------
 .../delete_single_table_by_id.xml                  |  8 ++++----
 .../update_single_table.xml                        | 10 +++++-----
 .../{db => tbl}/batch_insert_into_single_table.xml | 14 +++++++-------
 .../{db => tbl}/delete_single_table_by_id.xml      |  8 ++++----
 .../dataset/{db => tbl}/update_single_table.xml    | 10 +++++-----
 .../cases/dml/dml-integration-test-cases.xml       | 22 ++++++++++++----------
 .../resources/env/read_write_splitting/dataset.xml |  2 +-
 19 files changed, 96 insertions(+), 94 deletions(-)
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dml/dataset/{db => dbtbl_with_read_write_splitting}/batch_insert_into_single_table.xml (67%)
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dml/dataset/{db => dbtbl_with_read_write_splitting}/delete_single_table_by_id.xml (78%)
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dml/dataset/{db => dbtbl_with_read_write_splitting}/update_single_table.xml (73%)
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dml/dataset/{db => dbtbl_with_read_write_splitting_and_encrypt}/batch_insert_into_single_table.xml (65%)
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dml/dataset/{db => dbtbl_with_read_write_splitting_and_encrypt}/delete_single_table_by_id.xml (77%)
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dml/dataset/{db => dbtbl_with_read_write_splitting_and_encrypt}/update_single_table.xml (72%)
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dml/dataset/{db => encrypt}/batch_insert_into_single_table.xml (68%)
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dml/dataset/{db => encrypt}/delete_single_table_by_id.xml (79%)
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dml/dataset/{db => encrypt}/update_single_table.xml (75%)
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dml/dataset/{db => read_write_splitting}/batch_insert_into_single_table.xml (67%)
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dml/dataset/{db => read_write_splitting}/delete_single_table_by_id.xml (79%)
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dml/dataset/{db => read_write_splitting}/update_single_table.xml (74%)
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dml/dataset/{db => tbl}/batch_insert_into_single_table.xml (69%)
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dml/dataset/{db => tbl}/delete_single_table_by_id.xml (80%)
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dml/dataset/{db => tbl}/update_single_table.xml (75%)