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

BED-4194: PG Migrator Testing #582

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from
Draft

BED-4194: PG Migrator Testing #582

wants to merge 19 commits into from

Conversation

maffkipp
Copy link
Contributor

@maffkipp maffkipp commented Apr 25, 2024

Description

This PR adds integration tests for our migrator tool that handles importing nodes, edges, and kinds from neo4j into postgres. It also adds some minor refactors to the migrator itself to make it easier to test, and upgrades our integration testing postgres db from 13.2 to 16.1.

Motivation and Context

We are planning on using this migrator to assist in switching customers over to our postgres graph driver, but we want to make sure it has adequate test coverage first.

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Chore (a change that does not modify the application functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • Documentation updates are needed, and have been made accordingly.
  • I have added and/or updated tests to cover my changes.
  • All new and existing tests passed.
  • My changes include a database migration.

@maffkipp maffkipp self-assigned this Apr 25, 2024
@maffkipp maffkipp changed the title PG Migrator Testing BED-4194: PG Migrator Testing Apr 26, 2024
@zinic
Copy link
Collaborator

zinic commented Apr 30, 2024

Looks like we got dinged with a merge conflict but otherwise so far so good. One minor nit for the in-progress work.

@maffkipp maffkipp marked this pull request as ready for review May 7, 2024 18:22
@maffkipp maffkipp marked this pull request as draft May 17, 2024 19:36
@maffkipp maffkipp added tooling This updates developer tooling blocked This pull request cannot be completed and should not be merged labels Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked This pull request cannot be completed and should not be merged tooling This updates developer tooling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants