From c75c5c7c75c56bc978f660e1b3521fc5c39bcc44 Mon Sep 17 00:00:00 2001 From: "Michael J. Sullivan" Date: Thu, 23 Jan 2025 14:15:37 -0800 Subject: [PATCH] Turn on EDGEDB_DEBUG_SERVER --- .github/workflows.src/build.inc.yml | 1 + .github/workflows/dryrun.yml | 11 +++++++++++ .github/workflows/nightly.yml | 11 +++++++++++ .github/workflows/release.yml | 11 +++++++++++ .github/workflows/testing.yml | 11 +++++++++++ 5 files changed, 45 insertions(+) diff --git a/.github/workflows.src/build.inc.yml b/.github/workflows.src/build.inc.yml index f34e5cf229d6..ff36ddf8b31a 100644 --- a/.github/workflows.src/build.inc.yml +++ b/.github/workflows.src/build.inc.yml @@ -217,6 +217,7 @@ # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: << 0 if tgt.runs_on and 'self-hosted' in tgt.runs_on else 1 >> + EDGEDB_DEBUG_SERVER: 1 <%- endfor %> <%- for tgt in targets.macos %> diff --git a/.github/workflows/dryrun.yml b/.github/workflows/dryrun.yml index 0571e89e020a..3604ede83500 100644 --- a/.github/workflows/dryrun.yml +++ b/.github/workflows/dryrun.yml @@ -581,6 +581,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-debian-bullseye-aarch64: needs: [build-debian-bullseye-aarch64] @@ -602,6 +603,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-debian-bookworm-aarch64: needs: [build-debian-bookworm-aarch64] @@ -623,6 +625,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-ubuntu-bionic-aarch64: needs: [build-ubuntu-bionic-aarch64] @@ -644,6 +647,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-ubuntu-focal-aarch64: needs: [build-ubuntu-focal-aarch64] @@ -665,6 +669,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-ubuntu-jammy-aarch64: needs: [build-ubuntu-jammy-aarch64] @@ -686,6 +691,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-ubuntu-noble-aarch64: needs: [build-ubuntu-noble-aarch64] @@ -707,6 +713,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-centos-8-aarch64: needs: [build-centos-8-aarch64] @@ -728,6 +735,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-rockylinux-9-aarch64: needs: [build-rockylinux-9-aarch64] @@ -749,6 +757,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-linux-aarch64: needs: [build-linux-aarch64] @@ -770,6 +779,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-linuxmusl-aarch64: needs: [build-linuxmusl-aarch64] @@ -791,6 +801,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-macos-aarch64: needs: [build-macos-aarch64] diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 2ecb11a08f86..bdf7806c9a27 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -586,6 +586,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-debian-bullseye-aarch64: needs: [build-debian-bullseye-aarch64] @@ -607,6 +608,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-debian-bookworm-aarch64: needs: [build-debian-bookworm-aarch64] @@ -628,6 +630,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-ubuntu-bionic-aarch64: needs: [build-ubuntu-bionic-aarch64] @@ -649,6 +652,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-ubuntu-focal-aarch64: needs: [build-ubuntu-focal-aarch64] @@ -670,6 +674,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-ubuntu-jammy-aarch64: needs: [build-ubuntu-jammy-aarch64] @@ -691,6 +696,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-ubuntu-noble-aarch64: needs: [build-ubuntu-noble-aarch64] @@ -712,6 +718,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-centos-8-aarch64: needs: [build-centos-8-aarch64] @@ -733,6 +740,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-rockylinux-9-aarch64: needs: [build-rockylinux-9-aarch64] @@ -754,6 +762,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-linux-aarch64: needs: [build-linux-aarch64] @@ -775,6 +784,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-linuxmusl-aarch64: needs: [build-linuxmusl-aarch64] @@ -796,6 +806,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-macos-aarch64: needs: [build-macos-aarch64] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea284289e0d5..cb332d76ce70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -346,6 +346,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-debian-bullseye-aarch64: needs: [build-debian-bullseye-aarch64] @@ -366,6 +367,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-debian-bookworm-aarch64: needs: [build-debian-bookworm-aarch64] @@ -386,6 +388,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-ubuntu-bionic-aarch64: needs: [build-ubuntu-bionic-aarch64] @@ -406,6 +409,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-ubuntu-focal-aarch64: needs: [build-ubuntu-focal-aarch64] @@ -426,6 +430,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-ubuntu-jammy-aarch64: needs: [build-ubuntu-jammy-aarch64] @@ -446,6 +451,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-ubuntu-noble-aarch64: needs: [build-ubuntu-noble-aarch64] @@ -466,6 +472,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-centos-8-aarch64: needs: [build-centos-8-aarch64] @@ -486,6 +493,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-rockylinux-9-aarch64: needs: [build-rockylinux-9-aarch64] @@ -506,6 +514,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-linux-aarch64: needs: [build-linux-aarch64] @@ -526,6 +535,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-linuxmusl-aarch64: needs: [build-linuxmusl-aarch64] @@ -546,6 +556,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-macos-aarch64: needs: [build-macos-aarch64] diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 8f27a2e4300a..c32413e93798 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -359,6 +359,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-debian-bullseye-aarch64: needs: [build-debian-bullseye-aarch64] @@ -380,6 +381,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-debian-bookworm-aarch64: needs: [build-debian-bookworm-aarch64] @@ -401,6 +403,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-ubuntu-bionic-aarch64: needs: [build-ubuntu-bionic-aarch64] @@ -422,6 +425,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-ubuntu-focal-aarch64: needs: [build-ubuntu-focal-aarch64] @@ -443,6 +447,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-ubuntu-jammy-aarch64: needs: [build-ubuntu-jammy-aarch64] @@ -464,6 +469,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-ubuntu-noble-aarch64: needs: [build-ubuntu-noble-aarch64] @@ -485,6 +491,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-centos-8-aarch64: needs: [build-centos-8-aarch64] @@ -506,6 +513,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-rockylinux-9-aarch64: needs: [build-rockylinux-9-aarch64] @@ -527,6 +535,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-linux-aarch64: needs: [build-linux-aarch64] @@ -548,6 +557,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-linuxmusl-aarch64: needs: [build-linuxmusl-aarch64] @@ -569,6 +579,7 @@ jobs: # edb test with -j higher than 1 seems to result in workflow # jobs getting killed arbitrarily by Github. PKG_TEST_JOBS: 0 + EDGEDB_DEBUG_SERVER: 1 test-macos-aarch64: needs: [build-macos-aarch64]