[KARAF-4542] - add '--repository' option to feature:list#1642
[KARAF-4542] - add '--repository' option to feature:list#1642jbonofre merged 1 commit intoapache:mainfrom
Conversation
|
@awrb FYI, I gonna take a new look on GraphQLExample test as it seems the websocket test is flaky and causing PRs build failure. |
|
Whoops, I will check this in the evening (unless I see a commit that fixes that by then). I ran the websocket test several times locally though and never had any problems so I might not be able to reproduce it :/ |
| @Option(name = "-o", aliases = {"--ordered"}, description = "Display a list using alphabetical order ", required = false, multiValued = false) | ||
| boolean ordered; | ||
|
|
||
| @Option(name = "--repository", description = "Only list features from that repository", required = false, multiValued = false) |
There was a problem hiding this comment.
The ticket suggested to use name = "-r" but since then it was used for another option (--required). So I used full name here.
There was a problem hiding this comment.
You did right ! --repository looks good to me.
|
I was able to reproduce the test failing locally too (sometimes) running the first time @OnWebSocketMessage is not called. I played around with pax-exam options a bit, changed reactor strategy to PerClass, changed to using @configuration rather than installing features manually but it did not help yet. rather than POST to trigger the websocket message did not help. |
|
@awrb I think it could also conflict with the |
No description provided.