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

refactor(core): remove abort event error on init #9465

Merged
merged 1 commit into from
Jan 1, 2025
Merged

Conversation

doodlewind
Copy link
Member

Following error always throw on Affine init, which is actually an Event from abort controller that can be handled in upstream.

image

Copy link

graphite-app bot commented Dec 31, 2024

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

Copy link

codecov bot commented Dec 31, 2024

Codecov Report

Attention: Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.

Project coverage is 52.83%. Comparing base (d97c4b5) to head (8227d68).
Report is 1 commits behind head on canary.

Files with missing lines Patch % Lines
...frontend/core/src/modules/cloud/entities/server.ts 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           canary    #9465      +/-   ##
==========================================
+ Coverage   52.59%   52.83%   +0.24%     
==========================================
  Files        2151     2151              
  Lines       96961    96964       +3     
  Branches    16154    16192      +38     
==========================================
+ Hits        51000    51235     +235     
+ Misses      44549    44305     -244     
- Partials     1412     1424      +12     
Flag Coverage Δ
server-test 78.79% <ø> (+0.71%) ⬆️
unittest 32.62% <0.00%> (-0.01%) ⬇️

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.

doodlewind added a commit that referenced this pull request Dec 31, 2024
Following error always throw on Affine init, which is actually an `Event` from abort controller that can be handled in upstream.

![image](https://github.com/user-attachments/assets/50c25e5e-4a9c-45e0-b756-6b0f47390733)
Copy link

graphite-app bot commented Dec 31, 2024

Merge activity

  • Dec 31, 6:33 AM EST: The Graphite merge queue couldn't merge this PR because it failed for an unknown reason (All comments must be resolved before merging).
  • Dec 31, 8:22 PM EST: A user added this pull request to the Graphite merge queue.
  • Dec 31, 8:38 PM EST: A user merged this pull request with the Graphite merge queue.

Following error always throw on Affine init, which is actually an `Event` from abort controller that can be handled in upstream.

![image](https://github.com/user-attachments/assets/50c25e5e-4a9c-45e0-b756-6b0f47390733)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants