Tim Abbott

Results 1353 comments of Tim Abbott

I think this might actually be a fine way to test for changes here that impact the integration with the backend...

We can also mitigate the performance impact here by having the tool only run the subset of backend tests that's related to the subsystem.

@PIG208 I think this would be a good effort to pick up. We probably won't end up reusing much of the exact code here, because we've moved to GitHub Actions...

Did you upgrade from an older version of Zulip? @andersk FYI as this is in migration code using redis.

@blubbi321 well for the 2.1.1 -> 2.1.2 upgrade, I imagine at least you'll need to set the new redis and memcached password settings -- that's what I was expecting. I'm...

Having played with this more, what I want the CI to do is not just build the image, but actually boot it and create a Zulip organization (using the self-signed...

Hmm; does that have a cloud service? It looks like software we'd need to host somewhere.

@aiveras thanks for the report. It isn't intended that you change what software is installed in the container image without rebuilding the container, which is why e.g. we don't do...

Thanks for the report. Can you be concrete about where you believe there to be a bug? I'm not clear on where you are making changes.

It looks like this is a failure building a container, so you're not using the containers we provide on dockerhub (you may need to change something in your `docker-compose.yml`). The...