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

assigner: add trace match check #226

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Conversation

oclaw
Copy link
Contributor

@oclaw oclaw commented Dec 23, 2024

Added to trace protobuf randomly generated value from trace_idx in order to check if all trace files passed to assigner are compatible to each other. Added option to skip this check if needed (not used now) + unit test with inconsistent data.

Old traces are not required to be re-generated, changes are not breaking

Also cleaned up assigner a bit

Copy link

github-actions bot commented Dec 23, 2024

Clang Test Results

  160 files  ±0    160 suites  ±0   15m 27s ⏱️ ±0s
7 179 tests ±0  7 173 ✅ ±0  6 💤 ±0  0 ❌ ±0 
7 253 runs  ±0  7 247 ✅ ±0  6 💤 ±0  0 ❌ ±0 

Results for commit 2930884. ± Comparison against base commit a3c1551.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Dec 23, 2024

Gcc Test Results

  160 files  ±0    160 suites  ±0   16m 16s ⏱️ ±0s
7 276 tests ±0  7 270 ✅ ±0  6 💤 ±0  0 ❌ ±0 
7 350 runs  ±0  7 344 ✅ ±0  6 💤 ±0  0 ❌ ±0 

Results for commit 2930884. ± Comparison against base commit a3c1551.

♻️ This comment has been updated with latest results.

@oclaw oclaw self-assigned this Dec 24, 2024
@oclaw oclaw force-pushed the feature/check-trace-matches branch 2 times, most recently from b61ab37 to f86f4aa Compare December 24, 2024 10:44
@oclaw oclaw requested review from akokoshn and x-mass December 24, 2024 10:46
Copy link

Verify traces integrity

@oclaw oclaw requested a review from makxenov December 24, 2024 13:27
@oclaw oclaw force-pushed the feature/check-trace-matches branch from f86f4aa to a4b40a2 Compare January 5, 2025 11:55
@oclaw oclaw requested a review from makxenov January 5, 2025 11:56
@oclaw oclaw force-pushed the feature/check-trace-matches branch from a4b40a2 to b5a35a4 Compare January 7, 2025 10:30
@oclaw oclaw force-pushed the feature/check-trace-matches branch from b5a35a4 to 2930884 Compare January 7, 2025 10:37
@oclaw oclaw merged commit 2984c7c into exp-traces Jan 7, 2025
10 checks passed
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.

4 participants