You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, our testbed is changing a flag regularly to mimic flag changes and flag change events.
This works great, but it has the side effect that we regularly receive change events, which can lead to wrong results within the tests.
e.g. for the "InProcess," we currently have a bug where we are not moving from error to ready as long as there is no flag change event. So the e2e tests work due to the script.
Ideally, we would add a server with an endpoint where we can trigger this behaviour.
The text was updated successfully, but these errors were encountered:
i suggest to implement a HTTP server without bigger features (no ssl, no auth), i would suggest in go, which manipulates the flag configuration locally
Currently, our testbed is changing a flag regularly to mimic flag changes and flag change events.
This works great, but it has the side effect that we regularly receive change events, which can lead to wrong results within the tests.
e.g. for the "InProcess," we currently have a bug where we are not moving from error to ready as long as there is no flag change event. So the e2e tests work due to the script.
Ideally, we would add a server with an endpoint where we can trigger this behaviour.
The text was updated successfully, but these errors were encountered: