1
0
mirror of synced 2026-01-01 18:02:53 -05:00
Files
airbyte/airbyte-integrations/connectors/source-postgres/integration_tests
Rodi Reich Zilberman 9fbcdb8f35 source-postgres connector-acceptance-tests : Fix saved state json (#23014)
* Fit saved state json

* reenable tests we previously disabled

* connector-acceptance-tests: support custom environment variables

* revert changes on acceptance-test-config.yml

---------

Co-authored-by: Augustin <augustin@airbyte.io>
Co-authored-by: alafanechere <augustin.lafanechere@gmail.com>
2023-03-03 09:02:48 -08:00
..

This directory contains files used to run Connector Acceptance Tests.

  • abnormal_state.json describes a connector state with a non-existing cursor value.
  • expected_records.txt lists all the records expected as the output of the basic read operation.
  • incremental_configured_catalog.json is a configured catalog used as an input of the incremental test.
  • seed.sql is the query we manually ran on a test postgres instance to seed it with test data and enable CDC.