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

NamespacesTest.testGetNamespaces fails sometimes #12

Closed
merlimat opened this issue Sep 12, 2016 · 1 comment
Closed

NamespacesTest.testGetNamespaces fails sometimes #12

merlimat opened this issue Sep 12, 2016 · 1 comment
Milestone

Comments

@merlimat
Copy link
Contributor

I've seen it failing just once on Travis build:

testGetNamespaces(com.yahoo.pulsar.broker.admin.NamespacesTest)  Time elapsed: 0.025 sec  <<< FAILURE!
java.lang.AssertionError: should have failed
    at com.yahoo.pulsar.broker.admin.NamespacesTest.testGetNamespaces(NamespacesTest.java:235)
@merlimat
Copy link
Contributor Author

Fixed in #31

sijie referenced this issue in sijie/pulsar Mar 4, 2018
* Create pulsar-functions module (#1)

* Create pulsar-functions module

* rename `sdk` package to `api`

* Added the first cut of the Java interface for Pulsar functions (#2)

* Make Spawner class public, Use Lombok for getter/setter
jerrypeng added a commit to jerrypeng/incubator-pulsar that referenced this issue Jul 24, 2019
* refactoring intercept interface

* cleaning up

* fix bug
merlimat referenced this issue in merlimat/pulsar Sep 10, 2019
* refactoring intercept interface

* cleaning up

* fix bug
jerrypeng added a commit to jerrypeng/incubator-pulsar that referenced this issue Oct 9, 2019
* adding Intercept Interface

* adding intercept classes

* addressing comments

* updating impl

* adding

* improving

* adding implementation

* fixes

* improving impl

* removing impl

Refactor intercept interface (apache#12)

* refactoring intercept interface

* cleaning up

* fix bug
jerrypeng added a commit to jerrypeng/incubator-pulsar that referenced this issue Dec 17, 2019
* adding Intercept Interface

* adding intercept classes

* addressing comments

* updating impl

* adding

* improving

* adding implementation

* fixes

* improving impl

* removing impl

Refactor intercept interface (apache#12)

* refactoring intercept interface

* cleaning up

* fix bug
merlimat referenced this issue in merlimat/pulsar Apr 4, 2020
* adding Intercept Interface

* adding intercept classes

* addressing comments

* updating impl

* adding

* improving

* adding implementation

* fixes

* improving impl

* removing impl

Refactor intercept interface (#12)

* refactoring intercept interface

* cleaning up

* fix bug
hangc0276 referenced this issue in hangc0276/pulsar May 26, 2021
reflection should used to get super class field in our case.

e.g.
KafkaBrokerService extends BrokerService, while we call
```
ReflectionUtils.setField(this, "producerNameGenerator", producerNameGenerator);
```
KafkaBrokerService did not contains filed `producerNameGenerator`, but its super class contains it.
aloyszhang referenced this issue in aloyszhang/pulsar Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant