Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test case for OptimizerSQLDialectBuilderFactory #17552

Closed
Tracked by #17537
terrymanu opened this issue May 11, 2022 · 1 comment · Fixed by #17928
Closed
Tracked by #17537

Add test case for OptimizerSQLDialectBuilderFactory #17552

terrymanu opened this issue May 11, 2022 · 1 comment · Fixed by #17928
Labels
Milestone

Comments

@terrymanu
Copy link
Member

terrymanu commented May 11, 2022

This issue is for WeOpen-Star

The steps of add test case of SPI factories:

  1. Create or reuse a SPI fixture, name as XXXFixture in test folder and do not forget put them into META-INF/services;
  2. Add test case for XXXFactory's newInstance, findInstance, getInstance, getInstances, getAllInstances and so on;
    3.Please reference ClusterPersistRepositoryFactoryTest or ScalingEntryFactoryTest as samples.
@kaori-seasons
Copy link
Contributor

kaori-seasons commented May 23, 2022

I would like to help

kaori-seasons added a commit to kaori-seasons/shardingsphere that referenced this issue May 25, 2022
kaori-seasons added a commit to kaori-seasons/shardingsphere that referenced this issue May 25, 2022
kaori-seasons added a commit to kaori-seasons/shardingsphere that referenced this issue May 26, 2022
terrymanu pushed a commit that referenced this issue May 28, 2022
* [issue-17586](#17586)
add unit tests for DialectDDLGeneratorFactoryTest

* [issue-17586](#17586)
fix checkstyle

* [issue-17586](#17586)
remove whitespace

* [issue-17586](#17586)
refactor DialectDDLGeneratorFixTrue

* [issue-17586](#17586)
export SPI

* [issue-17586](#17586)
fix checkstyle

* [issue-17552](#17552)
fix bugs

* [issue-17552](#17555)
remove fields

* [issue-17555](#17555)
remove fields

* [issue-17555](#17555)
add license and remove whitespace

* [issue-17555](#17555)
add license

* [issue-17555](#17555)
fix ci

* [issue-17555](#17555)
fix ci

* [issue-17555](#17555)
fix ci

* [issue-17555](#17555)
repair review comment

* [issue-17555](#17555)
repair review comment

* [issue-17555](#17555)
repair review comment

* [issue-17555](#17555)
fix checkstyle

* [issue-17555](#17555)
add maven scope
@terrymanu terrymanu added this to the 5.1.3 milestone Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants