-
Notifications
You must be signed in to change notification settings - Fork 45
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
[flagd] add reconnect e2e tests #411
Comments
@toddbaert I think you have missed the link to the Java implementation PR. Can you please update it? |
Updated! Thanks! |
@toddbaert please update the link to the |
I'm sorry, I don't understand your request. Do you mean update the git submodule? If so, you should be able to do that in a branch. |
Yeah, I mean the git submodule. |
Sure, just cd into the submodule and do a checkout (disregard if it gives you "detatched head" errors). If you have trouble, let me know and I can do it and then you can rebase on it. |
@toddbaert I tried adding reconnect e2e tests but I'm having a trouble debugging the issue with the |
@NeerajGartia21 sorry for the delay on checking back on this. I checked your code and I think root cause is not defining providerErrorCallback function as a global function. Can you attempt that and see if this get resolved ? |
Implement the "reconnect e2e test suite" here by adding it to the existing e2e test suite.
How to:
ghcr.io/open-feature/flagd-testbed-unstable
andghcr.io/open-feature/sync-testbed-unstable
containers (these restart every 5s)See the Java implementation PR here.
The text was updated successfully, but these errors were encountered: