Skip to content

Commit f834190

Browse files
committed
test failure correction
1 parent 131164c commit f834190

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

core/src/test/resources/HistoryServerExpectations/stage_task_summary_w__custom_quantiles_expectation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"quantiles" : [ 0.01, 0.5, 0.99 ],
3+
"duration" : [ 21.0, 40.0, 435.0 ],
34
"executorDeserializeTime" : [ 1.0, 3.0, 36.0 ],
45
"executorDeserializeCpuTime" : [ 0.0, 0.0, 0.0 ],
56
"executorRunTime" : [ 16.0, 28.0, 351.0 ],

core/src/test/resources/HistoryServerExpectations/stage_task_summary_w_shuffle_read_expectation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"quantiles" : [ 0.05, 0.25, 0.5, 0.75, 0.95 ],
3+
"duration" : [ 37.0, 81.0, 83.0, 86.0 ],
34
"executorDeserializeTime" : [ 1.0, 2.0, 2.0, 2.0, 3.0 ],
45
"executorDeserializeCpuTime" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ],
56
"executorRunTime" : [ 30.0, 74.0, 75.0, 76.0, 79.0 ],

core/src/test/resources/HistoryServerExpectations/stage_task_summary_w_shuffle_write_expectation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"quantiles" : [ 0.05, 0.25, 0.5, 0.75, 0.95 ],
3+
"duration" : [ 23.0, 33.0, 40.0, 74.0, 419.0 ],
34
"executorDeserializeTime" : [ 2.0, 2.0, 3.0, 7.0, 31.0 ],
45
"executorDeserializeCpuTime" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ],
56
"executorRunTime" : [ 16.0, 18.0, 28.0, 49.0, 349.0 ],

0 commit comments

Comments
 (0)