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

[QE] e2e test deploy JKube fail on Windows #4683

Open
lilyLuLiu opened this issue Mar 17, 2025 · 0 comments · May be fixed by #4695
Open

[QE] e2e test deploy JKube fail on Windows #4683

lilyLuLiu opened this issue Mar 17, 2025 · 0 comments · May be fixed by #4695
Assignees

Comments

@lilyLuLiu
Copy link
Contributor

lilyLuLiu commented Mar 17, 2025

32 powersh: QUARKUS_NODEPORT=oc get svc quarkus -o jsonpath='{.spec.ports[0].nodePort}'
04:59:42.594522 stderr: QUARKUS_NODEPORT=oc : The term 'QUARKUS_NODEPORT=oc' is not recognized as the name of a cmdlet, function, script file,
04:59:42.594522 stderr: or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and
04:59:42.594522 stderr: try again.
04:59:42.594522 stderr: At line:1 char:1
04:59:42.594522 stderr: + QUARKUS_NODEPORT=oc get svc quarkus -o jsonpath='{.spec.ports[0].nod ... 04:59:42.594522 stderr: + ~~~~~~~~~~~~~~~~~~~~ 04:59:42.594522 stderr: + CategoryInfo : ObjectNotFound: (QUARKUS_NODEPORT=oc:String) [], CommandNotFoundException 04:59:42.594522 stderr: + FullyQualifiedErrorId : CommandNotFoundException 04:59:42.594522 stderr: 04:59:42.596407 stdout: exitCodeOfLastCommandInShell=0 04:59:42.596917 powersh: CRC_IP=crc ip 04:59:42.647809 stderr: CRC_IP=crc : The term 'CRC_IP=crc' is not recognized as the name of a cmdlet, function, script file, or operable 04:59:42.647809 stderr: program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. 04:59:42.647809 stderr: At line:1 char:1 04:59:42.647809 stderr: + CRC_IP=crc ip`
04:59:42.647809 stderr: + ~~~~~~~~~~~
04:59:42.647809 stderr: + CategoryInfo : ObjectNotFound: (CRC_IP=crc:String) [], CommandNotFoundException
04:59:42.647809 stderr: + FullyQualifiedErrorId : CommandNotFoundException
04:59:42.647809 stderr:
04:59:42.649971 stdout: exitCodeOfLastCommandInShell=0
04:59:42.650559 powersh: curl -s http://$CRC_IP:$QUARKUS_NODEPORT
04:59:42.668475 stderr: At line:1 char:16
04:59:42.668475 stderr: + curl -s http://$CRC_IP:$QUARKUS_NODEPORT
04:59:42.668475 stderr: + ~~~~~~~~
04:59:42.668475 stderr: Variable reference is not valid. ':' was not followed by a valid variable name character. Consider using ${} to
04:59:42.668475 stderr: delimit the name.
04:59:42.668475 stderr: + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
04:59:42.668475 stderr: + FullyQualifiedErrorId : InvalidVariableReferenceWithDrive
04:59:42.668475 stderr:
04:59:42.670590 stdout: exitCodeOfLastCommandInShell=0

Relate to #4636

@rohanKanojia rohanKanojia self-assigned this Mar 22, 2025
rohanKanojia added a commit to rohankanojia-forks/crc that referenced this issue Mar 23, 2025
Usage of unix style variables to store temporary command results
isn't working on windows. Execute the same steps using golang code
in order to make it work on windows.

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
rohanKanojia added a commit to rohankanojia-forks/crc that referenced this issue Mar 23, 2025
Usage of unix style variables to store temporary command results
isn't working on windows. Execute the same steps using golang code
in order to make it work on windows.

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
rohanKanojia added a commit to rohankanojia-forks/crc that referenced this issue Mar 24, 2025
Usage of unix style variables to store temporary command results
isn't working on windows. Execute the same steps using golang code
in order to make it work on windows.

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
rohanKanojia added a commit to rohankanojia-forks/crc that referenced this issue Mar 24, 2025
Usage of unix style variables to store temporary command results
isn't working on windows. Execute the same steps using golang code
in order to make it work on windows.

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
@rohanKanojia rohanKanojia moved this to Work In Progress in Project planning: crc Mar 26, 2025
@rohanKanojia rohanKanojia moved this from Work In Progress to Ready for review in Project planning: crc Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready for review
Development

Successfully merging a pull request may close this issue.

2 participants