kube-HPC / hkube

🐟 High Performance Computing over Kubernetes - Core Repo 🎣
http://hkube.io
MIT License
304 stars 20 forks source link

building algorithm (code) with the same name as an existing algorithm (Image) should raze an error #1091

Closed tamir321 closed 3 years ago

tamir321 commented 3 years ago

HKube micro-service API server Describe the bug building algorithm (code) with the same name as an existing algorithm (Image) should raze an error

Expected behavior A clear and concise description of what you expected to happen.

To Reproduce Steps to reproduce the behavior:

  1. create Image algorithm
  2. try to create a Code algorithm with the same name
  3. error should appear (you are getting a message that the build started but nothing happens)

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

tamir321 commented 3 years ago

tested on systemVersion: "v2.0.57", fullSystemVersion: "v2.0.57-1610535559909",