Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Method "create_temp_file" with full_random causes recording failures #36

@williexu

Description

@williexu

def create_temp_file(self, size_kb, full_random=False):

If create_temp_file is called and the full_random flag is set to True, the temp_file will have randomized bytes that may not be valid characters. Requests using that data that are being recorded will fail.

It would be nice to have randomized VALID characters instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions