-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration smoke test for pulsar #1399
Conversation
Boots a cluster, sends and receives some messages, shuts down the cluster. If anything fails, then something is very broken.
Will fail now, as it depends on a fix in bookkeeper |
retest this please |
retest this please |
The annotation listener adds timeouts to all tests, which changes the threading model, which breaks arquillian. I've created an issue[1] on arquillian for this, but until that is fixed, timeouts cannot be used with arquillian. [1] arquillian/arquillian-core#168
Depends on #1496 |
Also depends on #1492 |
retest this please // ManagedCursorTest.testOutOfOrderDeletePersistenceIntoLedgerWithClose |
retest this please // ManagedCursorTest.testOutOfOrderDeletePersistenceIntoLedgerWithClose again |
retest this please // ManagedCursorTest.testOutOfOrderDeletePersistenceIntoLedgerWithClose again. Starting to think master is broken |
retest this please // flake on PersistentFailoverE2ETest.testSimpleConsumerEventsWithoutPartition (java8) |
finally |
Boots a cluster, sends and receives some messages, shuts down the
cluster.
If anything fails, then something is very broken.