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

tracing: Remove whitespace from root span #4484

Merged
merged 1 commit into from
Jun 20, 2022

Conversation

cmaf
Copy link
Contributor

@cmaf cmaf commented Jun 17, 2022

Remove space from root span name to follow camel casing of other tracing
span names in the runtime and to make parsing easier in testing.

Fixes #4483

Signed-off-by: Chelsea Mafrica chelsea.e.mafrica@intel.com

Remove space from root span name to follow camel casing of other tracing
span names in the runtime and to make parsing easier in testing.

Fixes kata-containers#4483

Signed-off-by: Chelsea Mafrica <chelsea.e.mafrica@intel.com>
@cmaf
Copy link
Contributor Author

cmaf commented Jun 17, 2022

/test

@katacontainersbot katacontainersbot added the size/tiny Smallest and simplest task label Jun 17, 2022
@cmaf
Copy link
Contributor Author

cmaf commented Jun 17, 2022

jenkins-ci-ARM-ubuntu-18-04:

14:01:19 thread 'sandbox::tests::test_find_process' panicked at 'called `Result::unwrap()` 
on an `Err` value: Bad file descriptor (os error 9)', src/sandbox.rs:859:47
14:01:19 thread 'watcher::tests::create_tmpfs' panicked at 'assertion failed: 
is_mounted(WATCH_MOUNT_POINT_PATH).unwrap()', src/watcher.rs:1279:9

@cmaf
Copy link
Contributor Author

cmaf commented Jun 17, 2022

/retest-arm

cmaf added a commit to cmaf/tests that referenced this pull request Jun 17, 2022
Still WIP. Add check for spans specified in test data in jaeger tracing
output. Verify relative ordering of spans to test that spans occur in an
expected order. For example, test that some agent calls occur after
specific runtime calls, and that both occur under the root span.

Depends-on: github.com/kata-containers/kata-containers#4484
Fixes

Signed-off-by: Chelsea Mafrica <chelsea.e.mafrica@intel.com>
Copy link
Member

@fidencio fidencio left a comment

Choose a reason for hiding this comment

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

lgtm, thanks @cmaf!

@fidencio fidencio merged commit 6fd4008 into kata-containers:main Jun 20, 2022
cmaf added a commit to cmaf/tests that referenced this pull request Jun 27, 2022
Still WIP. Add check for spans specified in test data in jaeger tracing
output. Verify relative ordering of spans to test that spans occur in an
expected order. For example, test that some agent calls occur after
specific runtime calls, and that both occur under the root span.

Depends-on: github.com/kata-containers/kata-containers#4484
Fixes

Signed-off-by: Chelsea Mafrica <chelsea.e.mafrica@intel.com>
cmaf added a commit to cmaf/tests that referenced this pull request Jun 27, 2022
Still WIP. Add check for spans specified in test data in jaeger tracing
output. Verify relative ordering of spans to test that spans occur in an
expected order. For example, test that some agent calls occur after
specific runtime calls, and that both occur under the root span.

Depends-on: github.com/kata-containers/kata-containers#4484
Fixes

Signed-off-by: Chelsea Mafrica <chelsea.e.mafrica@intel.com>
cmaf added a commit to cmaf/tests that referenced this pull request Jun 27, 2022
Still WIP. Add check for spans specified in test data in jaeger tracing
output. Verify relative ordering of spans to test that spans occur in an
expected order. For example, test that some agent calls occur after
specific runtime calls, and that both occur under the root span.

Depends-on: github.com/kata-containers/kata-containers#4484
Fixes

Signed-off-by: Chelsea Mafrica <chelsea.e.mafrica@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/tiny Smallest and simplest task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove whitespace from root span name in tracing
4 participants