You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/05/10 11:19:10 UTC

[echarts] branch master updated (12f6620 -> 85f97ea)

This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git.


    from 12f6620  Merge pull request #14894 from apache/enhance-visual-regression-test
     add dee167a  test(visual): fix wrong usage of playbackSpeed
     add 3b3cef0  test(visual): fix setTimeout in timeout callback
     add 8bcf63c  test(visual): optimize cases. ignore stream case in SVG
     add 7bebc78  test(visual): optimize test cases
     add 90441b3  test(visual): remove some cases from blacklist
     add f07de0b  test: use require to replace original jquery loading
     add 568bf00  test(visual): fix url loading error may block. add threads in cli
     add dcf48f2  test(visual): use threads in cli instead of server
     add 1393224  test(visual): fix echarts lib download
     add e43623d  test(visual): update fs-extra version
     add f73d9f3  test(visual): restore thread strategy
     add 266b1c7  test(visual): add some logs
     add fd7a5b3  test: not throw error in sankey-ringed
     new 85f97ea  Merge pull request #14906 from apache/enhance-visual-regression-test

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 package-lock.json                        |  38 +-
 package.json                             |   2 +-
 test/area-smooth.html                    |   1 -
 test/bar-others.html                     |   3 -
 test/brush.html                          | 634 ++++++++++----------
 test/brush2.html                         | 153 +++--
 test/custom-hexbin.html                  | 426 +++++++------
 test/custom-shape-morphing.html          | 473 ++++++++-------
 test/custom-shape-morphing3.html         | 698 +++++++++++-----------
 test/data-transform-aggregate.html       | 411 ++++++-------
 test/dataZoom-action.html                |   3 +-
 test/dataset-pivot.html                  | 162 +++--
 test/drag-out.html                       |   2 -
 test/effectScatter.html                  | 611 ++++++++++---------
 test/finished.html                       |  96 ++-
 test/force-edge-ignoreLayout.html        | 128 ++--
 test/gauge-pointer.html                  |   4 +-
 test/gauge-progress.html                 |   1 -
 test/geo-data-stream.html                | 146 +++--
 test/geo-map.html                        | 323 +++++-----
 test/geo-random-stream.html              | 127 ++--
 test/geo-update.html                     |   1 -
 test/geoLine.html                        | 280 ++++-----
 test/geoScatter.html                     | 548 +++++++++--------
 test/graph-grid-life.html                | 204 ++++---
 test/graph.html                          | 261 ++++----
 test/graphic-cases.html                  |   2 -
 test/heatmap-map.html                    | 858 +++++++++++++--------------
 test/hoverFocus2.html                    |   1 -
 test/hoverStyle.html                     |  92 ++-
 test/label-layout.html                   | 125 ++--
 test/legend-scroll2plain.html            |   1 -
 test/lib/simpleRequire.js                |  18 +-
 test/line-crash.html                     |   1 -
 test/lines-bus.html                      |   5 +-
 test/lines-flight.html                   | 185 +++---
 test/lines-stream-large.html             | 210 ++++---
 test/lines-stream-not-large.html         | 171 +++---
 test/lines-symbol.html                   | 153 +++--
 test/lines-track.html                    | 321 +++++-----
 test/map-contour.html                    | 119 ++--
 test/map-default.html                    | 119 ++--
 test/map-grid.html                       | 607 +++++++++----------
 test/map-labels.html                     | 143 +++--
 test/map-nameProperty.html               | 295 +++++----
 test/map-nested.html                     |  96 ++-
 test/map-parallel.html                   |   7 +-
 test/map-province.html                   |   7 +-
 test/map.html                            | 690 +++++++++++----------
 test/mapWorld.html                       | 469 ++++++++-------
 test/markLine-symbolRotate.html          | 267 +++++----
 test/masterPainterColorChoice.html       | 101 ++--
 test/parallel-nutrients.html             |  39 +-
 test/pie-richText.html                   |   6 +-
 test/pie-visual.html                     |  19 +-
 test/runTest/actions/allZero.json        |   2 +-
 test/runTest/blacklist.js                |  13 +-
 test/runTest/cli.js                      |  95 ++-
 test/runTest/client/client.js            |   2 -
 test/runTest/client/index.html           |   2 +-
 test/runTest/runtime/ActionPlayback.js   |  21 +-
 test/runTest/runtime/main.js             |   2 +-
 test/runTest/runtime/timeline.js         |  21 +-
 test/runTest/server.js                   |  70 ++-
 test/runTest/store.js                    |  10 +-
 test/runTest/task.js                     |  72 +++
 test/runTest/util.js                     |   2 +-
 test/sankey-level.html                   | 129 ++--
 test/sankey-nodeAlign-left.html          |  77 ++-
 test/sankey-nodeAlign-right.html         |  78 ++-
 test/sankey-ringed.html                  |  59 +-
 test/sankey-vertical-energy.html         |  91 ++-
 test/sankey.html                         |  70 +--
 test/scatter-random-stream-fix-axis.html | 232 ++++----
 test/scatter-stream-large.html           | 214 ++++---
 test/scatter-stream-visual.html          |  20 +-
 test/scatter-weibo.html                  | 195 +++---
 test/timeScale-formatter.html            |   6 -
 test/timeline-life.html                  | 385 ++++++------
 test/tooltip-domnode.html                |   1 -
 test/tooltip-textStyle.html              |   6 -
 test/touch-slide.html                    |  98 ++-
 test/tree-basic.html                     | 121 ++--
 test/tree-image.html                     |  87 ++-
 test/tree-image2.html                    |  80 ++-
 test/tree-orient-right-left.html         |  95 ++-
 test/tree-orient-top-bottom.html         |  88 ++-
 test/tree-radial.html                    |  58 +-
 test/tree-roam.html                      |  62 +-
 test/tree-vertical.html                  |  88 ++-
 test/treemap-option.html                 |   7 +-
 test/treemap-option2.html                |   7 +-
 test/visualMap-large.html                | 178 +++---
 test/visualMap-opacity.html              | 141 +++--
 test/visualMap-special-case.html         | 109 ++--
 test/worldPopulationBubble.html          | 989 +++++++++++++++----------------
 96 files changed, 7429 insertions(+), 7517 deletions(-)
 create mode 100644 test/runTest/task.js

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[echarts] 01/01: Merge pull request #14906 from apache/enhance-visual-regression-test

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit 85f97ead6bbe91ace1e119e7c169401c52095946
Merge: 12f6620 fd7a5b3
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Mon May 10 19:18:43 2021 +0800

    Merge pull request #14906 from apache/enhance-visual-regression-test
    
    test(visual): optimize test cases for better visual regression testing result

 package-lock.json                        |  38 +-
 package.json                             |   2 +-
 test/area-smooth.html                    |   1 -
 test/bar-others.html                     |   3 -
 test/brush.html                          | 634 ++++++++++----------
 test/brush2.html                         | 153 +++--
 test/custom-hexbin.html                  | 426 +++++++------
 test/custom-shape-morphing.html          | 473 ++++++++-------
 test/custom-shape-morphing3.html         | 698 +++++++++++-----------
 test/data-transform-aggregate.html       | 411 ++++++-------
 test/dataZoom-action.html                |   3 +-
 test/dataset-pivot.html                  | 162 +++--
 test/drag-out.html                       |   2 -
 test/effectScatter.html                  | 611 ++++++++++---------
 test/finished.html                       |  96 ++-
 test/force-edge-ignoreLayout.html        | 128 ++--
 test/gauge-pointer.html                  |   4 +-
 test/gauge-progress.html                 |   1 -
 test/geo-data-stream.html                | 146 +++--
 test/geo-map.html                        | 323 +++++-----
 test/geo-random-stream.html              | 127 ++--
 test/geo-update.html                     |   1 -
 test/geoLine.html                        | 280 ++++-----
 test/geoScatter.html                     | 548 +++++++++--------
 test/graph-grid-life.html                | 204 ++++---
 test/graph.html                          | 261 ++++----
 test/graphic-cases.html                  |   2 -
 test/heatmap-map.html                    | 858 +++++++++++++--------------
 test/hoverFocus2.html                    |   1 -
 test/hoverStyle.html                     |  92 ++-
 test/label-layout.html                   | 125 ++--
 test/legend-scroll2plain.html            |   1 -
 test/lib/simpleRequire.js                |  18 +-
 test/line-crash.html                     |   1 -
 test/lines-bus.html                      |   5 +-
 test/lines-flight.html                   | 185 +++---
 test/lines-stream-large.html             | 210 ++++---
 test/lines-stream-not-large.html         | 171 +++---
 test/lines-symbol.html                   | 153 +++--
 test/lines-track.html                    | 321 +++++-----
 test/map-contour.html                    | 119 ++--
 test/map-default.html                    | 119 ++--
 test/map-grid.html                       | 607 +++++++++----------
 test/map-labels.html                     | 143 +++--
 test/map-nameProperty.html               | 295 +++++----
 test/map-nested.html                     |  96 ++-
 test/map-parallel.html                   |   7 +-
 test/map-province.html                   |   7 +-
 test/map.html                            | 690 +++++++++++----------
 test/mapWorld.html                       | 469 ++++++++-------
 test/markLine-symbolRotate.html          | 267 +++++----
 test/masterPainterColorChoice.html       | 101 ++--
 test/parallel-nutrients.html             |  39 +-
 test/pie-richText.html                   |   6 +-
 test/pie-visual.html                     |  19 +-
 test/runTest/actions/allZero.json        |   2 +-
 test/runTest/blacklist.js                |  13 +-
 test/runTest/cli.js                      |  95 ++-
 test/runTest/client/client.js            |   2 -
 test/runTest/client/index.html           |   2 +-
 test/runTest/runtime/ActionPlayback.js   |  21 +-
 test/runTest/runtime/main.js             |   2 +-
 test/runTest/runtime/timeline.js         |  21 +-
 test/runTest/server.js                   |  70 ++-
 test/runTest/store.js                    |  10 +-
 test/runTest/task.js                     |  72 +++
 test/runTest/util.js                     |   2 +-
 test/sankey-level.html                   | 129 ++--
 test/sankey-nodeAlign-left.html          |  77 ++-
 test/sankey-nodeAlign-right.html         |  78 ++-
 test/sankey-ringed.html                  |  59 +-
 test/sankey-vertical-energy.html         |  91 ++-
 test/sankey.html                         |  70 +--
 test/scatter-random-stream-fix-axis.html | 232 ++++----
 test/scatter-stream-large.html           | 214 ++++---
 test/scatter-stream-visual.html          |  20 +-
 test/scatter-weibo.html                  | 195 +++---
 test/timeScale-formatter.html            |   6 -
 test/timeline-life.html                  | 385 ++++++------
 test/tooltip-domnode.html                |   1 -
 test/tooltip-textStyle.html              |   6 -
 test/touch-slide.html                    |  98 ++-
 test/tree-basic.html                     | 121 ++--
 test/tree-image.html                     |  87 ++-
 test/tree-image2.html                    |  80 ++-
 test/tree-orient-right-left.html         |  95 ++-
 test/tree-orient-top-bottom.html         |  88 ++-
 test/tree-radial.html                    |  58 +-
 test/tree-roam.html                      |  62 +-
 test/tree-vertical.html                  |  88 ++-
 test/treemap-option.html                 |   7 +-
 test/treemap-option2.html                |   7 +-
 test/visualMap-large.html                | 178 +++---
 test/visualMap-opacity.html              | 141 +++--
 test/visualMap-special-case.html         | 109 ++--
 test/worldPopulationBubble.html          | 989 +++++++++++++++----------------
 96 files changed, 7429 insertions(+), 7517 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org