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: use ctx cache in msg server integration test #77

Merged
merged 2 commits into from
Aug 16, 2023

Conversation

170210
Copy link

@170210 170210 commented Aug 16, 2023

Description

Fixes the bug in integration test when testing multiple specs in one test function.
In this pr, we use ctx.CacheContext() instead of ctx.
Fix the bug caused by #70

Checklist:

  • I followed the contributing guidelines and code of conduct.
  • I have added a relevant changelog to CHANGELOG.md
  • I have added tests to cover my changes.(not needed)
  • I have updated the documentation accordingly.(not needed)
  • I have updated API documentation client/docs/swagger-ui/swagger.yaml(not needed)

@170210 170210 self-assigned this Aug 16, 2023
@170210 170210 added the bug Something isn't working label Aug 16, 2023
@170210 170210 marked this pull request as ready for review August 16, 2023 08:45
@Kynea0b
Copy link

Kynea0b commented Aug 16, 2023

If the checklist is not required this time, please write that it is not required

@170210 170210 merged commit f800042 into Finschia:main Aug 16, 2023
170210 added a commit to 170210/wasmd that referenced this pull request Aug 16, 2023
* fix: use ctx cache in msg server integration test

Signed-off-by: 170210 <[email protected]>

* chore: add this PR to CHANGELOG

Signed-off-by: 170210 <[email protected]>

---------

Signed-off-by: 170210 <[email protected]>
170210 added a commit to 170210/wasmd that referenced this pull request Aug 16, 2023
* fix: use ctx cache in msg server integration test

Signed-off-by: 170210 <[email protected]>

* chore: add this PR to CHANGELOG

Signed-off-by: 170210 <[email protected]>

---------

Signed-off-by: 170210 <[email protected]>
@170210 170210 deleted the hotfix/xctx branch August 17, 2023 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants