[TIMOB-27264] Windows: Jenkins tests regularly crashing
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-08-08T23:56:03.000+0000 |
Affected Version/s | Release 8.2.0 |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Kota Iguchi |
Created | 2019-07-20T23:31:13.000+0000 |
Updated | 2019-08-08T23:56:03.000+0000 |
Description
Jenkins unit tests seems to be regularly crashing on Windows. Ended up skipping some tests in following suites.
- -ti.filesystem.file.test.js-
- -ti.media.videoplayer.test.js-
- -ti.filesystem.filestream.test.js-
- -ti.ui.tabgroup.test.js-
- -ti.map.test.js-
I'm suspecting that it's not because of a issue in Tab/TabGroup but there may be something wrong around JavaScriptCore or HAL/TitaniumKit. I can see that random crash happening around Ti.Filesystem even when I skip Tab/TabGroup tests for instance https://jenkins.appcelerator.org/blue/organizations/jenkins/titanium-sdk%2Ftitanium_mobile_windows/detail/PR-1403/20.
Now it's crashing in
Titanium.Media#createAudioPlayer()
only on ws-local, which is unreasonable. https://jenkins.appcelerator.org/blue/organizations/jenkins/titanium-sdk%2Ftitanium_mobile_windows/detail/master/104/pipelineFixed. All tests are passing now: https://github.com/appcelerator/titanium-mobile-mocha-suite/pull/184