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

ValueError: could not convert string to float when running test_column_sum_min_max #385

Open
psathyan opened this issue Feb 8, 2021 · 0 comments

Comments

@psathyan
Copy link
Contributor

psathyan commented Feb 8, 2021

I am seeing this error when running s3tests_boto3

======================================================================
ERROR: s3tests_boto3.functional.test_s3select.test_column_sum_min_max
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/s3-tests/virtualenv/lib/python3.6/site-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/root/s3-tests/s3tests_boto3/functional/test_s3select.py", line 233, in test_column_sum_min_max
    nose.tools.assert_equal( float(res_s3select), float(res_target))
ValueError: could not convert string to float: '\navg  function not found\n'

I am executing the tests from ceph_pacific branch.

@psathyan psathyan changed the title ValueError: could not convert string to float: ValueError: could not convert string to float when running test_column_sum_min_max Feb 8, 2021
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

1 participant