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

Write events to run.out #45

Merged
merged 3 commits into from
Feb 20, 2023
Merged

Conversation

ackintosh
Copy link
Contributor

@ackintosh ackintosh commented Jan 21, 2023

This PR is related to #30.

Only logging to run.out has been implemented in this PR.


I have checked the output.

record_success:

{"ts":1674342760265576046,"event":{"message_event":{"message":"claimed sequence numbers; global=1, group(single)=1"}}}
{"ts":1674342760377800046,"event":{"message_event":{"message":"Hello, sdk-rust!"}}}
{"ts":1674342760679254171,"event":{"success_event":{"group":"single"}}}

record_failure:

{"ts":1674344428810174513,"event":{"message_event":{"message":"claimed sequence numbers; global=1, group(single)=1"}}}
{"ts":1674344428814512055,"event":{"message_event":{"message":"Hello, sdk-rust!"}}}
{"ts":1674344428817991013,"event":{"failure_event":{"group":"single","error":"error"}}}

record_crash:

{"ts":1674344518163850263,"event":{"message_event":{"message":"claimed sequence numbers; global=1, group(single)=1"}}}
{"ts":1674344518165354596,"event":{"message_event":{"message":"Hello, sdk-rust!"}}}
{"ts":1674344518208433013,"event":{"crash_event":{"groups":"single","error":"error","stacktrace":"stacktrace"}}}

Copy link
Member

@Bidon15 Bidon15 left a comment

Choose a reason for hiding this comment

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

LGTM

@Bidon15 Bidon15 merged commit 1fd032e into testground:master Feb 20, 2023
@ackintosh ackintosh deleted the feature/run-out branch February 21, 2023 21:53
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