Robert Hönig

Results 18 comments of Robert Hönig

*Clarification*: Here are the reproduction steps. I didn't include them in the original post because they are already in the repo I linked, but it's probably useful to have them...

Just a quick note: I don't actually know that *disconnecting* corrupts the idle connections. All I observed is that it they get corrupted somehwere between turning data off and on.

> Is it some particular android version you are testing with? I'm testing it on an emulator with the following details: ``` Name: small_zulip CPU/ABI: Google APIs Intel Atom (x86_64)...

@skunkmb sorry, missed your comment. So this is the next thing I'll be working on, probably rewriting the backend code to the changes we discussed, and reusing your frontend code....

Slightly off context: Changes to a bot's email probably break it as well, only more dramatically?

For reference, here are two sample messages handled by a helloworld bot; one time through an outgoing webhook bot, one time through a normal bot: * Outgoing webhook bot (internal...

This is really cool, but it brings up the effective testing time from 1 minute to 11 minutes and goes over the magic five test jobs. Ultimately, I think we...

Testing when `zulip/zulip` is patched would be a god start, yeah. We could then later refine the exact directories which are affected. For slack, I guess you can just follow...

@rht would it be sufficient in this case to just run `tools/test-api`?

@rht what's the state of this? We're possibly doing some iterations on the api code in the next days, so it'd be good to have the api tests set up...