NO-JIRA Adding information to why Joram tests eventually fail on CI

This commit is contained in:
Clebert Suconic 2018-02-27 12:49:46 -05:00
parent 7e06a2b192
commit bd0c80d47b
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ public abstract class PubSubTestCase extends JMSTestCase {
admin.deleteTopicConnectionFactory(PubSubTestCase.TCF_NAME); admin.deleteTopicConnectionFactory(PubSubTestCase.TCF_NAME);
admin.deleteTopic(PubSubTestCase.TOPIC_NAME); admin.deleteTopic(PubSubTestCase.TOPIC_NAME);
} catch (Exception ignored) { } catch (Exception ignored) {
ignored.printStackTrace();
} finally { } finally {
publisherTopic = null; publisherTopic = null;
publisher = null; publisher = null;