Closed
Bug 1045330
Opened 11 years ago
Closed 11 years ago
Radicale caldav server is _never_ installed
Categories
(Firefox OS Graveyard :: Gaia::Calendar, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2.1 S5 (26sep)
People
(Reporter: gaye, Assigned: evanxd)
Details
Attachments
(1 file)
STR:
```
|APP=calendar make test-integration|
> The Radicale CalDAV server is not installed in the virtualenv, we will skip the CalDAV tests.
|make caldav-server-install|
> source tests/travis_ci/venv.sh; \
export LC_ALL=en_US.UTF-8; \
export LANG=en_US.UTF-8; \
pip install radicale;
Requirement already satisfied (use --upgrade to upgrade): radicale in ./travis_venv/lib/python2.7/site-packages
Cleaning up...
|APP=calendar make test-integration|
> The Radicale CalDAV server is not installed in the virtualenv, we will skip the CalDAV tests.
```
Expected behavior is that, after running |make caldav-server-install|, the caldav server tests will be run against radicale. Right now, the server gets installed, but there's a bug in ./bin/gaia-marionette that makes it so that the code path that adds the caldav tests to the skip list gets taken even if the radicale server is installed.
| Assignee | ||
Comment 2•11 years ago
|
||
Sure, I will work on this after I finish Bug 1023663.
Assignee: nobody → evanxd
Flags: needinfo?(evanxd)
Updated•11 years ago
|
Target Milestone: --- → 2.1 S3 (29aug)
| Assignee | ||
Updated•11 years ago
|
Target Milestone: 2.1 S3 (29aug) → 2.1 S4 (12sep)
| Assignee | ||
Comment 3•11 years ago
|
||
Gareth, I'll take a look in this sprint. 12/24 format took me much time in last sprint.
| Assignee | ||
Updated•11 years ago
|
Target Milestone: 2.1 S4 (12sep) → 2.1 S5 (26sep)
| Assignee | ||
Comment 4•11 years ago
|
||
| Assignee | ||
Comment 5•11 years ago
|
||
Comment on attachment 8492974 [details]
Link to Github pull-request: https://github.com/mozilla-b2g/gaia/pull/24277/files
Hi James,
Could you help to review the patch?
Thanks.
Attachment #8492974 -
Flags: review?(jlal)
Comment 6•11 years ago
|
||
Comment on attachment 8492974 [details]
Link to Github pull-request: https://github.com/mozilla-b2g/gaia/pull/24277/files
LGTM merge on greeen
Attachment #8492974 -
Flags: review?(jlal) → review+
| Assignee | ||
Comment 7•11 years ago
|
||
Thanks for the review, James.
The tbpl job[1] is green.
[1] https://tbpl.mozilla.org/?rev=2d17a3be6efb0a5e5157af357283eb8cf982b364&tree=Gaia-Try
| Assignee | ||
Comment 8•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•