Commit f23628f
[Backport 7.7] PrimitiveObjectFormatter eagerly reads integer w… (#4650)
A bug in `PrimitiveObjectFormatter` which is used when deserializing
`object` was eagerly reading doubles as integers. This was flagged in
failing yaml test reproduce:
build rest-spec -- xpack -f analytics -t t_test.yml -s "heteroscedastic t-test"
Scrollbars now also collapse when running the yaml tests now that
ShellProgressbar properly scrolls children into view this got to be a
tad excessive
Co-authored-by: Martijn Laarman <Mpdreamz@gmail.com>1 parent 954b91a commit f23628f
File tree
2 files changed
+11
-2
lines changed- src/Elasticsearch.Net/Utf8Json/Formatters
- tests/Tests.YamlRunner
2 files changed
+11
-2
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
161 | 164 | | |
162 | 165 | | |
163 | 166 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
| |||
0 commit comments