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

fix: Update symbolicator snapshots #12710

Merged
merged 10 commits into from
Apr 15, 2019
Merged

Conversation

untitaker
Copy link
Member

Other stuff around the event changes too often, only snapshot the parts we care about.

Regarding moving this testsuite out of allowed_failures: I would propose we do that when we see the last n master builds succeeding.

People should be able to run these tests locally as well. Right now this is not possible with sentry devservices because OS X requires special network config. I think we have to detect OS X and set a different internal-url-prefix based on that (in the tests). This is a very shitty experience because our testsuite will probably depend on having started symbolicator in a certain way, even if it always listens to the same port on localhost.

@untitaker untitaker assigned jan-auer and untitaker and unassigned jan-auer Apr 10, 2019
@untitaker untitaker requested a review from jan-auer April 10, 2019 16:38
@untitaker
Copy link
Member Author

How about this:

if <system is OS X> and <there is a docker container running called sentry_symbolicator>:
    internal_url_prefix = 'host.docker.internal ...'
else:
    internal_url_prefix = 'localhost ...'

@untitaker
Copy link
Member Author

cc @mattrobenolt who might have opinions about what I added to the devservices part for symbolicator.

@untitaker untitaker requested a review from mattrobenolt April 11, 2019 17:28
Copy link
Member

@jan-auer jan-auer left a comment

Choose a reason for hiding this comment

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

WCGW

Copy link
Member

@jan-auer jan-auer left a comment

Choose a reason for hiding this comment

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

Ah wait, errors needs to remain.

@untitaker untitaker merged commit e803b2a into master Apr 15, 2019
@untitaker untitaker deleted the fix/update-symbolicator-snapshots branch April 15, 2019 12:55
@getsentry getsentry deleted a comment from untitaker Apr 15, 2019
jan-auer added a commit that referenced this pull request Apr 16, 2019
* master: (50 commits)
  fix(ui) Don't show save-org-search on event search (#12785)
  ref(ui): Remove some unnecessary index.jsx files (#12606)
  feat(app-platform): Analytics (#12718)
  ref(js): Remove ApiMixin (#12384)
  test(js): Silence project plugin console info spam (#12761)
  test(js): Move SaveSearchStore.reset() (#12769)
  test(js): Add more fields to Group fixture (#12759)
  feat(app-platform): Integration "Learn More" modal (#12638)
  feat(saved-searches) Move create saved search button to search bar. (#12781)
  ref(global-header): Remove dead code (#12767)
  ref(releases): Refactored Releases Serializers (#12535)
  feat(app-platform): Sort Integrations (#12697)
  ref(audit-log): Log sso config updates (#12744)
  ref(app-platform): New 'Open In' UI  (#12621)
  feat(events): Use SnubaEvent if option is turned on (#12594)
  feat(global-selection-header): show settings icon link in single project mode (#12772)
  refs(api): Consolidate all search backend code into `SnubaSearchBackend`
  fix(tests) Remove large snapshots (#12766)
  fix: Update symbolicator snapshots (#12710)
  ref: Upgrade semaphore (#12751)
  ...
@github-actions github-actions bot locked and limited conversation to collaborators Dec 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants