0

約 2200 のメソッドのクラスでコマンド ラインで pex を実行します。

2 日間の精緻化の後、テスト スイートとレポート html が完成したと思います。pex は今朝午前 8 時 5 分に終了し、リスト ファイルは午前 8 時 40 分に変更されました。

出力の最後の行は次のとおりです。

08:05:08.3> [finished] execution time 2.08:05:08.3014942.
        -- 0 critical errors, 0 errors, 0 warnings.
        -- 83635 generated tests, 1 failing, 83635 new, 0 inconclusive.

[coverage] generating coverage reports...
[reports] generating reports...
[reports] report path: reports\121005.001302.3848.pex

プロセス pex.exe は継続的に実行されていますが、何が起こったのでしょうか? 約 3.5 時間後 (現在、私にとっては午後 12 時 15 分) ループするか、それとも何を実行しているのか?

CPUがいっぱいで、メモリもいっぱいです(RAMのpex 1.5Gを処理します)

私はそれを止めなければならないと思いますか?感謝をこめて。

4

1 に答える 1

0

2 日と約 14 時間後、プロセスを停止します。

[coverage] generating coverage reports...
[reports] generating reports...
[reports] report path: reports\121005.001302.3848.pex
!error! [reports] rendering of coverage reports failed: exit code 1 - 0x1
Microsoft Pex v0.94.51023.0 -- http://research.microsoft.com/pex -- v4.0.30319
Copyright (c) Microsoft Corporation 2007-2010. All rights reserved.

[tests] could not resolve test framework, using default (Visual Studio Unit Test
)
[reports] html report: reports\121005.001302.3848.pex\report.html
        LAUNCHER FAILED
unexpected failure: exit code 1 - 0x1

たぶん、リソースがほとんどなく(2G RAMとデュアルコア)、pexはreport.htmlを実行しません

于 2012-10-09T20:12:14.647 に答える