Skip to content

Commit

Permalink
Fix all the tests (opensearch-project#1792)
Browse files Browse the repository at this point in the history
Signed-off-by: Simeon Widdis <[email protected]>
  • Loading branch information
Swiddis authored May 1, 2024
1 parent 4450b23 commit f1b920c
Show file tree
Hide file tree
Showing 16 changed files with 148 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,14 @@ exports[`Trace Detail Render Flyout component render trace detail 1`] = `
"barmode": "stack",
"height": 60,
"hovermode": "closest",
"layout": Object {
"annotations": Array [
Object {
"showarrow": true,
"xanchor": "right",
},
],
},
"legend": Object {
"orientation": "h",
"traceorder": "normal",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1546,6 +1546,14 @@ exports[`Utils helper functions renders displayVisualization function 1`] = `
],
"height": 1180,
"hovermode": "closest",
"layout": Object {
"annotations": Array [
Object {
"showarrow": true,
"xanchor": "right",
},
],
},
"legend": Object {
"orientation": "v",
"traceorder": "normal",
Expand Down Expand Up @@ -1909,7 +1917,7 @@ exports[`Utils helper functions renders displayVisualization function 2`] = `
"props": Object {
"defaultSelections": Array [
Object {
"id": "lines",
"id": "lines+markers",
"name": "Lines",
},
],
Expand Down Expand Up @@ -1983,7 +1991,7 @@ exports[`Utils helper functions renders displayVisualization function 2`] = `
},
Object {
"component": [Function],
"defaultState": 5,
"defaultState": 25,
"eleType": "slider",
"mapTo": "pointSize",
"name": "Point size",
Expand Down Expand Up @@ -2425,7 +2433,7 @@ exports[`Utils helper functions renders displayVisualization function 2`] = `
"props": Object {
"defaultSelections": Array [
Object {
"id": "lines",
"id": "lines+markers",
"name": "Lines",
},
],
Expand Down Expand Up @@ -2499,7 +2507,7 @@ exports[`Utils helper functions renders displayVisualization function 2`] = `
},
Object {
"component": [Function],
"defaultState": 5,
"defaultState": 25,
"eleType": "slider",
"mapTo": "pointSize",
"name": "Point size",
Expand Down Expand Up @@ -2995,7 +3003,7 @@ exports[`Utils helper functions renders displayVisualization function 2`] = `
"props": Object {
"defaultSelections": Array [
Object {
"id": "lines",
"id": "lines+markers",
"name": "Lines",
},
],
Expand Down Expand Up @@ -3069,7 +3077,7 @@ exports[`Utils helper functions renders displayVisualization function 2`] = `
},
Object {
"component": [Function],
"defaultState": 5,
"defaultState": 25,
"eleType": "slider",
"mapTo": "pointSize",
"name": "Point size",
Expand Down Expand Up @@ -3235,9 +3243,9 @@ exports[`Utils helper functions renders displayVisualization function 2`] = `
"color": "#3CA1C7",
"width": 0,
},
"size": 5,
"size": 25,
},
"mode": "lines",
"mode": "lines+markers",
"name": "avg(machine.ram)",
"type": "line",
"x": Array [
Expand Down Expand Up @@ -3338,9 +3346,9 @@ exports[`Utils helper functions renders displayVisualization function 2`] = `
"color": "#3CA1C7",
"width": 0,
},
"size": 5,
"size": 25,
},
"mode": "lines",
"mode": "lines+markers",
"name": "avg(machine.ram)",
"type": "line",
"x": Array [
Expand Down Expand Up @@ -3385,6 +3393,14 @@ exports[`Utils helper functions renders displayVisualization function 2`] = `
],
"height": 1180,
"hovermode": "closest",
"layout": Object {
"annotations": Array [
Object {
"showarrow": true,
"xanchor": "right",
},
],
},
"legend": Object {
"orientation": "v",
"traceorder": "normal",
Expand Down Expand Up @@ -4983,6 +4999,14 @@ exports[`Utils helper functions renders displayVisualization function 3`] = `
],
"height": 1180,
"hovermode": "closest",
"layout": Object {
"annotations": Array [
Object {
"showarrow": true,
"xanchor": "right",
},
],
},
"legend": Object {
"orientation": "v",
"traceorder": "normal",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ exports[`Config panel component Renders config panel with visualization data 1`]
"props": Object {
"defaultSelections": Array [
Object {
"id": "lines",
"id": "lines+markers",
"name": "Lines",
},
],
Expand Down Expand Up @@ -1508,7 +1508,7 @@ exports[`Config panel component Renders config panel with visualization data 1`]
},
Object {
"component": [Function],
"defaultState": 5,
"defaultState": 25,
"eleType": "slider",
"mapTo": "pointSize",
"name": "Point size",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,14 @@ exports[`Service map scale component renders service map scale plot 1`] = `
"barmode": "stack",
"height": 270,
"hovermode": "closest",
"layout": Object {
"annotations": Array [
Object {
"showarrow": true,
"xanchor": "right",
},
],
},
"legend": Object {
"orientation": "h",
"traceorder": "normal",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2300,6 +2300,14 @@ exports[`Dashboard table component renders dashboard table 1`] = `
"barmode": "stack",
"height": 15,
"hovermode": "closest",
"layout": Object {
"annotations": Array [
Object {
"showarrow": true,
"xanchor": "right",
},
],
},
"legend": Object {
"orientation": "h",
"traceorder": "normal",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2379,6 +2379,14 @@ exports[`Latency Table component renders top error rates table with data 1`] = `
"barmode": "stack",
"height": 15,
"hovermode": "closest",
"layout": Object {
"annotations": Array [
Object {
"showarrow": true,
"xanchor": "right",
},
],
},
"legend": Object {
"orientation": "h",
"traceorder": "normal",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,14 @@ exports[`Service breakdown panel component renders service breakdown panel 1`] =
"barmode": "stack",
"height": 200,
"hovermode": "closest",
"layout": Object {
"annotations": Array [
Object {
"showarrow": true,
"xanchor": "right",
},
],
},
"legend": Object {
"orientation": "h",
"traceorder": "normal",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,14 @@ exports[`Service breakdown panel component renders service breakdown panel 1`] =
"barmode": "stack",
"height": 110,
"hovermode": "closest",
"layout": Object {
"annotations": Array [
Object {
"showarrow": true,
"xanchor": "right",
},
],
},
"legend": Object {
"orientation": "h",
"traceorder": "normal",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,14 @@ exports[`Veritcal Bar component Renders veritcal bar component 1`] = `
],
"height": 220,
"hovermode": "closest",
"layout": Object {
"annotations": Array [
Object {
"showarrow": true,
"xanchor": "right",
},
],
},
"legend": Object {
"orientation": "v",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,14 @@ exports[`Heatmap component Renders heatmap component 1`] = `
],
"height": 220,
"hovermode": "closest",
"layout": Object {
"annotations": Array [
Object {
"showarrow": true,
"xanchor": "right",
},
],
},
"legend": Object {
"orientation": "h",
"traceorder": "normal",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,14 @@ exports[`Histogram component Renders histogram component 1`] = `
],
"height": 220,
"hovermode": "closest",
"layout": Object {
"annotations": Array [
Object {
"showarrow": true,
"xanchor": "right",
},
],
},
"legend": Object {
"orientation": "v",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,14 @@ exports[`Horizontal bar component Renders horizontal bar component 1`] = `
],
"height": 220,
"hovermode": "closest",
"layout": Object {
"annotations": Array [
Object {
"showarrow": true,
"xanchor": "right",
},
],
},
"legend": Object {
"orientation": "v",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,14 @@ exports[`Line component Renders line component 1`] = `
],
"height": 220,
"hovermode": "closest",
"layout": Object {
"annotations": Array [
Object {
"showarrow": true,
"xanchor": "right",
},
],
},
"legend": Object {
"orientation": "v",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,14 @@ exports[`Pie component Renders pie component 1`] = `
},
"height": 220,
"hovermode": "closest",
"layout": Object {
"annotations": Array [
Object {
"showarrow": true,
"xanchor": "right",
},
],
},
"legend": Object {
"orientation": "v",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,14 @@ exports[`Treemap component Renders treemap component 1`] = `
],
"height": 220,
"hovermode": "closest",
"layout": Object {
"annotations": Array [
Object {
"showarrow": true,
"xanchor": "right",
},
],
},
"legend": Object {
"orientation": "h",
"traceorder": "normal",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ exports[`Ploty base component Renders Ploty base component 1`] = `
],
"height": 220,
"hovermode": "closest",
"layout": Object {
"annotations": Array [
Object {
"showarrow": true,
"xanchor": "right",
},
],
},
"legend": Object {
"orientation": "h",
"traceorder": "normal",
Expand Down

0 comments on commit f1b920c

Please sign in to comment.