Skip to content
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

fix import into AdminApiTest and introduce disable-namespaceBundle unit test #354

Merged
merged 2 commits into from
Apr 14, 2017

Conversation

rdhabalia
Copy link
Contributor

Motivation

Seems due to merge build is failing with following error

[ERROR] /home/travis/build/yahoo/pulsar/pulsar-broker/src/test/java/com/yahoo/pulsar/broker/admin/AdminApiTest.java:[451,31] error: cannot find symbol
[ERROR]  class AdminApiTest
/home/travis/build/yahoo/pulsar/pulsar-broker/src/test/java/com/yahoo/pulsar/broker/admin/AdminApiTest.java:[458,31] error: cannot find symbol

Also added unit-test for #336

@rdhabalia rdhabalia added this to the 1.18 milestone Apr 13, 2017
@rdhabalia rdhabalia self-assigned this Apr 13, 2017
@rdhabalia
Copy link
Contributor Author

AdminApiTest.testDeleteNamespace is failing intermittently so, looking into it.

…and accessing bundleCache can be from different broker which fails test
@rdhabalia rdhabalia merged commit df34ae7 into apache:master Apr 14, 2017
@rdhabalia rdhabalia deleted the unload_test branch June 21, 2017 18:54
hangc0276 pushed a commit to hangc0276/pulsar that referenced this pull request May 26, 2021
…he#354)

fixes streamnative/kop#353

1, `responseData` is `LinkedHashMap`, which implementation is not synchronized, therefore `responseValues` should not parallel.
2, `getExecutor schedule` may not process so fast for lots of partitions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants