Re: [Twisted-Python] natty64-py2.7maint & twistedchecker builders

2014-09-20 Thread Tristan Seligmann
On 18 September 2014 07:16, Glyph  wrote:
> On Sep 17, 2014, at 8:41 AM, Tristan Seligmann  
> wrote:
>> Speaking of EOL, squeeze is effectively EOL now too (unless you count
>> the squeeze-lts effort, which is very limited in scope); as such, I
>> would like to upgrade or retire my buildslaves (bot-idnar-debian{,64})
>> which are still running squeeze. I think newer version of Debian are
>> already covered by other buildslaves; so are these still needed at
>> all?
>
> Not as far as I know.  I think you can feel free to deprovision them 
> (although I think you need to submit a PR for the buildmaster's config to 
> remove them from the buildmaster and supported list)

Is the buildmaster's config in a publically accessible repo? If so,
where? (If not, how do I get access?)
-- 
mithrandi, i Ainil en-Balandor, a faer Ambar

___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


[Twisted-Python] On testing things wrapping other things

2014-09-20 Thread weykent
Hi,

Recently I worked on refactoring a project so that it was, in my opinion, more 
testable. For reference, the diff is available at 
,
 and the important parts in the changed version are at 
.
 

My question: is this a good factoring for testing a wrapper? It seems to make 
sense to split apart crafting and issuing requests to clients, as it lets you 
test the contents of a request to see what will happen instead of having to 
issue the request and test that its effects happened.

On a previous iteration of this project, I wrote tests that did exactly that: 
issued requests and checked the bytes that were sent to a StringTransport. 
Those tests ended up being harder to read and write, and seemed to rely on the 
exact implementation of the thing I was wrapping.

Thanks in advance for any feedback on the matter,
~weykent


___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


[Twisted-Python] Weekly Bug Summary

2014-09-20 Thread trac



Bug summary
__
Summary for 2014-09-14 through 2014-09-21
  Opened Closed  Total Change
Enhancements:  9  6   1239 +3
Defects:   3  5747 -2
Tasks: 2  2 98 +0
Regressions:   1  1  9 +0
Total:15 14   2093 +1

|== Type Changes   |== Priority Changes   |== Component Changes   
|Defect:   -2  |Highest:  +1  |Core:   +2 
|Enhancement:  +3  |Normal:   +0  |Lore:   -1 
|Regression:   +0 |Trial:  -1 
|Task: +0 |Web:+1 



Total Tickets
Open Tickets



New / Reopened Bugs
__
= Highest =
[#7647] BrowserLikePolicyForHTTPS always ignores the specified trustRoot and uses the system trust root instead (opened by hawkowl)
defect  webhttp://twistedmatrix.com/trac/ticket/7647

= Normal =
[#7635] Create a Sphinx theme which matches the current website (opened by khorn)
enhancement core   http://twistedmatrix.com/trac/ticket/7635

[#7636] ReST markup error in servers.rst (opened by khorn) (CLOSED, fixed)
enhancement core   http://twistedmatrix.com/trac/ticket/7636

[#7637] Typo in application howto (opened by Alex) (CLOSED, fixed)
enhancement core   http://twistedmatrix.com/trac/ticket/7637

[#7638] several typos in the docs result in misrendering (opened by Alex) (CLOSED, fixed)
enhancement core   http://twistedmatrix.com/trac/ticket/7638

[#7639] Remove `twisted.python.logger.LegacyLogger`. (opened by wsanchez)
enhancement core   http://twistedmatrix.com/trac/ticket/7639

[#7640] projects/core/howto/application.rst should be properly formatted (opened by hawkowl)
enhancement core   http://twistedmatrix.com/trac/ticket/7640

[#7641] projects/core/howto/components.rst should be properly formatted (opened by hawkowl)
enhancement core   http://twistedmatrix.com/trac/ticket/7641

[#7642] Typo in core/howto/process leads to misrendering (opened by Alex) (CLOSED, fixed)
enhancement core   http://twistedmatrix.com/trac/ticket/7642

[#7643] Typo in inlineCallbacks documentation (opened by trevorcreech) (CLOSED, fixed)
defect  core   http://twistedmatrix.com/trac/ticket/7643

[#7644] port twisted.python.modules to python 3 (opened by glyph)
enhancement core   http://twistedmatrix.com/trac/ticket/7644

[#7645] BaseConnector does not properly create/cancel its timeoutID delayedCall (opened by rthille) (CLOSED, worksforme)
defect  core   http://twistedmatrix.com/trac/ticket/7645

[#7646] Release Twisted 14.0.1 (opened by hawkowl) (CLOSED, fixed)
taskcore   http://twistedmatrix.com/trac/ticket/7646

[#7648] Release Twisted 14.0.2 (opened by hawkowl)
taskcore   http://twistedmatrix.com/trac/ticket/7648

[#7649] twisted.python.log.LogPublisher sets/changes logLevel key. (opened by ralphm)
regression  core   http://twistedmatrix.com/trac/ticket/7649



Closed Bugs
__
= Normal =
[#6489] lore generates incorrect API links for methods (opened by acapnotic, closed by khorn, wontfix)
defect  lore   http://twistedmatrix.com/trac/ticket/6489

[#7534] twisted.trial.test.test_assertions.TestSynchronousAssertions.test_assertRaisesContextUnexpected fails on Python 3.3 (opened by exarkun, closed by exarkun, fixed)
regression  trial  http://twistedmatrix.com/trac/ticket/7534

[#7636] ReST markup error in servers.rst (opened by khorn, closed by khorn, fixed)
enhancement core   http://twistedmatrix.com/trac/ticket/7636

[#7032] Coding standard should state how to name test classes (opened by lvh, closed by khorn, fixed)
enhancement core   http://twistedmatrix.com/trac/ticket/7032

[#7637] Typo in application howto (opened by Alex, closed by hawkowl, fixed)
enhancement core   http://twistedmatrix.com/trac/ticket/7637

[#6947] projects/core/howto/basics.rst should be properly formatted (opened by hawkowl, closed by hawkowl, fixed)
taskcore   http://twistedmatrix.com/trac/ticket/6947

[#6953] Update README for new docs (opened by adiroiban, closed by hawkowl, fixed)
enhancement core   http://twistedmatrix.com/trac/ticket/6953

[#7638] several typos in the docs result in misrendering (opened by Alex, closed by hawkowl, fixed)
enhancement core   http://twistedmatrix.com/trac/ticket/7638

[#7429] failures of test_tls.py from -14.0.0 (opened by idella, closed by exarkun, duplicate)
defect  core   http://twistedmatrix.com/trac/ticket/7429

[#7370] multiple tests fail w