Skip to content
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

schema-sync can fail under some circumstances with "http2: frame too large" #3542

Closed
alecthomas opened this issue Nov 27, 2024 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@alecthomas
Copy link
Collaborator

=== FAIL: internal/schema/schemaeventsource TestSchemaEventSource/InitialSend (0.01s)
warn: Stream handler failed for schema-sync, retrying in 100ms: unavailable: http2: frame too large
    /home/runner/work/ftl/ftl/internal/schema/schemaeventsource/schemaeventsource_test.go:115: Expected expression to be true
@alecthomas alecthomas added the bug Something isn't working label Nov 27, 2024
@alecthomas alecthomas self-assigned this Nov 27, 2024
@ftl-robot ftl-robot mentioned this issue Nov 27, 2024
@alecthomas
Copy link
Collaborator Author

Putting a longer timeout on the context fixed it, I think 5ms in the test was just too short and it cancelled something it shouldn't have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant