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/04/29 14:18:55 UTC

[echarts] branch enhance-visual-regression-test updated: chore(visual): save pending status immediately when run

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

shenyi pushed a commit to branch enhance-visual-regression-test
in repository https://gitbox.apache.org/repos/asf/echarts.git


The following commit(s) were added to refs/heads/enhance-visual-regression-test by this push:
     new 59e8825  chore(visual): save pending status immediately when run
59e8825 is described below

commit 59e88259ac4ccf2104ab7429f2f4c0e14ab1e67c
Author: pissang <bm...@gmail.com>
AuthorDate: Thu Apr 29 22:18:12 2021 +0800

    chore(visual): save pending status immediately when run
---
 test/runTest/server.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/runTest/server.js b/test/runTest/server.js
index f9b33a3..4f78187 100644
--- a/test/runTest/server.js
+++ b/test/runTest/server.js
@@ -133,6 +133,8 @@ function startTests(testsNameList, socket, {
                 testOpt.status = 'pending';
                 testOpt.results = [];
             });
+            // Save status immediately
+            saveTestsList();
 
             if (running) {
                 socket.emit('update', {

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