Eric Bottard

Results 8 issues of Eric Bottard

The following piece of code does not produce what I expect (subscription of numbers whose modulo4 is not zero, because of `.take(3)`): ```python def test_broken(self): numbers = of(7, 1, 3,...

enhancement

Total build time is dominated by running tests. Improvements may include - running tests in parallel (seeing ~4x improvements locally) - having a look at long running tests (OnDiscardShouldNotLeakTest, ParallelFluxTest,...

type/chores

Per the reactive-streams spec items [1.6](https://github.com/reactive-streams/reactive-streams-jvm/blob/v1.0.3/README.md#1.6) and [3.7](https://github.com/reactive-streams/reactive-streams-jvm/blob/v1.0.3/README.md#3.7) combined, once a stream is complete, any cancel signal should be ignored. This is not the case with reactor-grpc, which can have...

bug

## Expected Behavior `CTRL-C`-ing the application that was started with `java -jar ..` should let it terminate gracefully. ## Actual Behavior The app starts spitting lots of exceptions, I've seen...

The current TCK test for cmdLineArgs is `@Ignore`d because some chars need special handling and this has proven difficult in the past. Revisit

area/tests
move-to-monorepo

Had a look at the code for your app. Looks promising. Just a quick note. In README, you mention that because you want to deploy on CloudFoundry, you use profiles...