Skip to content

Commit

Permalink
Debug - output difference
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangulbiz committed Sep 25, 2023
1 parent ce9da5e commit f1be505
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,12 @@ jobs:
pg_major: << parameters.pg_major >>
- configure
- enable_core
- run:
name: Debug DNS Resolution
command: |
apt install dnsutils -t
cat /etc/resolv.conf
nslookup non-existent
- run:
name: 'Run Test'
command: |
Expand Down Expand Up @@ -714,7 +720,6 @@ workflows:
runs: << pipeline.parameters.flaky_test_runs_per_job >>

build_and_test:
when: false
jobs:
- build:
name: build-14
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,11 @@ jobs:
steps:
- uses: actions/[email protected]
- uses: "./.github/actions/setup_extension"
- name: Debug DNS Resolution
run: |
apt install dnsutils -t
cat /etc/resolv.conf
nslookup non-existent
- name: Run Test
run: gosu circleci make -C src/test/${{ matrix.suite }} ${{ matrix.make }}
timeout-minutes: 20
Expand Down

0 comments on commit f1be505

Please sign in to comment.