Skip to content

Detailed results not written to after 60 seconds, exiting! #748

@Didayolo

Description

@Didayolo

In CodaBench, if the detailed_results.html file is not created, the compute worker stop the execution (without logs on the platform side by the way).

I guess the idea behind this is to be able to have a look at the detailed results during the execution, in real time.

This is cool but not really robust. This causes error because usually this file is created at the end of the execution (especially in old CodaLab bundles).

See:

timeout_error_message = f"Detailed results not written to after {expiration_seconds} seconds, exiting!"

Update: if the detailed_results.html file is empty, it creates a bug.

I think the file should be created by Codabench (the compute worker) itself if it does not exist.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugDiscussionNeeds to be discussed before we can come up with specifications and begin the issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions