home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

12 rows where issue = 276241193 sorted by updated_at descending

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 4

  • shoyer 5
  • mrocklin 4
  • pitrou 2
  • spencerahill 1

author_association 3

  • MEMBER 9
  • NONE 2
  • CONTRIBUTOR 1

issue 1

  • Windows/Python 2.7 tests of dask-distributed failing on master/v0.10.0 · 12 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
347813738 https://github.com/pydata/xarray/issues/1738#issuecomment-347813738 https://api.github.com/repos/pydata/xarray/issues/1738 MDEyOklzc3VlQ29tbWVudDM0NzgxMzczOA== shoyer 1217238 2017-11-29T10:12:13Z 2017-11-29T10:12:13Z MEMBER

One useful clue: when I run these tests on OS X, I get the following warnings: ``` ========================================= warnings summary ========================================== xarray/tests/test_distributed.py::test_dask_distributed_integration_test[scipy] /Users/shoyer/conda/envs/xarray-py36/lib/python3.6/site-packages/distributed/utils_test.py:528: UserWarning: This test leaked 8 file descriptors warnings.warn("This test leaked %d file descriptors" % diff) /Users/shoyer/conda/envs/xarray-py36/lib/python3.6/site-packages/distributed/utils_test.py:538: UserWarning: This test leaked 15 MB of memory warnings.warn("This test leaked %d MB of memory" % diff)

xarray/tests/test_distributed.py::test_dask_distributed_integration_test[netcdf4] /Users/shoyer/conda/envs/xarray-py36/lib/python3.6/site-packages/distributed/utils_test.py:528: UserWarning: This test leaked 6 file descriptors warnings.warn("This test leaked %d file descriptors" % diff)

-- Docs: http://doc.pytest.org/en/latest/warnings.html ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Windows/Python 2.7 tests of dask-distributed failing on master/v0.10.0 276241193
346698881 https://github.com/pydata/xarray/issues/1738#issuecomment-346698881 https://api.github.com/repos/pydata/xarray/issues/1738 MDEyOklzc3VlQ29tbWVudDM0NjY5ODg4MQ== pitrou 1721820 2017-11-23T21:20:09Z 2017-11-23T21:20:09Z NONE

The error probably means the loop was already closed. I don't know why that is.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Windows/Python 2.7 tests of dask-distributed failing on master/v0.10.0 276241193
346681481 https://github.com/pydata/xarray/issues/1738#issuecomment-346681481 https://api.github.com/repos/pydata/xarray/issues/1738 MDEyOklzc3VlQ29tbWVudDM0NjY4MTQ4MQ== shoyer 1217238 2017-11-23T18:43:15Z 2017-11-23T18:43:15Z MEMBER

This is Python 2.7.14.

We do have a build against git master for dask, but only on Linux (Appveyor only gives us one free simultaneous build).

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Windows/Python 2.7 tests of dask-distributed failing on master/v0.10.0 276241193
346670918 https://github.com/pydata/xarray/issues/1738#issuecomment-346670918 https://api.github.com/repos/pydata/xarray/issues/1738 MDEyOklzc3VlQ29tbWVudDM0NjY3MDkxOA== pitrou 1721820 2017-11-23T17:25:44Z 2017-11-23T17:25:44Z NONE

@shoyer is this using an old-ish Python 2.7 version?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Windows/Python 2.7 tests of dask-distributed failing on master/v0.10.0 276241193
346670364 https://github.com/pydata/xarray/issues/1738#issuecomment-346670364 https://api.github.com/repos/pydata/xarray/issues/1738 MDEyOklzc3VlQ29tbWVudDM0NjY3MDM2NA== mrocklin 306380 2017-11-23T17:22:26Z 2017-11-23T17:22:26Z MEMBER

It might be useful in the future to change one of XArray's test builds to be against git-master rather than latest release. This would help us to identify issues like this closer to when they occurred.

On Thu, Nov 23, 2017 at 12:20 PM, Stephan Hoyer notifications@github.com wrote:

Comparing a failed https://ci.appveyor.com/project/shoyer/xray/build/1.0.3015 build to the last successful https://ci.appveyor.com/project/shoyer/xray/build/1.0.3012 build on master, I find the following difference in the dependencies:

passed, just before the v0.10.0 release

ca-certificates 2017.7.27.1 0 conda-forge dask 0.15.4 py_0 conda-forge dask-core 0.15.4 py_0 conda-forge distributed 1.19.3 py27_0 conda-forge setuptools 36.6.0 py27_1 conda-forge

failed, at the v0.10.0 release

ca-certificates 2017.11.5 0 conda-forge dask 0.16.0 py_0 conda-forge dask-core 0.16.0 py_0 conda-forge distributed 1.20.0 py27_0 conda-forge setuptools 36.7.2 py27_0 conda-forge

It looks like dask 0.16 or distributed 0.1.20 release is the most likely culprit. There were no Python changes to xarray in the v0.10.0 release commit (only setup.py and documentation changes).

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pydata/xarray/issues/1738#issuecomment-346670059, or mute the thread https://github.com/notifications/unsubscribe-auth/AASszEI5Wou1G91aMSsN7lCuovp2cDSAks5s5alwgaJpZM4QoKTw .

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Windows/Python 2.7 tests of dask-distributed failing on master/v0.10.0 276241193
346670059 https://github.com/pydata/xarray/issues/1738#issuecomment-346670059 https://api.github.com/repos/pydata/xarray/issues/1738 MDEyOklzc3VlQ29tbWVudDM0NjY3MDA1OQ== shoyer 1217238 2017-11-23T17:20:46Z 2017-11-23T17:20:46Z MEMBER

Comparing a failed build to the last successful build on master, I find the following difference in the dependencies: ```

passed, just before the v0.10.0 release

ca-certificates 2017.7.27.1 0 conda-forge dask 0.15.4 py_0 conda-forge dask-core 0.15.4 py_0 conda-forge distributed 1.19.3 py27_0 conda-forge setuptools 36.6.0 py27_1 conda-forge

failed, at the v0.10.0 release

ca-certificates 2017.11.5 0 conda-forge dask 0.16.0 py_0 conda-forge dask-core 0.16.0 py_0 conda-forge distributed 1.20.0 py27_0 conda-forge setuptools 36.7.2 py27_0 conda-forge `` It looks like dask 0.16 or distributed 0.1.20 release is the most likely culprit. There were no Python changes to xarray in the v0.10.0 release commit (onlysetup.py` and documentation changes).

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Windows/Python 2.7 tests of dask-distributed failing on master/v0.10.0 276241193
346634418 https://github.com/pydata/xarray/issues/1738#issuecomment-346634418 https://api.github.com/repos/pydata/xarray/issues/1738 MDEyOklzc3VlQ29tbWVudDM0NjYzNDQxOA== mrocklin 306380 2017-11-23T14:37:28Z 2017-11-23T14:37:28Z MEMBER

cc @pitrou in case this reminds him of anything

On Thu, Nov 23, 2017 at 12:54 AM, Spencer Hill notifications@github.com wrote:

FWIW aospy is having similar failures starting roughly at the same time: spencerahill/aospy#238 https://github.com/spencerahill/aospy/issues/238

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pydata/xarray/issues/1738#issuecomment-346536629, or mute the thread https://github.com/notifications/unsubscribe-auth/AASszD_B8JyfRw354324H3J0l2XeDHBcks5s5QitgaJpZM4QoKTw .

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Windows/Python 2.7 tests of dask-distributed failing on master/v0.10.0 276241193
346536629 https://github.com/pydata/xarray/issues/1738#issuecomment-346536629 https://api.github.com/repos/pydata/xarray/issues/1738 MDEyOklzc3VlQ29tbWVudDM0NjUzNjYyOQ== spencerahill 6200806 2017-11-23T05:54:51Z 2017-11-23T05:54:51Z CONTRIBUTOR

FWIW aospy is having similar failures starting roughly at the same time: https://github.com/spencerahill/aospy/issues/238

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Windows/Python 2.7 tests of dask-distributed failing on master/v0.10.0 276241193
346512099 https://github.com/pydata/xarray/issues/1738#issuecomment-346512099 https://api.github.com/repos/pydata/xarray/issues/1738 MDEyOklzc3VlQ29tbWVudDM0NjUxMjA5OQ== shoyer 1217238 2017-11-23T01:04:57Z 2017-11-23T01:04:57Z MEMBER

It definitely started recently (past week). I don't think we changed anything relevant in xarray so my guess is something to do with a dependency. Hopefully it will be clear from the appveyor logs! On Wed, Nov 22, 2017 at 4:49 PM Matthew Rocklin notifications@github.com wrote:

If I may generalize the question, did this start happening recently? Do we know what triggered this change?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pydata/xarray/issues/1738#issuecomment-346510516, or mute the thread https://github.com/notifications/unsubscribe-auth/ABKS1hI27jKOwumHya6BpXxDcQNa_Hn1ks5s5MEXgaJpZM4QoKTw .

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Windows/Python 2.7 tests of dask-distributed failing on master/v0.10.0 276241193
346510516 https://github.com/pydata/xarray/issues/1738#issuecomment-346510516 https://api.github.com/repos/pydata/xarray/issues/1738 MDEyOklzc3VlQ29tbWVudDM0NjUxMDUxNg== mrocklin 306380 2017-11-23T00:49:27Z 2017-11-23T00:49:27Z MEMBER

If I may generalize the question, did this start happening recently? Do we know what triggered this change?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Windows/Python 2.7 tests of dask-distributed failing on master/v0.10.0 276241193
346510438 https://github.com/pydata/xarray/issues/1738#issuecomment-346510438 https://api.github.com/repos/pydata/xarray/issues/1738 MDEyOklzc3VlQ29tbWVudDM0NjUxMDQzOA== shoyer 1217238 2017-11-23T00:48:35Z 2017-11-23T00:48:35Z MEMBER

It looks like it, I'll double check.

On Wed, Nov 22, 2017 at 4:46 PM Matthew Rocklin notifications@github.com wrote:

At first glance, no. Does this happen both on latest release and on git-master?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pydata/xarray/issues/1738#issuecomment-346510216, or mute the thread https://github.com/notifications/unsubscribe-auth/ABKS1vBBuWl_-ilWNa7yrd2bIiI6c8vkks5s5MBmgaJpZM4QoKTw .

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Windows/Python 2.7 tests of dask-distributed failing on master/v0.10.0 276241193
346510216 https://github.com/pydata/xarray/issues/1738#issuecomment-346510216 https://api.github.com/repos/pydata/xarray/issues/1738 MDEyOklzc3VlQ29tbWVudDM0NjUxMDIxNg== mrocklin 306380 2017-11-23T00:46:30Z 2017-11-23T00:46:30Z MEMBER

At first glance, no. Does this happen both on latest release and on git-master?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Windows/Python 2.7 tests of dask-distributed failing on master/v0.10.0 276241193

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 15.7ms · About: xarray-datasette
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows