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

Added a test for #11135 #12411

Merged
merged 2 commits into from
Jul 11, 2020
Merged

Added a test for #11135 #12411

merged 2 commits into from
Jul 11, 2020

Conversation

alexey-milovidov
Copy link
Member

@alexey-milovidov alexey-milovidov commented Jul 10, 2020

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

Added a test. This closes #11135

@robot-clickhouse robot-clickhouse added the pr-not-for-changelog This PR should not be mentioned in the changelog label Jul 10, 2020
@alexey-milovidov
Copy link
Member Author

Functional stateful tests (address) — No output log

+ /s3downloader --dataset-names hits visits
INFO:root:Will fetch following datasets: hits, visits
INFO:root:Processing hits
INFO:root:Downloading from https://clickhouse-datasets.s3.yandex.net/hits/partitions/hits_v1.tar to temp path /tmp/dtUqRs
INFO:root:Content length is 1271623680 bytes
INFO:root:Some exception occured ("Connection broken: error(104, 'Connection reset by peer')", error(104, 'Connection reset by peer'))
INFO:root:Will remove dowloaded file /tmp/dtUqRs from filesystem if it exists
Traceback (most recent call last):
  File "/s3downloader", line 74, in <module>
    dowload_with_progress(download_url_for_dataset, temp_archive_path)
  File "/s3downloader", line 38, in dowload_with_progress
    for data in response.iter_content(chunk_size=4096):
  File "/usr/lib/python2.7/dist-packages/requests/models.py", line 753, in generate
    raise ChunkedEncodingError(e)
requests.exceptions.ChunkedEncodingError: ("Connection broken: error(104, 'Connection reset by peer')", error(104, 'Connection reset by peer'))

@alexey-milovidov alexey-milovidov mentioned this pull request Jul 11, 2020
16 tasks
@alexey-milovidov alexey-milovidov merged commit 4394f68 into master Jul 11, 2020
@alexey-milovidov alexey-milovidov deleted the test-11135 branch July 11, 2020 02:29
@alexey-milovidov alexey-milovidov mentioned this pull request Jul 15, 2020
40 tasks
@qoega qoega mentioned this pull request Sep 2, 2020
73 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-not-for-changelog This PR should not be mentioned in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ambiguous column error for remote() tables
2 participants