realonbebeto commented on issue #2540:
URL: https://github.com/apache/iggy/issues/2540#issuecomment-4861359361

   @hubcio I'm at the point where I'm writing tests for this connector, and I'd 
like to get your thoughts on the testing options.
   
   The main limitation I'm running into is Redshift. While it's largely 
PostgreSQL-compatible, the `COPY` command behaves differently, so I can't rely 
on a regular PostgreSQL instance for integration tests.
   
   I also looked into LocalStack, but the Redshift Data API (`redshift-data`) 
is not available on the Hobby plan. 
   
   I'm currently leaning toward implementing a custom mock for the COPY syntax. 
I'm still thinking through what that would look like, especially since I'd like 
it to fit cleanly within the container-fixture design pattern that's already 
been established.
   


-- 
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