#11192 - Tck tests and initial support for MySQL#11315
#11192 - Tck tests and initial support for MySQL#11315mshaposhnik merged 5 commits intoeclipse-che:mysql_supportfrom BarryDrez:master
Conversation
|
Can one of the admins verify this patch? |
1 similar comment
|
Can one of the admins verify this patch? |
|
ci-build |
Signed-off-by: Barry Dresdner <barry.dresdner@softwareag.com>
|
@riuvshin, I added a second commit with a sign-off footer. I don't think I have permission to merge the commits. |
|
ci-test |
|
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
| @@ -0,0 +1,14 @@ | |||
| -- | |||
There was a problem hiding this comment.
What is the purpose of che-schema111 set ?
There was a problem hiding this comment.
@mshaposhnik Thanks for catching this. I meant to remove it.
| <version>6.12.0-SNAPSHOT</version> | ||
| </parent> | ||
| <artifactId>che-core-db-vendor-mysql</artifactId> | ||
| <name>Che Core :: DB :: Vendor PostgreSQL</name> |
| <dependency> | ||
| <groupId>mysql</groupId> | ||
| <artifactId>mysql-connector-java</artifactId> | ||
| <version>8.0.12</version> |
There was a problem hiding this comment.
That needs to be CQ-ed and moved into che-parent (we can do that btw)
There was a problem hiding this comment.
| <module>mysql-support</module> | ||
| </modules> | ||
| <properties> | ||
| <db.image.name>centos/mysql-57-centos7</db.image.name> |
There was a problem hiding this comment.
Not sure if we need that here
| * Contributors: | ||
| * Red Hat, Inc. - initial API and implementation | ||
| */ | ||
|
|
There was a problem hiding this comment.
please add package definition (under license header)
|
@BarryDrez can you make sure that you can compile your code with mvn clean install? |
reviews. Signed-off-by: Barry Dresdner <barry.dresdner@softwareag.com>
|
|
@BarryDrez Barry. Is it ok for you if we merge this PR into separate Che branch and finish all the required dependency stuff there (it will be faster if we do those fixes ourserves)? |
|
@BarryDrez I see quite a similar modules wsmaster/integration-tests/mysql-tck/pom.xml |
|
|
|
Ok, fine. When ready, change base of this PR to https://github.com/eclipse/che/tree/mysql_support branch and merge. We'll do the rest of dependency stuff and merge to master than. |
from peer review.
|
@mshaposhnik, @skabashnyuk I have committed the changes as suggested. |
What does this PR do?
This PR adds Tck tests for MySQL along with initial support. Multiuser tests for MySQL to be added soon.
What issues does this PR fix or reference?
#11192
Provide Initial support and tck tests for MySQL
Release Notes
Initial support for MySQL
Docs PR