home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 268213436 and user = 1217238 sorted by updated_at descending

✖
✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: author_association, issue

user 1

  • shoyer · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
339399837 https://github.com/pydata/xarray/issues/1655#issuecomment-339399837 https://api.github.com/repos/pydata/xarray/issues/1655 MDEyOklzc3VlQ29tbWVudDMzOTM5OTgzNw== shoyer 1217238 2017-10-25T17:03:59Z 2017-10-25T17:03:59Z MEMBER

Thanks for tracking this down! How did we even get hypothesis installed in our CI environment? I guess things tend to bring in extra dependencies....

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Test suite is failing on master: No module named 'hypothesis.extra.pytestplugin' 268213436
339208437 https://github.com/pydata/xarray/issues/1655#issuecomment-339208437 https://api.github.com/repos/pydata/xarray/issues/1655 MDEyOklzc3VlQ29tbWVudDMzOTIwODQzNw== shoyer 1217238 2017-10-25T04:08:40Z 2017-10-25T04:08:40Z MEMBER

I asked on StackOverflow: https://stackoverflow.com/questions/46923840/pytest-fails-with-modulenotfounderror-and-name-of-unused-plugin

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Test suite is failing on master: No module named 'hypothesis.extra.pytestplugin' 268213436
339177701 https://github.com/pydata/xarray/issues/1655#issuecomment-339177701 https://api.github.com/repos/pydata/xarray/issues/1655 MDEyOklzc3VlQ29tbWVudDMzOTE3NzcwMQ== shoyer 1217238 2017-10-25T00:37:57Z 2017-10-25T04:08:30Z MEMBER

~~Let's see what happens when I trigger a pandas build: https://travis-ci.org/pandas-dev/pandas/builds/292375726~~ It doesn't seem to be an issue for pandas.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Test suite is failing on master: No module named 'hypothesis.extra.pytestplugin' 268213436
339177348 https://github.com/pydata/xarray/issues/1655#issuecomment-339177348 https://api.github.com/repos/pydata/xarray/issues/1655 MDEyOklzc3VlQ29tbWVudDMzOTE3NzM0OA== shoyer 1217238 2017-10-25T00:35:21Z 2017-10-25T00:35:21Z MEMBER

I did a diff on the build output from passing and failing builds, and conda is installing literally the exact same upstream dependencies. I can't see any changes, beyond the time which the builds were run, how long downloads take and of course whether the test crashes at the end or not.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Test suite is failing on master: No module named 'hypothesis.extra.pytestplugin' 268213436
339161132 https://github.com/pydata/xarray/issues/1655#issuecomment-339161132 https://api.github.com/repos/pydata/xarray/issues/1655 MDEyOklzc3VlQ29tbWVudDMzOTE2MTEzMg== shoyer 1217238 2017-10-24T22:56:42Z 2017-10-24T22:56:42Z MEMBER

This is particularly puzzling because as far as I know, we don't even use this plugin.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Test suite is failing on master: No module named 'hypothesis.extra.pytestplugin' 268213436

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 3858.837ms · About: xarray-datasette
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows