chl-wxp commented on issue #10213:
URL: https://github.com/apache/seatunnel/issues/10213#issuecomment-3675285939

   > Hi, I’d like to work on this issue. I plan to start by adding unit tests 
for the PostgreSQL JDBC dialect and catalog using Testcontainers. Please let me 
know if this approach works.
   
   Hello, thank you very much, using testcontainers is allowed. There are a few 
things you need to pay attention to:
   1. For the introduction of docker, please refer to the content of 
connector-jdbc-e2e module;
   2. Unit tests should try to cover the core functional methods of 
PostgresDialect and PostgresCatalog. Each test case is executed using the 
Postgres database, and then the results are asserted;
   3. There are unit tests in the JdbcPostgresIT class that need to be 
transferred, such as testCreateIndex(), testCatalog(), and 
testCatalogForSaveMode().


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to