ここで説明されているように、JIRA のアトラシアンのグラインダー テストを実行しようとしています。
ただし、各テストの結果は次のようになります。
検索すると、一部のダッシュボードが変更されたときにこのようなエラーが表示されると思われましたが、ダッシュボードを変更せずに新しい 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__