Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify that libraries work with execute --force #1778

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

psss
Copy link
Collaborator

@psss psss commented Jan 5, 2023

Check if importing all required libraries using rlImport --all works with execute --force. This reproduces the issue with a wrong require included in the metadata.yaml file.

Check if importing all required libraries using `rlImport --all`
works with `execute --force`. This reproduces the issue with
a wrong `require` included in the `metadata.yaml` file.
@psss
Copy link
Collaborator Author

psss commented Jan 5, 2023

The problem in the metadata.yaml file content. When run for the first time, after fresh discover is done, it correctly contains:

require:
  - library(example/file)
  - beakerlib

But after reexecution using execute --force we get the following:

require:
  - coreutils
  - beakerlib
  - beakerlib

Seems that the required library is lost somewhere on the way.

@psss
Copy link
Collaborator Author

psss commented Jan 5, 2023

@ZelenyMartin is looking into the fix.

@ZelenyMartin ZelenyMartin marked this pull request as draft January 5, 2023 16:35
@ZelenyMartin ZelenyMartin removed their assignment Jun 27, 2023
@ZelenyMartin
Copy link
Contributor

I'm resign for a role of tmt contributor. No work was done on this from my side. This PR is free to take.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants