This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 253072 - [mocha] test result window is still "Running" even after test is finished
Summary: [mocha] test result window is still "Running" even after test is finished
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Testing (show other bugs)
Version: 8.1
Hardware: PC Linux
: P2 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-19 09:52 UTC by Masaki Katakai
Modified: 2015-08-26 01:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot still "Running" (13.66 KB, image/png)
2015-06-19 09:52 UTC, Masaki Katakai
Details
sample project (488.29 KB, application/zip)
2015-06-19 09:53 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2015-06-19 09:52:41 UTC
Created attachment 154294 [details]
screenshot still "Running"

I created a very simple test case with mocha. When I run it on IDE,
it finished, however, it's still displaying "Running" on Test Result window.
It happens when there is failure. When all tests are passed, there is no problem.

1. open project (will be attached)
2. run test
3. test finished in output window
4. check Test Result window, it's displaying still "Running"

Product Version: NetBeans IDE Dev (Build 201506160001)
Updates: Updates available
Java: 1.7.0_79; Java HotSpot(TM) 64-Bit Server VM 24.79-b02
Runtime: Java(TM) SE Runtime Environment 1.7.0_79-b15
System: Linux version 3.19.0-21-generic running on amd64; ANSI_X3.4-1968; en_US (nb)
Comment 1 Masaki Katakai 2015-06-19 09:53:53 UTC
Created attachment 154295 [details]
sample project
Comment 2 Theofanis Oikonomou 2015-08-25 14:36:38 UTC
Changeset: d6218d27fcba
Author:    Theofanis Oikonomou <theofanis@netbeans.org>
Date:      2015-08-25 17:35
Message:
Comment 3 Theofanis Oikonomou 2015-08-25 14:38:19 UTC
Thank you for reporting. This is caused by the different way mocha is reporting stacktraces after 2.2.3. I cannot reproduce after the fix. Please verify by trying a latest build.
Comment 4 Quality Engineering 2015-08-26 01:22:48 UTC
Integrated into 'main-silver', will be available in build *201508260002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d6218d27fcba
User: Theofanis Oikonomou <theofanis@netbeans.org>
Log: Task #253072 - [mocha] test result window is still "Running" even after test is finished