Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29361729: Issue 4574 - Adds Tests to createNightlies platform specific revisions (Closed)

Created:
Nov. 4, 2016, 2:37 p.m. by Jon Sonesen
Modified:
Jan. 19, 2017, 11:04 a.m.
Visibility:
Public.

Description

Issue 4574 - Adds Tests to createNightlies platform specific revisions Repository: hg.adblockplus.org/sitescripts

Patch Set 1 #

Total comments: 19

Patch Set 2 : #

Total comments: 14

Patch Set 3 : #

Patch Set 4 : test_creatNightlies.grumble ;P #

Total comments: 8

Patch Set 5 : remove pontless fixture, remove pointless docstring, add comment, inline revision hash #

Total comments: 2

Patch Set 6 : add bookmark files so that all repos have master bookmark, add white space below license #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1725 lines, -41 lines) Patch
M sitescripts/extensions/test/conftest.py View 1 2 1 chunk +24 lines, -36 lines 0 comments Download
A sitescripts/extensions/test/data/bookmarks/adblockplus.bookmarks View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A sitescripts/extensions/test/data/bookmarks/adblockplusandroid.bookmarks View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A sitescripts/extensions/test/data/bookmarks/adblockpluschrome.bookmarks View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A sitescripts/extensions/test/data/bookmarks/adblockplusie.bookmarks View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A sitescripts/extensions/test/data/bookmarks/adblockplusnightly.bookmarks View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A sitescripts/extensions/test/data/bookmarks/downloads.bookmarks View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A sitescripts/extensions/test/data/diff/adblockplus.diff View 1 2 1 chunk +113 lines, -0 lines 0 comments Download
A sitescripts/extensions/test/data/diff/adblockplusandroid.diff View 1 2 1 chunk +104 lines, -0 lines 0 comments Download
A sitescripts/extensions/test/data/diff/adblockpluschrome.diff View 1 2 1 chunk +62 lines, -0 lines 0 comments Download
A sitescripts/extensions/test/data/diff/adblockplusie.diff View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
A sitescripts/extensions/test/data/diff/adblockplusnightly.diff View 1 2 1 chunk +523 lines, -0 lines 0 comments Download
A sitescripts/extensions/test/data/diff/downloads.diff View 1 2 1 chunk +818 lines, -0 lines 0 comments Download
M sitescripts/extensions/test/test_createNightlies.py View 1 2 3 4 5 1 chunk +46 lines, -5 lines 0 comments Download

Messages

Total messages: 29
Jon Sonesen
Nov. 4, 2016, 2:37 p.m. (2016-11-04 14:37:10 UTC) #1
Jon Sonesen
Here is my first submission for the review. https://codereview.adblockplus.org/29361729/diff/29361730/sitescripts/extensions/test/conftest.py File sitescripts/extensions/test/conftest.py (right): https://codereview.adblockplus.org/29361729/diff/29361730/sitescripts/extensions/test/conftest.py#newcode49 sitescripts/extensions/test/conftest.py:49: def ...
Nov. 4, 2016, 3:11 p.m. (2016-11-04 15:11:55 UTC) #2
Vasily Kuznetsov
Hi Jon, I took a quick look anyway, see my comments below. I'll wait for ...
Nov. 7, 2016, 2:53 p.m. (2016-11-07 14:53:21 UTC) #3
Sebastian Noack
https://codereview.adblockplus.org/29361729/diff/29361730/sitescripts/extensions/test/test_createNightlies.py File sitescripts/extensions/test/test_createNightlies.py (right): https://codereview.adblockplus.org/29361729/diff/29361730/sitescripts/extensions/test/test_createNightlies.py#newcode19 sitescripts/extensions/test/test_createNightlies.py:19: import os As per PEP-8, corelib imports are supposed ...
Nov. 7, 2016, 4:24 p.m. (2016-11-07 16:24:41 UTC) #4
Vasily Kuznetsov
https://codereview.adblockplus.org/29361729/diff/29361730/sitescripts/extensions/test/test_createNightlies.py File sitescripts/extensions/test/test_createNightlies.py (right): https://codereview.adblockplus.org/29361729/diff/29361730/sitescripts/extensions/test/test_createNightlies.py#newcode49 sitescripts/extensions/test/test_createNightlies.py:49: 'hg', 'id', '-R', nightlydir.strpath, '-i', '-r', 'ancestors(safari)'] On 2016/11/07 ...
Nov. 7, 2016, 5:11 p.m. (2016-11-07 17:11:01 UTC) #5
Jon Sonesen
Patch Set 1 So I thought I sent these off, apologies. https://codereview.adblockplus.org/29361729/diff/29361730/sitescripts/extensions/test/conftest.py File sitescripts/extensions/test/conftest.py (right): ...
Nov. 8, 2016, 5:29 p.m. (2016-11-08 17:29:45 UTC) #6
Jon Sonesen
So I made some changes to the wy the repos work. It seemed that we ...
Nov. 11, 2016, 10:35 a.m. (2016-11-11 10:35:50 UTC) #7
Vasily Kuznetsov
On 2016/11/11 10:35:50, Jon Sonesen wrote: > So I made some changes to the wy ...
Nov. 11, 2016, 11:33 a.m. (2016-11-11 11:33:52 UTC) #8
Jon Sonesen
On 2016/11/11 11:33:52, Vasily Kuznetsov wrote: > On 2016/11/11 10:35:50, Jon Sonesen wrote: > > ...
Nov. 14, 2016, 2:01 p.m. (2016-11-14 14:01:06 UTC) #9
Vasily Kuznetsov
Hi Jon, I looked through all of patch set 2 today. The idea with diffs ...
Nov. 14, 2016, 7:42 p.m. (2016-11-14 19:42:38 UTC) #10
Jon Sonesen
Patch Set 2 The next patch set will simplify the hg_dir method further by changing ...
Nov. 15, 2016, 11:18 a.m. (2016-11-15 11:18:47 UTC) #11
Jon Sonesen
https://codereview.adblockplus.org/29361729/diff/29362448/sitescripts/extensions/test/conftest.py File sitescripts/extensions/test/conftest.py (right): https://codereview.adblockplus.org/29361729/diff/29362448/sitescripts/extensions/test/conftest.py#newcode65 sitescripts/extensions/test/conftest.py:65: call_hg(repo_dir, 'import', str(diff_dir.join('{}0.diff'.format(repo))), On 2016/11/14 19:42:38, Vasily Kuznetsov wrote: ...
Nov. 15, 2016, 3:40 p.m. (2016-11-15 15:40:25 UTC) #12
Jon Sonesen
Patch Set 3
Nov. 15, 2016, 3:42 p.m. (2016-11-15 15:42:21 UTC) #13
Vasily Kuznetsov
On 2016/11/15 15:42:21, Jon Sonesen wrote: > Patch Set 3 It looks like the tests ...
Nov. 15, 2016, 4:43 p.m. (2016-11-15 16:43:48 UTC) #14
Vasily Kuznetsov
LGTM (but see a minor point below). https://codereview.adblockplus.org/29361729/diff/29362570/sitescripts/extensions/test/test_createNightlies.py File sitescripts/extensions/test/test_createNightlies.py (right): https://codereview.adblockplus.org/29361729/diff/29362570/sitescripts/extensions/test/test_createNightlies.py#newcode67 sitescripts/extensions/test/test_createNightlies.py:67: The bookmark ...
Nov. 15, 2016, 5:22 p.m. (2016-11-15 17:22:43 UTC) #15
Jon Sonesen
it's a test
Nov. 15, 2016, 6:45 p.m. (2016-11-15 18:45:18 UTC) #16
Jon Sonesen
https://codereview.adblockplus.org/29361729/diff/29362570/sitescripts/extensions/test/test_createNightlies.py File sitescripts/extensions/test/test_createNightlies.py (right): https://codereview.adblockplus.org/29361729/diff/29362570/sitescripts/extensions/test/test_createNightlies.py#newcode67 sitescripts/extensions/test/test_createNightlies.py:67: The bookmark 'safari' contains only 2 revisions On 2016/11/15 ...
Nov. 16, 2016, 10:58 a.m. (2016-11-16 10:58:21 UTC) #17
Sebastian Noack
https://codereview.adblockplus.org/29361729/diff/29362570/sitescripts/extensions/test/test_createNightlies.py File sitescripts/extensions/test/test_createNightlies.py (right): https://codereview.adblockplus.org/29361729/diff/29362570/sitescripts/extensions/test/test_createNightlies.py#newcode17 sitescripts/extensions/test/test_createNightlies.py:17: import os There should be a blank line below ...
Nov. 16, 2016, 3:41 p.m. (2016-11-16 15:41:05 UTC) #18
Jon Sonesen
thought i sent these... https://codereview.adblockplus.org/29361729/diff/29362570/sitescripts/extensions/test/test_createNightlies.py File sitescripts/extensions/test/test_createNightlies.py (right): https://codereview.adblockplus.org/29361729/diff/29362570/sitescripts/extensions/test/test_createNightlies.py#newcode17 sitescripts/extensions/test/test_createNightlies.py:17: import os On 2016/11/16 15:41:04, ...
Nov. 18, 2016, 9:45 a.m. (2016-11-18 09:45:52 UTC) #19
Jon Sonesen
https://codereview.adblockplus.org/29361729/diff/29362570/sitescripts/extensions/test/test_createNightlies.py File sitescripts/extensions/test/test_createNightlies.py (right): https://codereview.adblockplus.org/29361729/diff/29362570/sitescripts/extensions/test/test_createNightlies.py#newcode49 sitescripts/extensions/test/test_createNightlies.py:49: return '1291590ddd0f' On 2016/11/16 15:41:04, Sebastian Noack wrote: > ...
Nov. 18, 2016, 12:55 p.m. (2016-11-18 12:55:41 UTC) #20
Jon Sonesen
remove pontless fixture, remove pointless docstring, add comment, inline revision hash
Nov. 18, 2016, 3:18 p.m. (2016-11-18 15:18:55 UTC) #21
Vasily Kuznetsov
Just one minor nit, otherwise LGTM https://codereview.adblockplus.org/29361729/diff/29363543/sitescripts/extensions/test/test_createNightlies.py File sitescripts/extensions/test/test_createNightlies.py (right): https://codereview.adblockplus.org/29361729/diff/29363543/sitescripts/extensions/test/test_createNightlies.py#newcode50 sitescripts/extensions/test/test_createNightlies.py:50: # This inline ...
Nov. 21, 2016, 12:21 p.m. (2016-11-21 12:21:45 UTC) #22
Jon Sonesen
On 2016/11/21 12:21:45, Vasily Kuznetsov wrote: > Just one minor nit, otherwise LGTM > > ...
Nov. 21, 2016, 12:28 p.m. (2016-11-21 12:28:04 UTC) #23
Jon Sonesen
Here are the minor changes and addition of the comment
Nov. 21, 2016, 2:39 p.m. (2016-11-21 14:39:13 UTC) #24
Jon Sonesen
comment improved
Nov. 21, 2016, 4:56 p.m. (2016-11-21 16:56:57 UTC) #25
Jon Sonesen
https://codereview.adblockplus.org/29361729/diff/29363543/sitescripts/extensions/test/test_createNightlies.py File sitescripts/extensions/test/test_createNightlies.py (right): https://codereview.adblockplus.org/29361729/diff/29363543/sitescripts/extensions/test/test_createNightlies.py#newcode50 sitescripts/extensions/test/test_createNightlies.py:50: # This inline hash is for the expected revision ...
Nov. 21, 2016, 5 p.m. (2016-11-21 17:00:08 UTC) #26
Vasily Kuznetsov
LGTM even more now. Sebastian, what do you think?
Nov. 22, 2016, 9:11 a.m. (2016-11-22 09:11:34 UTC) #27
Jon Sonesen
add bookmark files so that all repos have master bookmark, add white space below license
Nov. 25, 2016, 10:15 a.m. (2016-11-25 10:15:22 UTC) #28
Sebastian Noack
Nov. 25, 2016, 12:55 p.m. (2016-11-25 12:55:19 UTC) #29
LGTM

Powered by Google App Engine
This is Rietveld