-
Notifications
You must be signed in to change notification settings - Fork 168
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
[mantle/kola] Fix test loading logic with symlinks #3585
Conversation
Added a separate block to address symlinks loading. It should work with nested symlinks, as it simply recurse calls with the resolved path, but I have not tested it. Fixes #3135
with further testing, this code does resolve nest symlinks, as it does now pickup the following test: which is a symlink : https://github.com/coreos/fedora-coreos-config/tree/2c9ab8ccc577cd3fc9efa9b15bed773415718d81/tests/kola/root-reprovision/luks/autosave-xfs |
@jbtrystram: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Is there really any functionality currently missing? From what I understand we don't actually want to run |
That is my understanding. @travier am I missing something? |
Can we double check that all shared tests are running on RHCOS as expected? If this not needed anymore then we can close everything here. Sorry for the misleading info. |
I ran a |
That what I get as well. Let's close this |
Great! Thanks |
Added a separate block to address symlinks loading. It should work with nested symlinks, as it simply recurse calls with the resolved path, but I have not tested it.
Fixes #3135
Related : #3204