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

Split protocol testing into separate ITs for zilla dump command #958

Closed
jfallows opened this issue Apr 17, 2024 · 0 comments · Fixed by #989
Closed

Split protocol testing into separate ITs for zilla dump command #958

jfallows opened this issue Apr 17, 2024 · 0 comments · Fixed by #989
Assignees
Labels
enhancement New feature or request

Comments

@jfallows
Copy link
Contributor

jfallows commented Apr 17, 2024

Current testing takes a monolithic approach, combining all the possible scenarios into one large test, and comparing against checked in golden files for the engine frames used to generate the packet capture.

Instead, we aim to split this into separate ITs per protocol, with k3po scripts used to drive the engine and produce the engine frames used to generate the packet capture, then a text-based comparison is used to make diffs more readable should an IT fail.

  • http extension & payload
  • proxy extension
  • grpc extension
  • sse extension
  • ws extension
  • filesystem extension
  • mqtt extension & payload
  • kafka extension & payload
  • amqp extennsion & payload
  • tls payload
  • cover any other frame edge cases not covered above
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants