Github user dashengju commented on the pull request:
https://github.com/apache/incubator-storm/pull/38#issuecomment-47497492
@d2r , yes, I can run all of the tests successfully with "mvn clean
install"ãI ran the tests 5 times with 4 times successfully and 1 time
failure(not hang, 2 error asserts).
And I changed one of timeout:
-----------------------------------------------------------------------------------------------------
--- a/storm-core/src/clj/backtype/storm/testing.clj
+++ b/storm-core/src/clj/backtype/storm/testing.clj
@@ -183,7 +183,7 @@
;; on windows, the host process still holds lock on the logfile
(catch Exception e (log-message (.getMessage e)))) ))
-(def TEST-TIMEOUT-MS 5000)
+(def TEST-TIMEOUT-MS 30000)
-----------------------------------------------------------------------------------------------------
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---