Replies: 2 comments 4 replies
-
Hi @megetron3! I get the
Even when calling this code 3 times, the result is always the same. Are there any other calls to Moto in between seeding Moto, and executing the tests? Because if another request also makes a call to |
Beta Was this translation helpful? Give feedback.
-
I attempted to consider this solution. It seems to function well for standard unit tests, however, it's not applicable for the moto proxy/server service. The issue lies in the fact that the start_query_execution is scripted in a different codebase, which I don't have access to. Perhaps a viable solution could be to recognize the test from within the start_query_execution mock function. However, I'm yet to come up with an effective solution. Do you have any suggestions?
|
Beta Was this translation helpful? Give feedback.
-
AWS query execution IDs are inconsistent and not deterministic even though using the reset mechanism (tests runs against proxy)
contest.py
this test pass in the past but now i get:
am i missing something?
Beta Was this translation helpful? Give feedback.
All reactions