issue_comments
10 rows where issue = 473142248 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- changed url for rasterio network test · 10 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
516645837 | https://github.com/pydata/xarray/pull/3162#issuecomment-516645837 | https://api.github.com/repos/pydata/xarray/issues/3162 | MDEyOklzc3VlQ29tbWVudDUxNjY0NTgzNw== | shoyer 1217238 | 2019-07-31T00:28:53Z | 2019-07-31T00:28:53Z | MEMBER | Thanks @scottyhq ! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
changed url for rasterio network test 473142248 | |
516633175 | https://github.com/pydata/xarray/pull/3162#issuecomment-516633175 | https://api.github.com/repos/pydata/xarray/issues/3162 | MDEyOklzc3VlQ29tbWVudDUxNjYzMzE3NQ== | scottyhq 3924836 | 2019-07-30T23:26:07Z | 2019-07-30T23:26:23Z | MEMBER | ok. as noted https://github.com/mapbox/rasterio/pull/1709 the aws_unsigned=True should bypass importing boto3 in upcoming rasterio 1.0.25. But I've gone ahead and added |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
changed url for rasterio network test 473142248 | |
515625123 | https://github.com/pydata/xarray/pull/3162#issuecomment-515625123 | https://api.github.com/repos/pydata/xarray/issues/3162 | MDEyOklzc3VlQ29tbWVudDUxNTYyNTEyMw== | shoyer 1217238 | 2019-07-26T23:09:54Z | 2019-07-26T23:10:04Z | MEMBER | The build is already green because this is marked as an allowed failure, but it shows up in the list of failing tests anyways. It's a little confusing but that was the best way I found to make the result of these tests noticeable without counting as a build failure. If you click on "Checks" at the top of this PR and then click on the top level "pydata.xarray" section of Azure, you see the full details on why the test is failing still: ``` self = <xarray.tests.test_backends.TestRasterio object at 0x7fb4b5cfa358>
xarray/tests/test_backends.py:3797: /usr/share/miniconda/envs/xarray-tests/lib/python3.6/site-packages/rasterio/env.py:193: in init aws_unsigned=aws_unsigned) self = <rasterio.session.AWSSession object at 0x7fb4b4b10da0>, session = None aws_unsigned = True, aws_access_key_id = None, aws_secret_access_key = None aws_session_token = None, region_name = None, profile_name = None requester_pays = False
It looks like using the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
changed url for rasterio network test 473142248 | |
515608653 | https://github.com/pydata/xarray/pull/3162#issuecomment-515608653 | https://api.github.com/repos/pydata/xarray/issues/3162 | MDEyOklzc3VlQ29tbWVudDUxNTYwODY1Mw== | max-sixty 5635139 | 2019-07-26T21:44:53Z | 2019-07-26T21:44:53Z | MEMBER | OK great. Let's at least try and get this passing and turn it green. Do you have a better idea of why it's still broken? Is it an issue with rasterio (re your comment above)? Is it fixed on master? If not we should open an issue there. If so we could install a later version on that build |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
changed url for rasterio network test 473142248 | |
515588027 | https://github.com/pydata/xarray/pull/3162#issuecomment-515588027 | https://api.github.com/repos/pydata/xarray/issues/3162 | MDEyOklzc3VlQ29tbWVudDUxNTU4ODAyNw== | scottyhq 3924836 | 2019-07-26T20:24:32Z | 2019-07-26T20:24:32Z | MEMBER | I'm in no rush to merge this (just wanted to help get rid of the red on Azure :). I think it's important to have network tests since it's increasingly common to be streaming data from s3, gcs, etc rather than reading locally. But I'm not sure of best practices for setting such tests up, so any suggestions for modifications are welcome. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
changed url for rasterio network test 473142248 | |
515546765 | https://github.com/pydata/xarray/pull/3162#issuecomment-515546765 | https://api.github.com/repos/pydata/xarray/issues/3162 | MDEyOklzc3VlQ29tbWVudDUxNTU0Njc2NQ== | max-sixty 5635139 | 2019-07-26T18:02:42Z | 2019-07-26T18:02:42Z | MEMBER | @scottyhq would you prefer to merge this as-is as an improvement, or wait until the test is fixed? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
changed url for rasterio network test 473142248 | |
515546620 | https://github.com/pydata/xarray/pull/3162#issuecomment-515546620 | https://api.github.com/repos/pydata/xarray/issues/3162 | MDEyOklzc3VlQ29tbWVudDUxNTU0NjYyMA== | max-sixty 5635139 | 2019-07-26T18:02:12Z | 2019-07-26T18:02:12Z | MEMBER | It looks like the flakey test failed but that Azure counts it as passing: https://dev.azure.com/xarray/xarray/_build/results?buildId=389&view=logs ...similar to an |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
changed url for rasterio network test 473142248 | |
515452425 | https://github.com/pydata/xarray/pull/3162#issuecomment-515452425 | https://api.github.com/repos/pydata/xarray/issues/3162 | MDEyOklzc3VlQ29tbWVudDUxNTQ1MjQyNQ== | scottyhq 3924836 | 2019-07-26T13:30:04Z | 2019-07-26T14:00:48Z | MEMBER | but seems like the tests are now run with each build on Azure? https://dev.azure.com/xarray/xarray/_build/results?buildId=389&view=ms.vss-test-web.build-test-results-tab the new test currently still fails - I think due to https://github.com/mapbox/rasterio/pull/1709 cc @shoyer who created the issue linked in the first post. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
changed url for rasterio network test 473142248 | |
515449766 | https://github.com/pydata/xarray/pull/3162#issuecomment-515449766 | https://api.github.com/repos/pydata/xarray/issues/3162 | MDEyOklzc3VlQ29tbWVudDUxNTQ0OTc2Ng== | fmaussion 10050469 | 2019-07-26T13:23:48Z | 2019-07-26T13:23:48Z | MEMBER | Yes, network test are not run on travis: https://github.com/pydata/xarray/blob/1a5b6305be4261f04b130a84f7780c9b5dafc943/conftest.py |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
changed url for rasterio network test 473142248 | |
515284619 | https://github.com/pydata/xarray/pull/3162#issuecomment-515284619 | https://api.github.com/repos/pydata/xarray/issues/3162 | MDEyOklzc3VlQ29tbWVudDUxNTI4NDYxOQ== | max-sixty 5635139 | 2019-07-26T02:29:59Z | 2019-07-26T02:29:59Z | MEMBER | Thanks @scottyhq ! Did we disable some tests / builds before? If so, shall we re-enable them as part of this PR? (I remember seeing something but wasn't involved directly) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
changed url for rasterio network test 473142248 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] ( [html_url] TEXT, [issue_url] TEXT, [id] INTEGER PRIMARY KEY, [node_id] TEXT, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [updated_at] TEXT, [author_association] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [issue] INTEGER REFERENCES [issues]([id]) ); CREATE INDEX [idx_issue_comments_issue] ON [issue_comments] ([issue]); CREATE INDEX [idx_issue_comments_user] ON [issue_comments] ([user]);
user 4