-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
test_upload_from_file_w_bound_client_multipart fails on Windows #1434
Comments
@dhermes The AppVeyor page for the failure shows just a couple of flickering blue dots (both FF and Chrome). |
My original comment points to a broken build.
|
Thanks for copying that in: I cannot see anything on the earlier AppVeyor build page, either (maybe a permissions issue?) |
Can you post the name / line # of the failing testcase? |
Not sure why you can't see it, I checked in an incognito Window and see it just is The name of the failing test is ======================================================================
FAIL: test_upload_from_file_w_bound_client_multipart (gcloud.bigquery.test_table.TestTable)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\projects\gcloud-python\gcloud\bigquery\test_table.py", line 1403, in test_upload_from_file_w_bound_client_multipart
self.assertEqual(payload_lines, body_lines) |
There are two different problems in this test case.
|
My questions are:
|
Thanks for tackling this! The reason we use the email parser is because multi-part HTTP requests conform to formats supported in that library. We don't need another library to handle a trailing newline. |
Introduced in #1318
The text was updated successfully, but these errors were encountered: