He Wang

Results 72 comments of He Wang

Many test cases are modified because the newly added `rawDataType` field in DataType class, and now these test cases generally pass. PTAL @leonardBang @yuxiqian

`ob-mysql` was removed in the latest `oceanbase/oceanbase-ce` Docker image. You can check it at https://github.com/oceanbase/docker-images/tree/main/oceanbase-ce

Seems the last commit fails the `japicmp` check. Should I add these deleted methods to `methodExcludes` list? @eddumelendez

I reverted the latest commit of deleting the waitUntilContainerStarted method, so we can deal with it and the japicmp check later.

`docker pull quay.io/testcontainers/ryuk:latest` got exception: ``` latest: Pulling from testcontainers/ryuk [DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and...

I just found #8127 which is trying to fix the same issue, feel free to accept it if you think it's better. @eddumelendez

@meiji163 I added `LockGhostTable` after `waitForEventsUpToLock`, so it should lock the ghost table with `singletonDB` after all events are applied to the ghost table. I removed the command-line flag `oceanbase`,...

> @whhe Using these changes, can the MySQL database be used? Have you conducted advance tests on your side? > > We are planning to migrate to mysql You can...

We will consider contributing at a more suitable time in the future. This PR is temporarily closed for now.