Skip to content

investigate weird behavior of e2e tests possibly not creating its own CLI binary #95

@jbuchananr

Description

@jbuchananr

Summary

While working on issue #62, I created a flag, and ran into issues with the E2E test(make run-e2e). After finding the error, I made the change to the initialization of the command that should have fixed the issue. I re-ran the E2E tests where it still resulted in 0/4 fail. This lead to much confusion as the change I made should have resulted in passed tests. After some time, I decided to run make build-cli after noticing my change wasn't showing up locally either. This resulted in a 4/4 pass of the E2E tests without making any changes other than rebuilding the CLI.

This leads me to believe that the CLI binary, may not be being rebuilt in the E2E tests (make run-e2e) as expected, but could be using existing CLI binary.

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