Skip to content

Conversation

@dimitri
Copy link
Owner

@dimitri dimitri commented Sep 28, 2022

In passing, also change the test build dependencies in a way that docker-compose knows about our usage of the common pagila container. This allows skipping useless builds of that intermediate container.

The docker-compose run command also is a better UI for our testing when compared to using docker-compose up and then waiting until the main container stops.

In passing, also change the test build dependencies in a way that
docker-compose knows about our usage of the common pagila container. This
allows skipping useless builds of that intermediate container.

The docker-compose run command also is a better UI for our testing when
compared to using docker-compose up and then waiting until the main
container stops.
In short docker-compose does not know how to handle build time dependencies
between different containers. I suppose we would need a place to push the
intermediate images and pull them later, and we're now using the local
docker daemon for that by building the pre-requisites manually before
invoking the docker-compose build and run commands.
@dimitri dimitri merged commit a147c08 into main Sep 28, 2022
@dimitri dimitri deleted the tests/docker-compose-run branch September 28, 2022 17:07
arajkumar added a commit to arajkumar/pgcopydb that referenced this pull request Jun 6, 2024
We run vacuumdb on target post initial data copy. It analyzes hypertable
and it's chunks, however running analyze on hypertable also analyzes
it's chunks leading to double analyze.

Solution: Exclude _timescaledb_internal schema from analyze

Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>
arajkumar added a commit to arajkumar/pgcopydb that referenced this pull request Jun 26, 2024
efce882 Problem: Array out of bounds access during transform (dimitri#114)
b772480 test: jobs migration created by another user
ab53bb8 Problem: double analyze performed on hypertable chunks (dimitri#113)
f483439 test: migration of case sensitive objects
98274d3 (chore) Refactor live-migration teardown (dimitri#111)

Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>
hanefi added a commit to hanefi/pgcopydb that referenced this pull request Feb 21, 2025
…unit tests (dimitri#113)

* Refactoring: Move `parse_pg_version_string` function to Rust and add unit tests

* Update src/bin/lib/pgcopydb-rs/src/ffi/parsing_utils.rs

Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>

---------

Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
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.

2 participants