Update xmlhttprequest timeout and percentage complete#104
Update xmlhttprequest timeout and percentage complete#104rotosonic merged 10 commits intoComcast:masterfrom
Conversation
|
forgot to make changes in downloadApp.js and uploadApp.js |
| } | ||
| console.dir(result); | ||
| if (this._running) { | ||
| if ((Date.now() - this._beginTime) > this.testLength) { |
There was a problem hiding this comment.
we might need a 'else' case here to send the error back if it is during the 12 sec
There was a problem hiding this comment.
abort all requests and show opps
| clearInterval(this.interval); | ||
| this._running = false; | ||
| } | ||
| console.dir(result); |
There was a problem hiding this comment.
a quick question: will it be any help to us having the console here.. without have it in the splunk?
There was a problem hiding this comment.
yes for browser review and will pass to splunk dependent on test time
| this._running = false; | ||
| if ((Date.now() - this._beginTime) > this.testLength) { | ||
| this.endTest(); | ||
| } |
There was a problem hiding this comment.
update similar to downloads
|
+1 once you address comment we discuss to add else block with abort all and Oops message |
|
+1 provisional, once you address comments |
7efc7b1 to
bb3a5b0
Compare
Why: Edge 15 is periodically throwing error at the end of testing due to timing issue and need to report percentage complete to client
How: Update timing logic to remove error and return percentage complete
Test: check locally and run in edge 15 and verify test completes with no error