-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
optimizing flow tests by separating and parallelizing test suites (#356)
1. Split each connector into its own test suite, and rewrote them to allow running multiple test suites in parallel. 2. Better separation on source PG instance [shared by all test suites of a run] and destination BQ and SF instances [shared by all runs]. 3. some code cleanup and fixing some tests up. 4. Switched to using a vanilla PG instance, but configured with higher logical replication limits.
- Loading branch information
1 parent
c7acbf0
commit 87a54a1
Showing
20 changed files
with
3,098 additions
and
2,730 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.