Skip to content

CI: Dev/federated #5

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

Closed
wants to merge 4 commits into from
Closed

CI: Dev/federated #5

wants to merge 4 commits into from

Conversation

jchampio
Copy link
Owner

No description provided.

@jchampio jchampio force-pushed the dev/federated branch 5 times, most recently from 58ff687 to 732f8d6 Compare April 26, 2023 22:58
@jchampio jchampio force-pushed the dev/federated branch 11 times, most recently from 6ad8d8e to 7d179f7 Compare July 17, 2023 22:07
@jchampio jchampio force-pushed the dev/federated branch 3 times, most recently from 0c72882 to 38a9691 Compare September 6, 2023 20:52
@jchampio jchampio force-pushed the dev/federated branch 4 times, most recently from 93e85ad to 28756ed Compare March 1, 2024 17:23
@jchampio jchampio force-pushed the dev/federated branch 18 times, most recently from a949be0 to 2774bd1 Compare March 7, 2025 16:28
@jchampio jchampio force-pushed the dev/federated branch 4 times, most recently from 0d51d7e to d183a12 Compare March 22, 2025 00:25
@jchampio jchampio force-pushed the dev/federated branch 2 times, most recently from 43fad81 to 17ac4fb Compare April 3, 2025 17:20
jchampio and others added 4 commits April 3, 2025 10:41
register_socket() missed a variable declaration if neither
HAVE_SYS_EPOLL_H nor HAVE_SYS_EVENT_H was defined.

While we're fixing that, adjust the tests to check pg_config.h for one
of the multiplexer implementations, rather than assuming that Windows is
the only platform without support. (Christoph reported this on
hurd-amd64, an experimental Debian.)

Reported-by: Christoph Berg <myon@debian.org>
Discussion: https://postgr.es/m/Z-sPFl27Y0ZC-VBl%40msg.df7cb.de
The connect_timeout=1 setting for the --hang-forever test was kept in
place for later tests, causing unexpected timeouts on slower buildfarm
animals. Remove it.

Reported-by: Andres Freund <andres@anarazel.de>
Requires Python 3. On the first run of `make installcheck` or `meson
test` the dependencies will be installed into a local virtualenv for
you. See the README for more details.

Cirrus has been updated to build OAuth support on Debian and FreeBSD.

The suite contains a --temp-instance option, analogous to pg_regress's
option of the same name, which allows an ephemeral server to be spun up
during a test run.

TODOs:
- The --tap-stream option to pytest-tap is slightly broken during test
  failures (it suppresses error information), which impedes debugging.
- pyca/cryptography is pinned at an old version. Since we use it for
  testing and not security, this isn't a critical problem yet, but it's
  not ideal. Newer versions require a Rust compiler to build, and while
  many platforms have precompiled wheels, some (FreeBSD) do not. Even
  with the Rust pieces bypassed, compilation on FreeBSD takes a while.
- The with_oauth test skip logic should probably be integrated into the
  Makefile side as well...
- See if 32-bit tests can be enabled with a 32-bit Python.
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.

1 participant