//we need to give the message the chance to be processed, else the topic statistics are recreated.
//so in theory the destroy for the topic is broken.
sleepSeconds(1);
topic.destroy();
final TopicService topicService = getNode(instance).nodeEngine.getService(TopicService.SERVICE_NAME);
assertTrueEventually(new AssertTask() {
@Override