Skip to content

Commit

Permalink
use manifest files for test skips
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Jan 26, 2024
1 parent 37c9886 commit 0294ca3
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions manifests/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ tests/:
Test_DsmRabbitmq_TopicExchange: missing_feature
parametric/:
test_dynamic_configuration.py:
TestDynamicConfigHeaderTags: missing_feature
TestDynamicConfigV1: missing_feature
TestDynamicConfigV2: missing_feature
test_otel_span_methods.py: irrelevant (library does not implement OpenTelemetry)
Expand Down
1 change: 1 addition & 0 deletions manifests/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ tests/:
Test_DsmRabbitmq_TopicExchange: missing_feature
parametric/:
test_dynamic_configuration.py:
TestDynamicConfigHeaderTags: missing_feature
TestDynamicConfigV1: v2.33.0
TestDynamicConfigV2: v2.44.0
test_span_links.py: missing_feature
Expand Down
1 change: 1 addition & 0 deletions manifests/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ tests/:
Test_DsmRabbitmq_TopicExchange: missing_feature
parametric/:
test_dynamic_configuration.py:
TestDynamicConfigHeaderTags: missing_feature
TestDynamicConfigV1: v1.59.0-dev
TestDynamicConfigV2: v1.59.0-dev
test_span_links.py: missing_feature
Expand Down
1 change: 1 addition & 0 deletions manifests/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,7 @@ tests/:
Test_Sql: bug (Endpoint is probably improperly implemented on weblog)
parametric/:
test_dynamic_configuration.py:
TestDynamicConfigHeaderTags: missing_feature
TestDynamicConfigV1: v1.17.0
TestDynamicConfigV2: missing_feature
test_span_links.py: missing_feature
Expand Down
1 change: 1 addition & 0 deletions manifests/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ tests/:
Test_DsmRabbitmq_TopicExchange: missing_feature
parametric/:
test_dynamic_configuration.py:
TestDynamicConfigHeaderTags: missing_feature
TestDynamicConfigV1: v4.11.0
TestDynamicConfigV2: missing_feature
test_span_links.py: missing_feature
Expand Down
1 change: 1 addition & 0 deletions manifests/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ tests/:
Test_DsmRabbitmq_TopicExchange: missing_feature
parametric/:
test_dynamic_configuration.py:
TestDynamicConfigHeaderTags: missing_feature
TestDynamicConfigV1: missing_feature
TestDynamicConfigV2: missing_feature
test_otel_span_methods.py:
Expand Down
1 change: 1 addition & 0 deletions manifests/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ tests/:
Test_DsmRabbitmq_TopicExchange: missing_feature
parametric/:
test_dynamic_configuration.py:
TestDynamicConfigHeaderTags: missing_feature
TestDynamicConfigV1: v1.13.0
TestDynamicConfigV2: missing_feature
test_otel_span_methods.py:
Expand Down
3 changes: 0 additions & 3 deletions tests/parametric/test_dynamic_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ def assert_sampling_rate(trace: List[Dict], rate: float):
@scenarios.parametric
@features.dynamic_configuration
class TestDynamicConfigHeaderTags:
@missing_feature(
context.library in ["java", "dotnet", "golang", "nodejs", "cpp", "php"], reason="RPC not implemented yet"
)
@parametrize(
"library_env",
[
Expand Down

0 comments on commit 0294ca3

Please sign in to comment.