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

e2e tests are failing #11069

Closed
hbelmiro opened this issue Aug 2, 2024 · 0 comments · Fixed by #11072
Closed

e2e tests are failing #11069

hbelmiro opened this issue Aug 2, 2024 · 0 comments · Fixed by #11072
Labels

Comments

@hbelmiro
Copy link
Contributor

hbelmiro commented Aug 2, 2024

#11068
https://github.com/kubeflow/pipelines/actions/runs/10219952526/job/28279304816?pr=11068

 KFP API host is http://localhost:8888
Run the sample tests...
Experiment details: http://localhost:8888/#/experiments/details/4f9c85ce-5f91-4be3-b2ea-83b6d95177ff
Config file with the same name not found, use default args:[Errno 2] No such file or directory: '/home/runner/work/pipelines/pipelines/test/sample-test/configs/sequential.config.yaml'
Run details: http://localhost:8888/#/runs/details/58eb14d7-9a5a-4a30-b2a3-e3282aacf3f2
Traceback (most recent call last):
  File "/home/runner/work/pipelines/pipelines/./test/sample-test/sample_test_launcher.py", line 271, in <module>
    main()
  File "/home/runner/work/pipelines/pipelines/./test/sample-test/sample_test_launcher.py", line 267, in main
    fire.Fire({'sample_test': SampleTest, 'component_test': ComponentTest})
  File "/home/runner/.local/lib/python3.10/site-packages/fire/core.py", line 141, in Fire
    component_trace = _Fire(component, args, parsed_flag_args, context, name)
  File "/home/runner/.local/lib/python3.10/site-packages/fire/core.py", line 466, in _Fire
    component, remaining_args = _CallAndUpdateTrace(
  File "/home/runner/.local/lib/python3.10/site-packages/fire/core.py", line 681, in _CallAndUpdateTrace
    component = fn(*varargs, **kwargs)
  File "/home/runner/work/pipelines/pipelines/./test/sample-test/sample_test_launcher.py", line 208, in run_test
    pysample_checker.check()
  File "/home/runner/work/pipelines/pipelines/test/sample-test/run_sample_test.py", line 158, in check
    response = self._client.wait_for_run_completion(
  File "/home/runner/.local/lib/python3.10/site-packages/kfp/client/client.py", line 1381, in wait_for_run_completion
    raise TimeoutError('Run timeout')
TimeoutError: Run timeout
Error: Process completed with exit code 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant