test: rust daemon integration suite#720
Open
CougarTasker wants to merge 1 commit into
Open
Conversation
This was referenced Jun 17, 2026
aefbb64 to
8251f1e
Compare
ac12415 to
733fc8f
Compare
8251f1e to
b6c9064
Compare
733fc8f to
d306696
Compare
b6c9064 to
cec999b
Compare
d306696 to
4eef1da
Compare
cec999b to
54e6c57
Compare
4eef1da to
51b4e8e
Compare
54e6c57 to
2e07f3c
Compare
51b4e8e to
04f8f1b
Compare
2e07f3c to
549c5b2
Compare
04f8f1b to
56da482
Compare
549c5b2 to
1b637a4
Compare
56da482 to
2cde023
Compare
b57cd12 to
0e56eb4
Compare
2cde023 to
ead7362
Compare
| TIMESTAMP_MODE_REAL = "real" | ||
| TIMESTAMP_MODE_STOCHASTIC = "stochastic" | ||
| STOCHASTIC_JITTER_S = 0.05 | ||
| STOCHASTIC_JITTER_S = 0.004 # 120fps is 8.3 ms per frame jitter must be less than half |
Contributor
There was a problem hiding this comment.
should this be a ratio of the fps instead?
| """ | ||
| with scoped_daemon_storage_env(), scoped_offline_profile(): | ||
| try: | ||
| stop_daemon() |
Contributor
There was a problem hiding this comment.
Is this intentional? We should have parity between offline and online variants.
Member
Author
There was a problem hiding this comment.
I will revert, I think its a leftover from debugging
damonhayhurst-neuraco
approved these changes
Jun 26, 2026
ead7362 to
4014df2
Compare
0e56eb4 to
e7431bc
Compare
4014df2 to
7f3e237
Compare
e7431bc to
0448e5b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Features
data_daemonintegration harness runtime-aware so it exercises both the legacy Python daemon and the new Rust daemon.integration-platformworkflow running adaemon: [python, rust]matrix.Bugfixes
Items
Related PRs