New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test Cyrus in Travis #571
Comments
I'm not 100% certain if they use an unmodified Cyrus or not. I've reached out to them to see if they can provide a test-only account, but I'll try to confirm if they use plain Cyrus or not. |
I can't imagine them doing significant changes on the DAV-implementation, though of course it'd be nice to have confirmation. |
Yup. I'll keep you updated. If they can provide us with an account, it'd also make things simpler for us since we won't need to set up Cyrus instances on CI either. |
Sure (I wrote an implementation of this a year ago), but the server load isn't nothing. |
I got a reply from FastMail, and a comped account can be done. They basically use Cyrus from upstream, so I think we just need to consider if installing/starting Cyrus as part of the tests is faster than using an external one (my guess is nope). We'd also avoid having to upgrade anything. It's your call though, untitaker. |
Yeah, I think using FastMail's servers is easier
…On 1 March 2017 01:24:49 CET, Hugo Osvaldo Barrera ***@***.***> wrote:
I got a reply from FastMail, and a comped account can be done. They
basically use Cyrus from upstream, so I think we just need to consider
if installing/starting Cyrus as part of the tests is faster than using
an external one (my guess is nope). We'd also avoid having to upgrade
anything.
It's your call though, untitaker.
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
Great! I've created the account and gotten in touch. I've added I think these settings should do:
|
Thanks, could you send me the creds via email, Travis' environment variables are write-only. |
Sent. |
Ok, I just had to add my phone number to the account to enable CalDAV. |
Oh yeah, it's a trail account (for now), since it's probably past midnight in Australia, so they haven't replied. :P |
To close up on this: The account has been comped for three years (the max allowed), but a note has been left to extend it further upon request. On the other hand, if we ever find any issues, quirks, or have to make non-standard changes to work with Fastmail/Cyrus, I've agreed to attempt to reach out to them, so they can fix it and add tests around it (so if you did, please let me know). |
As far as I know there's nothing out of the ordinary with FastMail's servers.
…On Sat, Mar 04, 2017 at 11:24:04AM -0800, Hugo Osvaldo Barrera wrote:
To close up on this: The account has been comped for three years (the max allowed), but a note has been left to extend it further upon request.
On the other hand, if we ever find any issues, quirks, or have to make non-standard changes to work with Fastmail/Cyrus, I've agreed to attempt to reach out to them, so they can fix it and add tests around it (so if you did, please let me know).
--
You are receiving this because you modified the open/close state.
Reply to this email directly or view it on GitHub:
#571 (comment)
|
Good to know! |
Cyrus is a IMAP, CalDAV and CardDAV server, used by FastMail. We should test it in Travis.
The text was updated successfully, but these errors were encountered: