Skip to content

build: Fix @sentry/ember tests #3610

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

Merged
merged 2 commits into from
May 27, 2021
Merged

build: Fix @sentry/ember tests #3610

merged 2 commits into from
May 27, 2021

Conversation

AbhiPrasad
Copy link
Member

lol

See: https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches

Before submitting a pull request, please take a look at our
Contributing guidelines and verify:

  • If you've added code that should be tested, please add tests.
  • Ensure your code lints and the test suite passes (yarn lint) & (yarn test).

@AbhiPrasad AbhiPrasad requested a review from HazAT May 27, 2021 19:17
@AbhiPrasad AbhiPrasad requested a review from kamilogorek as a code owner May 27, 2021 19:17
Copy link
Contributor

@kamilogorek kamilogorek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥲

@github-actions
Copy link
Contributor

github-actions bot commented May 27, 2021

size-limit report

Path Size
@sentry/browser - CDN Bundle (gzipped) 20.76 KB (+0.01% 🔺)
@sentry/browser - Webpack 21.98 KB (0%)
@sentry/react - Webpack 22.01 KB (0%)
@sentry/browser + @sentry/tracing - CDN Bundle (gzipped) 28.16 KB (+0.01% 🔺)

@AbhiPrasad AbhiPrasad enabled auto-merge (squash) May 27, 2021 19:35
@AbhiPrasad AbhiPrasad merged commit 301c7cd into master May 27, 2021
@AbhiPrasad AbhiPrasad deleted the abhi/build-fix-ember branch May 27, 2021 19:46
lobsterkatie added a commit that referenced this pull request Jan 11, 2022
…#4275)

In #3610, a change was made to the ember tests in CI, to fix an unspecified problem with checking out the relevant commit for testing. Unfortunately, the change was added in the wrong spot. As a result, 

1) the problem wasn't fixed, and
2) we started getting warnings in CI "Unexpected input `fetch-depth`"

Number 1 was fixed in 9b5ab61#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721, by adding the option to the right spot (again, for an unspecified reason).

This PR fixes problem 2, by removing the option from the wrong spot.

Given the mystery surrounding the addition of `fetch-depth` in the first place, it also adds a TODO to reconsider if we need it once ember tests are again all passing.
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.

2 participants