Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: Run postgres tests on github actions and add snowflake support #1037

Merged
merged 7 commits into from
Mar 2, 2023
Merged

tests: Run postgres tests on github actions and add snowflake support #1037

merged 7 commits into from
Mar 2, 2023

Conversation

karolisg
Copy link
Contributor

No description provided.

@coveralls
Copy link

coveralls commented Feb 25, 2023

Pull Request Test Coverage Report for Build 4310689268

  • 10 of 302 (3.31%) changed or added relevant lines in 8 files are covered.
  • 129 unchanged lines in 5 files lost coverage.
  • Overall coverage increased (+2.6%) to 73.547%

Changes Missing Coverage Covered Lines Changed/Added Lines %
dozer-ingestion/src/connectors/snowflake/connection/client.rs 0 1 0.0%
dozer-ingestion/src/connectors/snowflake/tests.rs 0 8 0.0%
dozer-ingestion/src/connectors/postgres/tests/e2e.rs 0 32 0.0%
dozer-ingestion/src/connectors/kafka/test_utils.rs 0 86 0.0%
dozer-ingestion/src/connectors/kafka/tests.rs 0 165 0.0%
Files with Coverage Reduction New Missed Lines %
dozer-ingestion/src/connectors/postgres/tests/continue_replication_tests.rs 3 89.86%
dozer-types/src/types/mod.rs 9 47.35%
dozer-ingestion/src/test_util.rs 21 36.36%
dozer-ingestion/src/connectors/postgres/connection/validator.rs 27 32.75%
dozer-ingestion/src/connectors/snowflake/connection/client.rs 69 0%
Totals Coverage Status
Change from base Build 4309993779: 2.6%
Covered Lines: 29457
Relevant Lines: 40052

💛 - Coveralls

@karolisg karolisg marked this pull request as ready for review February 27, 2023 14:58
@karolisg karolisg changed the title tests: Run snowflake tests on github actions tests: Run postgres tests on github actions Feb 27, 2023
@karolisg karolisg changed the title tests: Run postgres tests on github actions tests: Run postgres tests on github actions and add snowflake support Feb 27, 2023
@karolisg karolisg requested review from chubei and v3g42 March 1, 2023 06:03
@karolisg karolisg merged commit 95929ce into getdozer:main Mar 2, 2023
@karolisg karolisg deleted the tests/run-db-tests-in-github-actions branch March 2, 2023 05:28
mediuminvader added a commit that referenced this pull request Mar 8, 2023
* chore: Move `SnapshottingDone` out of `Operation` so processors don't have to know it.(#1103)

Also removed unused variants of `IngestionMessage`

* feat: Switch to new cache if it processed enought number of operations (#1092)

* chore: Don't create default eth provider (#1108)

* chore: Remove an unused `Arc<RwLock>` (#1106)

* fix: updated download_binary (#1107)

* fix: updated download_binary

* fix: updated download_binary

* fix: updated download_binary

* fix: updated download_binary

* fix: updated download_binary

* chore: Provide context to `ApiError`s (#1109)

* tests: Run postgres tests on github actions and add snowflake support (#1037)

* chore: Add installation to and remove docker instructions from README (#1110)

* chore: Add remove unnecessary libraries remove (#1113)

* chore: Don't run coverage on `pull_request_target` (#1116)

* refactor: Simplify schemas fetch query (#1114)

* refactor: Simplify schemas fetch query

Fixes #1073

* Fix formatting

* Fix tests

* chore: Use 16 cores runner for coverage and release, 4 cores runner for lint (#1118)

* chore: Use correct proto include path to avoid rebuilding every time (#1115)

* fix: Sink should only be built after all source checkpoints are checked (#1112)

* chore: Use `Dag::map_owned` instaed of `Dag::map`

* chore: Remove context from `DagSchemas::EdgeType`

* fix: Sink should only be built after all source checkpoints are checked

* chore: Fix docker image publishing steps in release workflow (#1120)

* remove unused dependency (#1122)

The unused dependency of unixstring was causing build failure of native windows binary.

Signed-off-by: Shailendra Thakur <[email protected]>

* fix: Blue cache was counted with limit. Green cache didn't get picked up. (#1123)

* fix: Define unique temp folder for aggregation tests (#1124)

* fix: Define unique tmp dir

* fix clippy

* fix: groupby without measures were handled wrongly (#1127)

* fix groupby withou measures

* clippy fix

* chore: Remove some unnecessary `clone`s (#1131)

* chore: Don't clone whole config around the orchestrator

* chore: Remove exccesive cloneing in `SourceBuilder`

* chore: Remove excessive cloning in `PipelineBuilder`

* chore: Remove excessive cloning in `Executor`

* chore: clippy fix

* refactor: Use rdkafka instead of kafka library

* Format

---------

Signed-off-by: Shailendra Thakur <[email protected]>
Signed-off-by: Dario Pizzamiglio <[email protected]>
Co-authored-by: Bei Chu <[email protected]>
Co-authored-by: Chloe Kim <[email protected]>
Co-authored-by: Shailendra Thakur <[email protected]>
Co-authored-by: Dario Pizzamiglio <[email protected]>
Co-authored-by: Matteo Pelati <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants