Skip to content

Failing tests on win/jenkins #5711

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

Closed
ghost opened this issue Dec 16, 2013 · 8 comments · Fixed by #5716
Closed

Failing tests on win/jenkins #5711

ghost opened this issue Dec 16, 2013 · 8 comments · Fixed by #5716
Labels
Testing pandas testing functions or related to the test suite Windows Windows OS
Milestone

Comments

@ghost
Copy link

ghost commented Dec 16, 2013

This across all bits/pythons:

pandas.tests.test_indexing.TestIndexing.test_astype_assignment 16 ms 3

Error Message

attr is not equal [dtype]: dtype('int32') != dtype('int64')

Stacktrace

Traceback (most recent call last):
  File "c:\Python26-AMD64\Lib\unittest.py", line 279, in run
    testMethod()
  File "C:\Program Files (x86)\Jenkins\workspace\pandas_tests\BITS\64\PYTHONVER\26\pandas\tests\test_indexing.py", line 1387, in test_astype_assignment
    assert_frame_equal(df,expected)
  File "C:\Program Files (x86)\Jenkins\workspace\pandas_tests\BITS\64\PYTHONVER\26\pandas\util\testing.py", line 493, in assert_frame_equal
    check_less_precise=check_less_precise)
  File "C:\Program Files (x86)\Jenkins\workspace\pandas_tests\BITS\64\PYTHONVER\26\pandas\util\testing.py", line 441, in assert_series_equal
    assert_attr_equal('dtype', left, right)
  File "C:\Program Files (x86)\Jenkins\workspace\pandas_tests\BITS\64\PYTHONVER\26\pandas\util\testing.py", line 425, in assert_attr_equal
    assert_equal(left_attr,right_attr,"attr is not equal [{0}]" .format(attr))
  File "C:\Program Files (x86)\Jenkins\workspace\pandas_tests\BITS\64\PYTHONVER\26\pandas\util\testing.py", line 408, in assert_equal
    assert a == b, "%s: %r != %r" % (msg.format(a,b), a, b)
AssertionError: attr is not equal [dtype]: dtype('int32') != dtype('int64')

pandas.tests.test_series.TestSeries.test_where_setitem_invalid

Error Message

attr is not equal [dtype]: dtype('int32') != dtype('int64')

Stacktrace

Traceback (most recent call last):
  File "c:\Python26-AMD64\Lib\unittest.py", line 279, in run
    testMethod()
  File "C:\Program Files (x86)\Jenkins\workspace\pandas_tests\BITS\64\PYTHONVER\26\pandas\tests\test_series.py", line 1348, in test_where_setitem_invalid
    assert_series_equal(s, expected)
  File "C:\Program Files (x86)\Jenkins\workspace\pandas_tests\BITS\64\PYTHONVER\26\pandas\util\testing.py", line 441, in assert_series_equal
    assert_attr_equal('dtype', left, right)
  File "C:\Program Files (x86)\Jenkins\workspace\pandas_tests\BITS\64\PYTHONVER\26\pandas\util\testing.py", line 425, in assert_attr_equal
    assert_equal(left_attr,right_attr,"attr is not equal [{0}]" .format(attr))
  File "C:\Program Files (x86)\Jenkins\workspace\pandas_tests\BITS\64\PYTHONVER\26\pandas\util\testing.py", line 408, in assert_equal
    assert a == b, "%s: %r != %r" % (msg.format(a,b), a, b)
AssertionError: attr is not equal [dtype]: dtype('int32') != dtype('int64')
@jreback
Copy link
Contributor

jreback commented Dec 16, 2013

my fault!!! I will test/fix later today

@jreback
Copy link
Contributor

jreback commented Dec 16, 2013

wish we could do a travis 32-bit build :<

@jreback
Copy link
Contributor

jreback commented Dec 16, 2013

where do you get these notification?

@ghost
Copy link
Author

ghost commented Dec 16, 2013

Was sick of windows holding up releases, so I "took steps".

@jreback
Copy link
Contributor

jreback commented Dec 16, 2013

gr8! I test locally...but just threw these in...will fix...thanks for the report!

@jreback
Copy link
Contributor

jreback commented Dec 17, 2013

fixed

lmk if windows errors recur ( or any more show up)

@wesm
Copy link
Member

wesm commented Dec 17, 2013

👍 to taking steps. Sorry I've been holding up things

@ghost
Copy link
Author

ghost commented Dec 17, 2013

@wesm, not criticism, I know how busy you are.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite Windows Windows OS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants