Skip to content

Conversation

osalpekar
Copy link
Member

@osalpekar osalpekar commented Oct 8, 2020

Stack from ghstack:

In our store tests, we expect there to be an exception when we call
get on a recently-deleted key. Unforunately, the store waits for the timeout
period for the key to be set before throwing, which causes the tests to idel
wait for 5+ minutes. This PR decreases the timeouts before this set call so
these tests run faster.

Differential Revision: D24208617

In our store tests, we expect there to be an exception when we call
get on a recently-deleted key. Unforunately, the store waits for the timeout
period for the key to be set before throwing, which causes the tests to idel
wait for 5+ minutes. This PR decreases the timeouts before this set call so
these tests run faster.

Differential Revision: [D24208617](https://our.internmc.facebook.com/intern/diff/D24208617/)

[ghstack-poisoned]
@facebook-github-bot facebook-github-bot added the oncall: distributed Add this issue/PR to distributed oncall triage queue label Oct 8, 2020
osalpekar added a commit that referenced this pull request Oct 8, 2020
In our store tests, we expect there to be an exception when we call
get on a recently-deleted key. Unforunately, the store waits for the timeout
period for the key to be set before throwing, which causes the tests to idel
wait for 5+ minutes. This PR decreases the timeouts before this set call so
these tests run faster.

Differential Revision: [D24208617](https://our.internmc.facebook.com/intern/diff/D24208617/)

ghstack-source-id: 113917315
Pull Request resolved: #46067
@osalpekar osalpekar requested a review from malfet October 8, 2020 23:44
@dr-ci
Copy link

dr-ci bot commented Oct 9, 2020

💊 CI failures summary and remediations

As of commit ca7c66e (more details on the Dr. CI page):


  • 1/1 failures possibly* introduced in this PR
    • 1/1 non-CircleCI failure(s)

ci.pytorch.org: 1 failed


This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions on the GitHub issue tracker or post in the (internal) Dr. CI Users group.

See how this bot performed.

This comment has been revised 1 time.

@codecov
Copy link

codecov bot commented Oct 9, 2020

Codecov Report

Merging #46067 into gh/osalpekar/96/base will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@                  Coverage Diff                  @@
##           gh/osalpekar/96/base   #46067   +/-   ##
=====================================================
  Coverage                 68.28%   68.28%           
=====================================================
  Files                       410      410           
  Lines                     53306    53306           
=====================================================
  Hits                      36398    36398           
  Misses                    16908    16908           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update acca11b...ca7c66e. Read the comment docs.

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in e33d455.

@facebook-github-bot facebook-github-bot deleted the gh/osalpekar/96/head branch October 13, 2020 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Merged oncall: distributed Add this issue/PR to distributed oncall triage queue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants