Dmitry Ivanov

Results 33 comments of Dmitry Ivanov

Hi @qakapil, Unfortunately, remote hosts are not supported yet. You could create an instance of `PostgresNode` and change its host, but it won't do you any good: most of its...

> Is testgres primarily being used to test Postgres extensions ? Does testgres tests more features which installcheck tests (pg_regress) are not testing ? Currently, yes. For instance, we use...

Now that the questions have been answered, I think we should classify this issue as a feature request.

Huh... I guess it's time to bite the bullet and lift the limitations imposed by tokio-postgres.

> Container isolation. If you have root access in a container, is it feasible to break out of the container and get access to the host system? I'm confident that...

Os error 99 is none other than `EADDRNOTAVAIL`, per `man 2 connect`: ```man EADDRNOTAVAIL (Internet domain sockets) The socket referred to by sockfd had not previously been bound to an...

> Another guess is that the ports can interfere with other CI jobs and 30k is the total limit for one physical machine, but I have no proofs for this....

@mnullmei +1 for implementation in C

Hi again, The diff is large. I guess it has to do with your indentation settings. Could you fix that?