Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-dev] Any chance for some feeback on those 2 patches?

Hi!

In order to be able to display server message while we're pushing (like screencasted here: https://bugs.eclipse.org/bugs/attachment.cgi?id=225770), I did 2 patches for egit and jgit and pushed those to gerrit:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=398387 -> https://git.eclipse.org/r/#/c/9730/
https://bugs.eclipse.org/bugs/show_bug.cgi?id=398404 -> https://git.eclipse.org/r/#/c/9732/

I double checked the test failures displayed in jenkins (all in SmartClientSmartServerTest) and I'm pretty sure that they're not related to my patches. They fail when the BasePackFetchConnection writes to the connection outputstream (not my outpustream). The connection's using a DisabledOutputStream which throws "java.lang.IllegalStateException: Writing not permitted".

I'd highly appreciate if we could have this included in Kepler so it would be great if we could have the discussions going on and the patches indluded. Any chance for some feedback please?

Thanks!
André


Back to the top