-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
ut fix #33102
Merged
seiriosPlus
merged 12 commits into
PaddlePaddle:develop
from
seiriosPlus:fix/ut_fix_all2
May 26, 2021
Merged
ut fix #33102
seiriosPlus
merged 12 commits into
PaddlePaddle:develop
from
seiriosPlus:fix/ut_fix_all2
May 26, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Change-Id: I5e4487e26b23be6da254a768ea34febfa6c4c324
Change-Id: I870e4e4931164bce1483230bb52a410f9d8183b5
Change-Id: I15bb51944ef883622d470f039397f790cbe2366e
Change-Id: I66ed4f27f593ee32d702e140dfb1ec85f175bcd3
Change-Id: I364292e00bcfc0f082bbeef36c7a2dba5324c001
Change-Id: Ide88d555a926f53a819303d0ec073003de09eee8
… fix/ut_fix_all Change-Id: I55554438661f8b3961431d1dbc4b119316f6517b
Thanks for your contribution! |
Change-Id: I2e82dfcee6a1d0512b94cebc32281123fa5bf597
Change-Id: I056a8b6f03608e96679a83846c97aed289cef7e6
Change-Id: I19776eb9d2c2263bb88e2e464ec991074a459c35
Change-Id: I1a6ce26a8092772297eb5578d1fee0478a36c559
Change-Id: Id9ce0410b5976b18c72a957af017923f655ed494
chenwhql
approved these changes
May 26, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for PADDLE_THROW
chalsliu
approved these changes
May 26, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR types
Bug fixes
PR changes
Others
Describe
为每一个分布式单测添加独立log文件
fleet_test_base 添加日志打印,在单测异常的情况下,打印当前ut的全部log.
修复test_communicator_geo的随机挂问题
修复test_dist_fleet_geo的随机挂问题
修复test_dist_fleet_infer的随机挂问题
修复test_dist_fleet_ctr、test_dist_fleet_ctr2、test_dist_fleet_sparse_embedding_ctr的随机挂问题
修复dataset对于错误input的描述信息, 给出更详细和格式化的log。