Skip to content

Tests fail on fetching docLink intermittently #1248

@jasonjoh

Description

@jasonjoh

Test script tests a link by calling fetch:

const response = await fetch(linkUrl);
return response.ok;

Theory: this intermittently fails to download the entire page (timeouts, etc.). Adjusting this to use the HEAD method should at least make this more efficient, but at best will reduce or eliminate the intermittent failures.

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