Grinder - JIRA测试失败

时间:2013-03-14 14:27:41

标签: jira grinder

我正在尝试将Atlassian的JIRA磨床测试运行为described here

然而,每次测试的结果如下所示。

搜索让我相信当某些仪表板发生变化时会出现这样的错误,但这不是我的问题,因为我有一个没有仪表板更改的新JIRA安装。

有没有人成功地使这套测试工作?

3/14/13 2:19:47 PM (thread 0 run 0 test 100): Aborted run due to Jython exception:
extraction pattern not matching:  
[title":"Introduction".*?renderedGadgetUrl":"http:\\/\\/.*?(\\/.*?)"] [calling TestRunner]
extraction pattern not matching: [title":"Introduction".*?renderedGadgetUrl":"http:\\/\\/.*?(\\/.*?)"]
    File "/home/users/smcconnell/grinder/jira-performance-tests/target/classes/test_scripts/./env.py", line 56, in extract
    File "/home/users/smcconnell/grinder/jira-performance-tests/target/classes/test_scripts/./dashboard.py", line 156, in notLoggedIn
    File "/home/users/smcconnell/grinder/jira-performance-tests/target/classes/test_scripts/./interactions.py", line 78, in goHome
    File "./agent_issue_browser.py", line 34, in __call__
3/14/13 2:19:49 PM (thread 0 run 1 test 100): Aborted run due to Jython exception: extraction pattern not matching: [title":"Introduction".*?renderedGadgetUrl":"http:\\/\\/.*?(\\/.*?)"] [calling TestRunner]
extraction pattern not matching: [title":"Introduction".*?renderedGadgetUrl":"http:\\/\\/.*?(\\/.*?)"]
    File "/home/users/smcconnell/grinder/jira-performance-tests/target/classes/test_scripts/./env.py", line 56, in extract
    File "/home/users/smcconnell/grinder/jira-performance-tests/target/classes/test_scripts/./dashboard.py", line 156, in notLoggedIn
    File "/home/users/smcconnell/grinder/jira-performance-tests/target/classes/test_scripts/./interactions.py", line 78, in goHome
    File "./agent_issue_browser.py", line 34, in __call__

1 个答案:

答案 0 :(得分:2)

我遇到了同样的问题。问题似乎是JIRA配置了gzip压缩。在“常规配置”页面上关闭gzip压缩后,测试开始运行。