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(interactive): Fix CI Bug Caused By PR #3630 #3647

Merged
merged 1 commit into from Mar 21, 2024

Conversation

shirly121
Copy link
Collaborator

What do these changes do?

The issue is caused by PR #3630, which changed the result collection from asynchronous to synchronous. After submitting a request to the client, it is necessary to actively call a request to retrieve the result from the buffer. However, the test chain forgot to add this call, leading to the problem. This PR mainly fix the issue.

Related issue number

Fixes

@shirly121 shirly121 marked this pull request as ready for review March 20, 2024 02:48
@shirly121 shirly121 changed the title fix(interactive): Fix Ci Bug Caused By PR #3630 fix(interactive): Fix CI Bug Caused By PR #3630 Mar 20, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 25.96%. Comparing base (292b636) to head (7896084).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3647   +/-   ##
=======================================
  Coverage   25.96%   25.96%           
=======================================
  Files         187      187           
  Lines       17379    17379           
=======================================
  Hits         4513     4513           
  Misses      12866    12866           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7bb5d3f...7896084. Read the comment docs.

Copy link
Collaborator

@zhanglei1949 zhanglei1949 left a comment

Choose a reason for hiding this comment

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

LGTM

@shirly121 shirly121 merged commit 2ebe351 into alibaba:main Mar 21, 2024
31 checks passed
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.

None yet

4 participants