Skip to content

Plugin FormData with a .zip file continues after execution #10

@aaron-goff

Description

@aaron-goff

When using a function on plugin.ts that requires a .zip file added to the form data, the form data stream won't close after the form data is used, and the test will take a bit of time to finish.

We need to investigate how to fix this.

Note:

  • Does not happen on unit tests
  • Only happens when form data has the .zip file attached
    • Only happens with POST requests (because the GET requests don't have the .zip attached)

Potential solutions:

  • Different method for attaching the .zip file?
  • Different method for executing requests?
  • A way to close the stream after form data submission?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions