Commit c0d3f7d
fix(e2e): stabilize canary tests for langchain version drift and anthropic timeout
Normalize invocation-parameter fields (max_tokens, model, stream,
temperature) that older @langchain/openai included alongside the
standardized ls_* metadata keys but newer versions removed. Dropping
these from the snapshot makes the wrap-langchain-js-traces canary test
stable across both the locked and latest langchain versions.
Also increase the anthropic-instrumentation scenario timeout from 90s to
150s to accommodate the additional messages.batches API calls (create,
retrieve, list, cancel) that will be exercised once the batches PR merges.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c2d24c1 commit c0d3f7d
File tree
3 files changed
+20
-25
lines changed- e2e/scenarios
- anthropic-instrumentation
- wrap-langchain-js-traces
- __snapshots__
3 files changed
+20
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 0 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | 129 | | |
134 | 130 | | |
135 | 131 | | |
| |||
704 | 700 | | |
705 | 701 | | |
706 | 702 | | |
707 | | - | |
708 | | - | |
709 | | - | |
710 | | - | |
711 | 703 | | |
712 | 704 | | |
713 | 705 | | |
| |||
973 | 965 | | |
974 | 966 | | |
975 | 967 | | |
976 | | - | |
977 | | - | |
978 | | - | |
979 | 968 | | |
980 | 969 | | |
981 | 970 | | |
982 | | - | |
983 | 971 | | |
984 | 972 | | |
985 | 973 | | |
| |||
1265 | 1253 | | |
1266 | 1254 | | |
1267 | 1255 | | |
1268 | | - | |
1269 | | - | |
1270 | | - | |
1271 | | - | |
1272 | 1256 | | |
1273 | 1257 | | |
1274 | 1258 | | |
| |||
1606 | 1590 | | |
1607 | 1591 | | |
1608 | 1592 | | |
1609 | | - | |
1610 | | - | |
1611 | | - | |
1612 | | - | |
1613 | 1593 | | |
1614 | 1594 | | |
1615 | 1595 | | |
| |||
1962 | 1942 | | |
1963 | 1943 | | |
1964 | 1944 | | |
1965 | | - | |
1966 | | - | |
1967 | | - | |
1968 | | - | |
1969 | 1945 | | |
1970 | 1946 | | |
1971 | 1947 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
140 | 150 | | |
141 | 151 | | |
142 | 152 | | |
| |||
161 | 171 | | |
162 | 172 | | |
163 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
164 | 183 | | |
165 | 184 | | |
166 | 185 | | |
| |||
0 commit comments