fixing Stomp::testSendWithHeartBeats#87
Conversation
5e1f16a to
1d84b6e
Compare
|
ActiveMQ-Artemis-PR-Build #537 FAILURE |
|
Actually I have another PR coming up which I believe would address this issue in a better way. I suppose I haven't had enough coverage on my local test suite runs, I've done |
|
I've tested stomp/* using my IDE. Perhaps we should create a profile for the stomp testsuite? or refactor the tests under protocols/stomp? (that last part is a bit tricky due to the super classes). |
|
@scop so what you want to do, should I close this and wait your PR? or should I fix my PR (that failed here) and merge this? |
|
If you want the failure gone ASAP, go ahead and push your fix to it, I'll adapt mine later. One the other hand I can get my PR submitted tonight provided I can get the test suite to run some sane way. I'm an Eclipse user and I guess I found the place where to run the desired test suites, problem is that when I do right-click "Run as" -> "JUnit test" for the stomp package in integration-tests I get a lot of errors about classes not found, some ExceptionInInitializerErrors due to |
|
We need a way to run a set of tests. I will wait until tomorrow. I haven't used Eclipse in a while.. but I'm sure others did. (I have been using Intelij) |
|
@scop I will send a commit to the master fixing the test, feel free to improve the fix... I need to get some build results. |
|
@scop build started at https://builds.apache.org/job/ActiveMQ-Artemis-Nightly-Regression-Test/202/ As I said, please feel free to improve the fix. |
|
After some ugly local hacks I got the tests to run. I see testSendAndReceiveWithHeartBeats hanging (did you mean that instead of testSendWithHeartBeats?), but I cannot seem to find a revision in which it would /not/ hang. It hangs for me also with your fix. I've backed down to commit 6a59443 but it too shows the same problems for me: the I'm afraid I'm at loss here. |
|
@scop TBH those were the reasons why I stopped using eclipse. Too hard to make it happen. With Idea I just open a maven project and it works. I'm not saying it's impossible, but it's certainly harder. You should probably ask for help on the dev-list |
|
or switch to idea ;) |
|
Maybe sometime. But just to confirm: does the fix you committed for this fix the hang for you? Another thing about your fix: it reverts the duplicate content-length change from PR #86, for no apparent (at least to me) reason. Was that on purpose? |
|
sorry about that.. just fixed it |
ARTEMIS-539 fixing default address on client as well
No description provided.