Commit 80e9ab2
committed
Remove ApacheClientNullHttpHostRequestTest
Apache HttpClient 4.0's DefaultRequestDirector.determineRoute throws
IllegalStateException when target host is null and not set in params,
so this test could never pass against the pinned 4.0 client. The
@nullable annotation added to the instrumentation advice is a
documentation-only change and does not need a runtime test.1 parent be109c4 commit 80e9ab2
1 file changed
Lines changed: 0 additions & 19 deletions
File tree
- instrumentation/apache-httpclient/apache-httpclient-4.0/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/apachehttpclient/v4_0
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | 96 | | |
116 | 97 | | |
117 | 98 | | |
| |||
0 commit comments