Skip to content
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

[Bug] Update run-integration-tests-hatch part of internal-archive-release.yml to test against current branch #121

Open
2 tasks done
McKnight-42 opened this issue May 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@McKnight-42
Copy link

Is this a new bug in dbt-release?

  • I believe this is a new bug in dbt-release
  • I have searched the existing issues, and I could not find an existing issue for this bug

Current Behavior

run-integration-tests-hatch:
    name: 'Integration Tests (Hatch)'
    needs: [initial-setup, job-setup, run-unit-tests-hatch]
    if: |
      needs.initial-setup.outputs.is_hatch_adapter == 'true' &&
      needs.initial-setup.outputs.skip_tests == 'false'

    uses: "dbt-labs/dbt-postgres/.github/workflows/integration-tests.yml@main"
    with:
      core_branch: "main"
      dbt_adapters_branch: "main"

currently tests against main for the adapter

Expected Behavior

it should test against the adapter version/branch being run through the workflow

Steps To Reproduce

traceback:
when releasing https://github.com/dbt-labs/dbt-postgres/actions/runs/9024217690 initially we ran the workflow and ran into instances of failures for tests that didn't exist on the 1.8.latest branch but did on the main branch.

Relevant log output

No response

Additional Context

No response

@McKnight-42 McKnight-42 added the bug Something isn't working label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant