Jesus M. Rodriguez
Jesus M. Rodriguez
And it looks like the test pod is returning a result for all of the tests regardless of which one we run. ``` [jesusr@transam operator-sdk{kuttl}]$ k logs scorecard-test-swwh -n default...
@bdattoma yes that is happening. What I was trying to say in my previous comments about the selector "working" was that scorecard is parsing it correctly and thinking it is...
@bdattoma wow this is really an annoying bug :) So I took the suggested change to the entrypoint which is enough for the use case specified here where you only...
Looks like the `entrypoint` change and a tweak to the configuration would work. Here's what I have so far: ``` [jesusr@transam memcached-operator{kuttl}]$ operator-sdk scorecard ./bundle --service-account kuttl-user --wait-time 60s --selector='suite=sanity-suite'...
But now that I look at your config it may not work. ``` apiVersion: scorecard.operatorframework.io/v1alpha3 kind: Configuration metadata: name: config stages: - parallel: true tests: - entrypoint: - entrypoint -...
@bdattoma I rebuilt the `scorecard-test-kuttl` image `quay.io/operator-framework/scorecard-test-kuttl:v2.1.0`
What is the plan for dealing with this action? Are we going to fail PRs because of them? Are we going to maintain these? I like the idea but not...
* add test/test_cli.py * test `subcmd_list_parser(subcmd)` verify proper output, and handling of errors * test `subcmd_build_parser(subcmd)` verify proper output, and handling of errors * test `subcmd_init_parser(subcmd)` verify proper output, and...
Scripts to generate output for above comment: ``` grep def engine.py | grep -v SPEC_FILE_PARAM | sed 's/def /test `/' | sed 's/:$/`/g' | awk '{print " * "$1" "$2"...