Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
108514: awsdms: use custom status checker r=otan a=Jeremyyang920 This commit switches the dms test to use a custom status checker instead of the one from the SDK. The way the SDK checks for status changes has a likely chance of a race condition which causes it to return an error when there is really no error. We now use a custom method to do the status checks which does an explicit status check each time the describe task api is called so we are always checking the latest result compared to the way the sdk was doing it. Fixes: #108270 Release note: None Co-authored-by: Jeremy Yang <[email protected]>
- Loading branch information