MCPcopy Index your code
hub / github.com/apache/echarts / stopRunningTests

Function stopRunningTests

test/runTest/server.js:125–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123}
124
125function stopRunningTests() {
126 if (isRunning()) {
127 runningThreads.forEach(thread => thread.kill());
128 runningThreads = [];
129 }
130
131 if (pendingTests) {
132 pendingTests.forEach(testOpt => {
133 if (testOpt.status === 'pending') {
134 testOpt.status = 'unsettled';
135 }
136 });
137 saveTestsList();
138 pendingTests = null;
139 }
140}
141
142class Thread {
143 constructor() {

Callers 2

abortTestsFunction · 0.85
startFunction · 0.85

Calls 2

isRunningFunction · 0.85
killMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…