ROX-30390: Leftovers from the prototype & code instrumentation#16238
ROX-30390: Leftovers from the prototype & code instrumentation#16238
Conversation
|
This change is part of the following stack:
Change managed by git-spice. |
|
Skipping CI for Draft Pull Request. |
35c28a0 to
60d5adb
Compare
|
Images are ready for the commit at 4863bbe. To use with deploy scripts, first |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #16238 +/- ##
==========================================
+ Coverage 48.80% 48.94% +0.13%
==========================================
Files 2681 2692 +11
Lines 200443 201616 +1173
==========================================
+ Hits 97824 98673 +849
- Misses 95011 95291 +280
- Partials 7608 7652 +44
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
84434bb to
c23d11b
Compare
eafc6e1 to
06f5231
Compare
abff35a to
02331a4
Compare
06f5231 to
f5802b3
Compare
a4c9698 to
e011138
Compare
f5802b3 to
cbcd895
Compare
927633c to
44fc457
Compare
58aba7f to
5668728
Compare
36b9a43 to
703e66e
Compare
703e66e to
eaa9b45
Compare
704fe59 to
8569426
Compare
95e2235 to
35cfa5e
Compare
ac7ff37 to
3f9f4ca
Compare
fc34cbe to
f334b70
Compare
3f9f4ca to
9b9dd17
Compare
f334b70 to
1ac5d52
Compare
9b9dd17 to
140f9db
Compare
1ac5d52 to
ccb518f
Compare
140f9db to
d9cb951
Compare
ccb518f to
47765fe
Compare
d9cb951 to
c7cea83
Compare
47765fe to
35b7587
Compare
c7cea83 to
2dbc36b
Compare
35b7587 to
8f2fe5e
Compare
2dbc36b to
61244cc
Compare
8f2fe5e to
f3ae7f0
Compare
61244cc to
79fd12e
Compare
f3ae7f0 to
0627fd1
Compare
c566f54 to
a5e05d2
Compare
0627fd1 to
3052e34
Compare
|
Closing as this was never meant to be merged. |
Description
This PR holds the tip of the PR stack and contains all code used in the prototyping phase that most probably should not be merged into master. In particular:
combinedupdate computer that is a synthetic being created only to execute two other update computers in parallelUser-facing documentation
Testing and quality
Automated testing
How I validated my change
Size of helper data structs
Base branch (no workload).
Note that the
Legacyimplementations will never useclosed*Size, that is why they are all 0. However, it will store the last sent state - seeenriched*LastSentState.This PR.
Note that the
Categorizedimplementations will never useenriched*LastSentState, that is why they are all 0. However, it will store all closed connections - seeclosedConnsSize.