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

Change the concept of gtest::CoreLog so it becomes a log of the user related event #4122

Closed
techraed opened this issue Aug 7, 2024 · 1 comment
Labels
C2-refactoring Refactoring proposal

Comments

@techraed
Copy link
Member

techraed commented Aug 7, 2024

Proposal

Currently gtest::CoreLog and gtest::ExtManager.log is about all the user related messages either they are sent to mailbox or not. That must be changed, so log becomes collection of the user related events, emitted when:

  1. user gasful message with zero gas sent
  2. delayed user gasful message with zero gas sent
  3. any kind of replies to user are sent

To test that some user message was added to the mailbox a provided in gtest mailbox API must be called.

@techraed
Copy link
Member Author

done in #4232

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C2-refactoring Refactoring proposal
Projects
None yet
Development

No branches or pull requests

1 participant