Re: [Django] #27368: mail.tests.SMTPBackendTests.test_server_login generates ResourceWarning unclosed socket

2016-10-21 Thread Django
#27368: mail.tests.SMTPBackendTests.test_server_login generates ResourceWarning
unclosed socket
-+-
 Reporter:  Jon Dufresne |Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |
Component:  Testing framework|  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by GitHub ):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"9b9c8c4a81ab67d1bc392b6fd9cc17e0b844f7ff" 9b9c8c4]:
 {{{
 #!CommitTicketReference repository=""
 revision="9b9c8c4a81ab67d1bc392b6fd9cc17e0b844f7ff"
 Fixed #27368 -- Modifed BaseEmailBackend.__enter__() to close the
 connection if an exception occurs.

 Fixes unclosed socket ResourceWarning in mail test.

 Thanks Claude Paroz for the review.
 }}}

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.beb7b62e894d9396ba1df3230e670e23%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27368: mail.tests.SMTPBackendTests.test_server_login generates ResourceWarning unclosed socket

2016-10-20 Thread Django
#27368: mail.tests.SMTPBackendTests.test_server_login generates ResourceWarning
unclosed socket
-+-
 Reporter:  Jon Dufresne |Owner:  nobody
 Type:   |   Status:  new
  Cleanup/optimization   |
Component:  Testing framework|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Claude Paroz):

 * stage:  Accepted => Ready for checkin


--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.f86f95781828f01e3eac43625e1bf3c4%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27368: mail.tests.SMTPBackendTests.test_server_login generates ResourceWarning unclosed socket

2016-10-20 Thread Django
#27368: mail.tests.SMTPBackendTests.test_server_login generates ResourceWarning
unclosed socket
--+
 Reporter:  Jon Dufresne  |Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Testing framework |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+
Changes (by Claude Paroz):

 * stage:  Unreviewed => Accepted


--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.2103ab83f8f990d08280b11f18e651d4%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27368: mail.tests.SMTPBackendTests.test_server_login generates ResourceWarning unclosed socket

2016-10-19 Thread Django
#27368: mail.tests.SMTPBackendTests.test_server_login generates ResourceWarning
unclosed socket
-+-
 Reporter:  Jon Dufresne |Owner:  nobody
 Type:   |   Status:  new
  Cleanup/optimization   |
Component:  Testing framework|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Jon Dufresne):

 * has_patch:  0 => 1


Comment:

 [https://github.com/django/django/pull/7413 PR]

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.adc4601c4d08bfd760384ca30fa8885f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #27368: mail.tests.SMTPBackendTests.test_server_login generates ResourceWarning unclosed socket

2016-10-19 Thread Django
#27368: mail.tests.SMTPBackendTests.test_server_login generates ResourceWarning
unclosed socket
+
   Reporter:  Jon Dufresne  |  Owner:  nobody
   Type:  Cleanup/optimization  | Status:  new
  Component:  Testing framework |Version:  master
   Severity:  Normal|   Keywords:
   Triage Stage:  Unreviewed|  Has patch:  0
Needs documentation:  0 |Needs tests:  0
Patch needs improvement:  0 |  Easy pickings:  0
  UI/UX:  0 |
+
 {{{
 $ python -Wall runtests.py --failfast
 mail.tests.SMTPBackendTests.test_server_login
 Testing against Django installed in '/home/jon/devel/django/django' with
 up to 4 processes
 Creating test database for alias 'default'...
 Creating test database for alias 'other'...
 /usr/lib64/python3.5/socket.py:646: ResourceWarning: unclosed
 
   self._sock = None
 .
 --
 Ran 1 test in 0.048s

 OK
 Destroying test database for alias 'default'...
 Destroying test database for alias 'other'...
 }}}

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/052.a4922f658038abd4d192f8036932141c%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.