Skip to content

AtomicRunner: Incorporate the Runner Schedule Order Column # as a execution pointer instead of hostname GUID #178

@hunty-dumpy

Description

@hunty-dumpy

The current implementation of the runner, adds the current test's GUID to the hostname, and then uses that GUID to know where in the execution schedule it is to continue running.

The Order Column is ignored, this prevents us from executing the same test twice with different input parameters because it creates a loop by "continuing" always from the first time the GUID shows up in the runner schedule csv file.

  • Adding the GUID to the hostname is still a very useful feature, although making it optional could be interesting as it would greatly speed up testing since it wouldn't require 2 reboots per test.

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