Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

Conversation

@dhermes
Copy link
Contributor

@dhermes dhermes commented Dec 9, 2014

Fixes #85.

Whatever issue was causing the slowdown was related to the
Py3k string/unicode issues. I'd guess it was in the crypto paths
where an expensive computation was being done for no reason.

Running them without network (to make sure mocks are correct):

  • py26openssl13 - Ran 152 tests in 6.163s
  • py26openssl14 - Ran 152 tests in 6.878s
  • py27openssl13 - Ran 152 tests in 4.657s
  • py27openssl14 - Ran 152 tests in 5.651s
  • py33openssl14 - Ran 152 tests in 6.685s
  • py34openssl14 - Ran 152 tests in 6.373s
  • pypyopenssl13 - Ran 152 tests in 4.932s
  • pypyopenssl14 - Ran 152 tests in 5.699s

Fixes googleapis#85.

Whatever issue was causing the slowdown was related to the
Py3k string/unicode issues. I'd guess it was in the crypto paths
where an expensive computation was being done for no reason.

Running them without network (to make sure mocks are correct):

- `py26openssl13` - Ran 152 tests in 6.163s
- `py26openssl14` - Ran 152 tests in 6.878s
- `py27openssl13` - Ran 152 tests in 4.657s
- `py27openssl14` - Ran 152 tests in 5.651s
- `py33openssl14` - Ran 152 tests in 6.685s
- `py34openssl14` - Ran 152 tests in 6.373s
- `pypyopenssl13` - Ran 152 tests in 4.932s
- `pypyopenssl14` - Ran 152 tests in 5.699s
craigcitro added a commit that referenced this pull request Dec 9, 2014
Re-enabling disabled slow tests.
@craigcitro craigcitro merged commit baa3bff into googleapis:master Dec 9, 2014
@dhermes dhermes deleted the fix-slow-tests branch December 9, 2014 22:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test_oauth2client does not get run

2 participants