Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix flakiness in caffe2/test:serialization - test_serialization_new_format_old_format_compat #45915

Closed
wants to merge 1 commit into from

Conversation

walterddr
Copy link
Contributor

Summary: Use temp file instead

Test Plan: buck test mode/opt-asan //caffe2/test:serialization -- 'test_serialization_new_format_old_format_compat (test_serialization.TestBothSerialization)' --run-disabled --jobs 18 --stress-runs 10 --record-results

Differential Revision: D24142278

…ormat_old_format_compat

Summary: Use temp file instead

Test Plan: buck test mode/opt-asan //caffe2/test:serialization -- 'test_serialization_new_format_old_format_compat \(test_serialization\.TestBothSerialization\)' --run-disabled --jobs 18 --stress-runs 10 --record-results

Differential Revision: D24142278

fbshipit-source-id: 17931b44a883570ffded957f86dbcc4a4757bc7b
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D24142278

@codecov
Copy link

codecov bot commented Oct 7, 2020

Codecov Report

Merging #45915 into master will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #45915   +/-   ##
=======================================
  Coverage   68.20%   68.20%           
=======================================
  Files         410      410           
  Lines       53243    53243           
=======================================
+ Hits        36313    36314    +1     
+ Misses      16930    16929    -1     
Impacted Files Coverage Δ
torch/testing/_internal/expecttest.py 78.57% <0.00%> (+1.02%) ⬆️

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 0da6730...6644f5c. Read the comment docs.

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 275bb5e.

gchanan pushed a commit to gchanan/pytorch that referenced this pull request Oct 9, 2020
…ormat_old_format_compat (pytorch#45915)

Summary:
Pull Request resolved: pytorch#45915

Use temp file instead

Test Plan: buck test mode/opt-asan //caffe2/test:serialization -- 'test_serialization_new_format_old_format_compat \(test_serialization\.TestBothSerialization\)' --run-disabled --jobs 18 --stress-runs 10 --record-results

Reviewed By: malfet

Differential Revision: D24142278

fbshipit-source-id: 9c88330fc5664d464daa9124e67644f497353f3b
malfet pushed a commit that referenced this pull request Oct 10, 2020
…ormat_old_format_compat (#45915) (#46114)

Summary:
Pull Request resolved: #45915

Use temp file instead

Test Plan: buck test mode/opt-asan //caffe2/test:serialization -- 'test_serialization_new_format_old_format_compat \(test_serialization\.TestBothSerialization\)' --run-disabled --jobs 18 --stress-runs 10 --record-results

Reviewed By: malfet

Differential Revision: D24142278

fbshipit-source-id: 9c88330fc5664d464daa9124e67644f497353f3b

Co-authored-by: Rong Rong <rongr@fb.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants