Opened at 2016-05-23T12:01:28Z
Closed at 2016-08-07T18:00:06Z
#2789 closed defect (fixed)
automated testing for Mac OSX
Reported by: | dawuud | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 1.12.0 |
Component: | dev-infrastructure | Version: | 1.11.0 |
Keywords: | mac osx magic-folder | Cc: | |
Launchpad Bug: |
Description
either we need travis CI to test in a darwin container, buildbot on osx or some other means of testing that our code works properly on osx.
currently my plan is to get travis working so that it tests on a linux and a darwin container.
Change History (4)
comment:1 Changed at 2016-05-23T12:02:07Z by dawuud
- Keywords mac osx magic-folder added
comment:2 Changed at 2016-05-23T14:14:49Z by dawuud
comment:3 Changed at 2016-05-30T13:06:19Z by dawuud
further, perhaps travis-CI isn't reliable enough for our use case? sometimes travis kills the job if it takes too long... but maybe this will not be an issue if we makes the uploader tests faster?
comment:4 Changed at 2016-08-07T18:00:06Z by warner
- Component changed from unknown to dev-infrastructure
- Milestone changed from undecided to 1.12.0
- Resolution set to fixed
- Status changed from new to closed
We now have travis/OS-X running (which tests PRs, although it's pretty slow), as well as an OS-X buildbot (which only tests trunk, but is somewhat faster).
here's a dev branch that works; travis runs the tests in a linux and darwin containers.
https://github.com/tahoe-lafs/tahoe-lafs/pull/285
please review.