Commit 278adfb
committed
Restore grpc library exclusion in javaagent test classpath
PR open-telemetry#18316 removed the test classpath filter that excluded the grpc
library instrumentation jar from testExperimental, testStableSemconv,
and testBothSemconv. The removed comment explicitly warned that the
bundled ContextStorageOverride breaks these tests, and indeed it does:
with the library on the classpath, the gRPC Context (including its
cancellation) propagates through application executors, causing
clientCallAfterServerCompleted to fail with 'CANCELLED: io.grpc.Context
was cancelled without error'. This was the root cause of recent
testLatestDeps3 job failures on main.1 parent d780054 commit 278adfb
1 file changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
56 | 62 | | |
57 | 63 | | |
58 | 64 | | |
| |||
61 | 67 | | |
62 | 68 | | |
63 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
64 | 76 | | |
65 | 77 | | |
66 | 78 | | |
| |||
69 | 81 | | |
70 | 82 | | |
71 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
72 | 90 | | |
73 | 91 | | |
74 | 92 | | |
| |||
0 commit comments