Commit e3fad2a
committed
Fix CI: pylint too-many-public-methods and DuplicateFilter test bleed
- Add pylint disable for too-many-public-methods on TestOTLPSpanExporter
(21 methods exceeds limit of 20, matching existing log exporter fix)
- Reset DuplicateFilter state between log exporter tests via setUp() to
prevent log suppression from 413 tests bleeding into
test_export_no_collector_available1 parent 1ffcda9 commit e3fad2a
File tree
2 files changed
+9
-1
lines changed- exporter/opentelemetry-exporter-otlp-proto-http/tests
2 files changed
+9
-1
lines changedLines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
82 | 90 | | |
83 | 91 | | |
84 | 92 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments