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

test pinning ddtrace #9090

Merged
merged 1 commit into from
Nov 15, 2023
Merged

test pinning ddtrace #9090

merged 1 commit into from
Nov 15, 2023

Conversation

MichelleArk
Copy link
Contributor

@MichelleArk MichelleArk commented Nov 15, 2023

resolves #9091

Problem

https://github.com/dbt-labs/dbt-core/actions/runs/6882862204/job/18723109718

Solution

Checklist

  • I have read the contributing guide and understand what's expected of me
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc) or this PR has already received feedback and approval from Product or DX
  • This PR includes type annotations for new and modified functions

@cla-bot cla-bot bot added the cla:yes label Nov 15, 2023
Copy link
Contributor

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.

Copy link

codecov bot commented Nov 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0131fea) 86.56% compared to head (350ed56) 86.55%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9090      +/-   ##
==========================================
- Coverage   86.56%   86.55%   -0.02%     
==========================================
  Files         179      179              
  Lines       26539    26539              
==========================================
- Hits        22974    22970       -4     
- Misses       3565     3569       +4     
Flag Coverage Δ
integration 83.44% <ø> (-0.02%) ⬇️
unit 64.77% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MichelleArk MichelleArk added the Skip Changelog Skips GHA to check for changelog file label Nov 15, 2023
@MichelleArk MichelleArk marked this pull request as ready for review November 15, 2023 22:17
@MichelleArk MichelleArk requested a review from a team as a code owner November 15, 2023 22:17
@MichelleArk MichelleArk merged commit 3902137 into main Nov 15, 2023
59 of 61 checks passed
@MichelleArk MichelleArk deleted the pin-ddtrace branch November 15, 2023 22:18
github-actions bot pushed a commit that referenced this pull request Nov 15, 2023
(cherry picked from commit 3902137)
github-actions bot pushed a commit that referenced this pull request Nov 15, 2023
(cherry picked from commit 3902137)
github-actions bot pushed a commit that referenced this pull request Nov 15, 2023
(cherry picked from commit 3902137)
github-actions bot pushed a commit that referenced this pull request Nov 15, 2023
(cherry picked from commit 3902137)
Copy link
Contributor

The backport to 1.3.latest failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.3.latest 1.3.latest
# Navigate to the new working tree
cd .worktrees/backport-1.3.latest
# Create a new branch
git switch --create backport-9090-to-1.3.latest
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 3902137dfcaf8728437f8e92380d72b522974271
# Push it to GitHub
git push --set-upstream origin backport-9090-to-1.3.latest
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.3.latest

Then, create a pull request where the base branch is 1.3.latest and the compare/head branch is backport-9090-to-1.3.latest.

@emmyoop emmyoop added the backport 1.2.latest This PR will be backported to the 1.2.latest branch label Nov 15, 2023
Copy link
Contributor

The backport to 1.2.latest failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.2.latest 1.2.latest
# Navigate to the new working tree
cd .worktrees/backport-1.2.latest
# Create a new branch
git switch --create backport-9090-to-1.2.latest
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 3902137dfcaf8728437f8e92380d72b522974271
# Push it to GitHub
git push --set-upstream origin backport-9090-to-1.2.latest
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.2.latest

Then, create a pull request where the base branch is 1.2.latest and the compare/head branch is backport-9090-to-1.2.latest.

emmyoop pushed a commit that referenced this pull request Nov 15, 2023
# Conflicts:
#	dev-requirements.txt
emmyoop pushed a commit that referenced this pull request Nov 15, 2023
# Conflicts:
#	dev-requirements.txt
emmyoop pushed a commit that referenced this pull request Nov 15, 2023
(cherry picked from commit 3902137)

Co-authored-by: Michelle Ark <MichelleArk@users.noreply.github.com>
emmyoop pushed a commit that referenced this pull request Nov 15, 2023
(cherry picked from commit 3902137)

Co-authored-by: Michelle Ark <MichelleArk@users.noreply.github.com>
emmyoop added a commit that referenced this pull request Nov 15, 2023
# Conflicts:
#	dev-requirements.txt

Co-authored-by: Michelle Ark <MichelleArk@users.noreply.github.com>
emmyoop pushed a commit that referenced this pull request Nov 15, 2023
(cherry picked from commit 3902137)

Co-authored-by: Michelle Ark <MichelleArk@users.noreply.github.com>
emmyoop pushed a commit that referenced this pull request Nov 15, 2023
(cherry picked from commit 3902137)

Co-authored-by: Michelle Ark <MichelleArk@users.noreply.github.com>
aranke pushed a commit that referenced this pull request Nov 16, 2023
@aranke aranke mentioned this pull request Jul 12, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CT-3392] [Bug] Windows tests fails with an InternalError/ValueError
2 participants