Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New failures in test_pickletools on 32-bit Windows Vista #63946

Closed
tim-one opened this issue Nov 24, 2013 · 2 comments
Closed

New failures in test_pickletools on 32-bit Windows Vista #63946

tim-one opened this issue Nov 24, 2013 · 2 comments
Assignees

Comments

@tim-one
Copy link
Member

tim-one commented Nov 24, 2013

BPO 19747
Nosy @tim-one, @avassalotti

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/avassalotti'
closed_at = <Date 2013-11-24.05:13:02.585>
created_at = <Date 2013-11-24.05:09:28.195>
labels = []
title = 'New failures in test_pickletools on 32-bit Windows Vista'
updated_at = <Date 2013-11-24.05:13:02.584>
user = 'https://github.com/tim-one'

bugs.python.org fields:

activity = <Date 2013-11-24.05:13:02.584>
actor = 'tim.peters'
assignee = 'alexandre.vassalotti'
closed = True
closed_date = <Date 2013-11-24.05:13:02.585>
closer = 'tim.peters'
components = []
creation = <Date 2013-11-24.05:09:28.195>
creator = 'tim.peters'
dependencies = []
files = []
hgrepos = []
issue_num = 19747
keywords = []
message_count = 2.0
messages = ['204180', '204181']
nosy_count = 2.0
nosy_names = ['tim.peters', 'alexandre.vassalotti']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue19747'
versions = ['Python 3.4']

@tim-one
Copy link
Member Author

tim-one commented Nov 24, 2013

Alexandre, this started after your latest checkin (to finish the framing work):

======================================================================
FAIL: test_framing_large_objects (test.test_pickletools.OptimizedPickleTests) (proto=4)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\Code\Python\lib\test\pickletester.py", line 1354, in test_framing_large_objects
    self.assertGreaterEqual(n_frames, len(obj))
AssertionError: 1 not greater than or equal to 3

======================================================================
FAIL: test_framing_many_objects (test.test_pickletools.OptimizedPickleTests) (proto=4)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\Code\Python\lib\test\pickletester.py", line 1342, in test_framing_many_objects
    self.FRAME_SIZE_TARGET * 1)
AssertionError: 368886.0 not less than or equal to 65536

======================================================================
FAIL: test_optional_frames (test.test_pickletools.OptimizedPickleTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\Code\Python\lib\test\pickletester.py", line 1392, in test_optional_frames
    count_opcode(pickle.FRAME, pickled))
AssertionError: 1 not less than 1

Ran 82 tests in 4.034s

FAILED (failures=3)
test test_pickletools failed
1 test failed:
test_pickletools

@tim-one
Copy link
Member Author

tim-one commented Nov 24, 2013

OK! This went away after a68c303eb8dc was checked in.

@tim-one tim-one closed this as completed Nov 24, 2013
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants