Skip to content

Commit

Permalink
Merge branch 'main' into issue_852
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jan 13, 2022
2 parents b21af73 + dd72d94 commit 33bf594
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/component_owners.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
components:

instrumentation/opentelemetry-instrumentation-kafka-python:
- nozik

instrumentation/opentelemetry-instrumentation-pika:
- oxeye-nikolay
- nikosokolik
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def _create_lambda_function(self, function_name: str, function_code: str):
Publish=True,
)

@mark.skip(reason="Docker error, unblocking builds for now.")
@mark.skipif(
sys.platform == "win32",
reason="requires docker and Github CI Windows does not have docker installed by default",
Expand All @@ -152,7 +153,7 @@ def test_invoke(self):
span = self.assert_invoke_span(function_name)
span_context = span.get_span_context()

# assert injected span
# # assert injected span
headers = json.loads(response["Payload"].read().decode("utf-8"))
self.assertEqual(
str(span_context.trace_id),
Expand Down

0 comments on commit 33bf594

Please sign in to comment.