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

feat: add test with example trace #1

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

smanilov
Copy link
Collaborator

@smanilov smanilov commented Jun 6, 2024

This test gives a concrete example of how the structures can be put together to represent the execution of a program. The actual logic that is tested is contrived: it's just checkinging that the serialized message is of a certain length, but this could be flaky, as it depends on the behavior of the serde dependency.

This test gives a concrete example of how the structures can be put
together to represent the execution of a program. The actual logic that
is tested is contrived: it's just checkinging that the serialized
message is of a certain length, but this could be flaky, as it depends
on the behavior of the serde dependency.
@alehander92
Copy link
Collaborator

pending on further changes in the lib: we can use the new trace generation api(or a trace generated by program)
for generating such a test, or move it in the backend if needed

@alehander92 alehander92 reopened this Jun 12, 2024
@alehander92 alehander92 marked this pull request as draft June 12, 2024 12:34
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.

2 participants