home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 587099341 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • spencerkclark 2
  • max-sixty 1

issue 1

  • xfail test_uamiv_format_write · 3 ✖

author_association 1

  • MEMBER 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
603418984 https://github.com/pydata/xarray/pull/3885#issuecomment-603418984 https://api.github.com/repos/pydata/xarray/issues/3885 MDEyOklzc3VlQ29tbWVudDYwMzQxODk4NA== spencerkclark 6628425 2020-03-24T18:10:16Z 2020-03-24T18:10:16Z MEMBER

Absolutely; it's this one: https://github.com/pydata/xarray/blob/c707b337a0f75224ee3b3e3b65a08da792df2fa6/xarray/tests/test_cftime_offsets.py#L1179-L1184

Feel free to add an xfail here.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  xfail test_uamiv_format_write 587099341
603417188 https://github.com/pydata/xarray/pull/3885#issuecomment-603417188 https://api.github.com/repos/pydata/xarray/issues/3885 MDEyOklzc3VlQ29tbWVudDYwMzQxNzE4OA== max-sixty 5635139 2020-03-24T18:07:37Z 2020-03-24T18:07:37Z MEMBER

Cheers @spencerkclark . Do you know which tests we should xfail? We can do it ex-post if you're not sure.

I think we should really try and keep the build passing, partly as contributor-friendliness, partly as signalling, partly as internalizing the externalities of flaky tests

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  xfail test_uamiv_format_write 587099341
603406294 https://github.com/pydata/xarray/pull/3885#issuecomment-603406294 https://api.github.com/repos/pydata/xarray/issues/3885 MDEyOklzc3VlQ29tbWVudDYwMzQwNjI5NA== spencerkclark 6628425 2020-03-24T17:51:47Z 2020-03-24T17:51:47Z MEMBER

FYI you'll get an upstream-dev failure due to some ongoing work in cftime: https://github.com/Unidata/cftime/issues/158#issuecomment-603242434. You can temporarily remove it from the build if you'd like, but hopefully it will be resolved soon.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  xfail test_uamiv_format_write 587099341

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 9.974ms · About: xarray-datasette