Ken Barber
Ken Barber
This ticket covers the main query API changes: https://tickets.puppetlabs.com/browse/PDB-454 And we're adding a new end-point for enumeration and convenience: https://tickets.puppetlabs.com/browse/PDB-456 The nodes end-point is still being worked out, and is...
@garethr I think its premature to see the final shape of what input data should look like, for sure, but yes agree 100% we need to think about this requirement...
@wkalt how would I test this sucker?
Yeah, its a string not a boolean. Well spotted @juanbrein. Fixed.
For the sake of bisection I created a couple of tests, one with a small number of data, and one with something that creates parts. Pgcopydb args used: ``` pgcopydb...
I have figured out how to replicate the duration problem here for "Catalog Queries (table ordering, filtering, etc)" and "Dump schema". You'll notice in my above run, I already had...
I've seen this also, very rare but it happens. I'm having trouble reproducing it with my own smaller example however to share.
@rudonx what version of pgcopydb was this? It looks like it might be skipping an extension schema, which was fixed here: https://github.com/dimitri/pgcopydb/commit/82c406c81259b96d104c0b662ab975191ae853f9#diff-66883d8b337cf7ecc0ba3366792d6bad71bbbfffd1477153ea5350096c91af64L454 could you test using the newer version?