-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 E2E_UPDATE_DEVICE_3 failure #1709
Conversation
/hold |
add some key log to see what happened |
@luogangyi For test, you may pull request in your own repo then you can get admin premission and no need to wait. |
OK, I will try. |
58c8018
to
70b8682
Compare
00aac78
to
c4e34dd
Compare
8df7390
to
35a0f1f
Compare
8630ae3
to
2f924d5
Compare
Finally, we see what happened. Device update action immediately after Device create action, and there is no gurantee that edge core will process device create action first. |
Good catch! |
7507b87
to
b6e4b87
Compare
/hold cancel |
1 similar comment
/hold cancel |
/lgtm Thanks for the fix! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fisherxu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…-upstream-release-1.3 Automated cherry pick of #1709: fix E2E_UPDATE_DEVICE_3 failure
What type of PR is this?
What this PR does / why we need it:
to solve e2e test occasional failure on E2E_UPDATE_DEVICE_3
Which issue(s) this PR fixes:
Fixes #1627
Special notes for your reviewer:
Does this PR introduce a user-facing change?: