Re: [tor-bugs] #28551 [Core Tor/Tor]: Tor's Travis should print the python version after installation

2018-12-11 Thread Tor Bug Tracker & Wiki
#28551: Tor's Travis should print the python version after installation
--+
 Reporter:  teor  |  Owner:  (none)
 Type:  defect| Status:  closed
 Priority:  Medium|  Milestone:  Tor: 0.4.0.x-final
Component:  Core Tor/Tor  |Version:  Tor: unspecified
 Severity:  Normal| Resolution:  implemented
 Keywords:  tor-ci, travis, fast-fix  |  Actual Points:
Parent ID:| Points:  0.1
 Reviewer:  dgoulet   |Sponsor:
--+
Changes (by nickm):

 * status:  merge_ready => closed
 * resolution:   => implemented


Comment:

 lgtm too; merged!

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #28551 [Core Tor/Tor]: Tor's Travis should print the python version after installation

2018-12-10 Thread Tor Bug Tracker & Wiki
#28551: Tor's Travis should print the python version after installation
--+
 Reporter:  teor  |  Owner:  (none)
 Type:  defect| Status:  merge_ready
 Priority:  Medium|  Milestone:  Tor: 0.4.0.x-final
Component:  Core Tor/Tor  |Version:  Tor: unspecified
 Severity:  Normal| Resolution:
 Keywords:  tor-ci, travis, fast-fix  |  Actual Points:
Parent ID:| Points:  0.1
 Reviewer:  dgoulet   |Sponsor:
--+
Changes (by dgoulet):

 * status:  needs_review => merge_ready
 * reviewer:   => dgoulet
 * points:   => 0.1


Comment:

 Simple enough :). I can see it work properly in the CI. Thanks!

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #28551 [Core Tor/Tor]: Tor's Travis should print the python version after installation

2018-12-06 Thread Tor Bug Tracker & Wiki
#28551: Tor's Travis should print the python version after installation
--+
 Reporter:  teor  |  Owner:  (none)
 Type:  defect| Status:  needs_review
 Priority:  Medium|  Milestone:  Tor: 0.4.0.x-final
Component:  Core Tor/Tor  |Version:  Tor: unspecified
 Severity:  Normal| Resolution:
 Keywords:  tor-ci, travis, fast-fix  |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+
Changes (by rl1987):

 * cc: rl1987 (added)


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #28551 [Core Tor/Tor]: Tor's Travis should print the python version after installation

2018-12-06 Thread Tor Bug Tracker & Wiki
#28551: Tor's Travis should print the python version after installation
--+
 Reporter:  teor  |  Owner:  (none)
 Type:  defect| Status:  needs_review
 Priority:  Medium|  Milestone:  Tor: 0.4.0.x-final
Component:  Core Tor/Tor  |Version:  Tor: unspecified
 Severity:  Normal| Resolution:
 Keywords:  tor-ci, travis, fast-fix  |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+
Changes (by rl1987):

 * status:  new => needs_review


Comment:

 https://github.com/torproject/tor/pull/567

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #28551 [Core Tor/Tor]: Tor's Travis should print the python version after installation

2018-11-21 Thread Tor Bug Tracker & Wiki
#28551: Tor's Travis should print the python version after installation
--+
 Reporter:  teor  |  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:  Tor: 0.4.0.x-final
Component:  Core Tor/Tor  |Version:  Tor: unspecified
 Severity:  Normal| Resolution:
 Keywords:  tor-ci, travis, fast-fix  |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+

Comment (by teor):

 Ok, but tor uses python for other tests, not just stem's tests.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #28551 [Core Tor/Tor]: Tor's Travis should print the python version after installation

2018-11-21 Thread Tor Bug Tracker & Wiki
#28551: Tor's Travis should print the python version after installation
--+
 Reporter:  teor  |  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:  Tor: 0.4.0.x-final
Component:  Core Tor/Tor  |Version:  Tor: unspecified
 Severity:  Normal| Resolution:
 Keywords:  tor-ci, travis, fast-fix  |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+

Comment (by atagar):

 > If we don't print the actual python version that's running,

 Hi teor. Actually, Stem's tests should be doing this. Test runs are
 prefaced with versioning information...

 {{{
 % python3 run_tests.py --all
 ==
  INITIALISING
 ==

   stem version...  1.7.0-dev
   tor version...   0.4.0.0-alpha-dev
   python version...3.5.2
   operating system version...  Linux (Ubuntu
 16.04)
   cryptography version...  missing
   pynacl version...missing
   mock version...  1.0
   pyflakes version...  missing
   pycodestyle version...   missing
   checking for orphaned .pyc files...  done (0.0s)
   checking for unused tests... done (0.0s)
   importing test modules...done (0.1s)
   running pyflakes...  unavailable
   running pycodestyle...   unavailable

 ==
   UNIT TESTS
 ==

   util.enum... success (0.00s)
   util.connection...   success (0.06s)
   util.conf... success (0.02s)
 ...
 }}}

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #28551 [Core Tor/Tor]: Tor's Travis should print the python version after installation

2018-11-21 Thread Tor Bug Tracker & Wiki
#28551: Tor's Travis should print the python version after installation
--+
 Reporter:  teor  |  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:  Tor: 0.4.0.x-final
Component:  Core Tor/Tor  |Version:  Tor: unspecified
 Severity:  Normal| Resolution:
 Keywords:  tor-ci, travis, fast-fix  |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+
Changes (by atagar):

 * parent:  #28550 =>


Comment:

 Dropping the parent because that's preventing me from resolving the other
 ticket.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #28551 [Core Tor/Tor]: Tor's Travis should print the python version after installation

2018-11-20 Thread Tor Bug Tracker & Wiki
#28551: Tor's Travis should print the python version after installation
--+--
 Reporter:  teor  |  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:  Tor: 0.4.0.x-final
Component:  Core Tor/Tor  |Version:  Tor: unspecified
 Severity:  Normal|   Keywords:  tor-ci, travis, fast-fix
Actual Points:|  Parent ID:  #28550
   Points:|   Reviewer:
  Sponsor:|
--+--
 If we don't print the actual python version that's running, diagnosing
 tickets like #28550 is more difficult.

 We should print the version for all tests, because many tor tests use
 python.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs