kyma-incubator / local-kyma

Local installation on k3d cluster
14 stars 10 forks source link

Add more checks for E2E test #45

Closed pbochynski closed 3 years ago

pbochynski commented 4 years ago

There are some cases when App Conector fails, because the function is not returning the last order. It is not clear what is the root cause. If the event is not received or order details cannot be fetched with app gateway. Extend function code to cache information about incoming events in the separate object and add a check for that object.

pbochynski commented 3 years ago

Resolved with switching to fast integration tests