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

前処理名に半角スペースを入れるとコンテナが正常に終了しない。 #570

Open
yonetatuu opened this issue Nov 25, 2021 · 0 comments
Labels
kind/bug Something isn't working

Comments

@yonetatuu
Copy link
Contributor

発生した現象
前処理管理にて前処理名に半角スペースを入れるとコンテナステータスがSucceededのまま正常に終了しない。

再現手順

  • ①前処理管理から前処理名に空白を入れて保存する。
  • ②前処理実行から①の前処理と適当なデータを選択して実行。
  • ③しばらくするとコンテナステータスがRunningからSucceededとなり、コンテナがずっと残った状態になる

期待する動作

  • 前処理完了後、コンテナステータスがCompletedとなり、コンテナが正常に終了すること

環境

  • KAMONOHASHIのバージョン : 3.1.0
  • ブラウザ : Google Chrome

スクリーンショット、ログ
前処理名(例): ls pwd

前処理ログ:

 ------------------------- [KAMONOHASHI Finish] retrun code is 0. complete  ------------------------- 
 Usage: kqi preprocessing build-history-files [OPTIONS] ID 
 Try 'kqi preprocessing build-history-files -h' for help. 
 Error: Invalid value for 'ID': 'pwd' is not a valid integer. 

環境変数:

 TAGS=-t ls pwd -t tutorial20211124 
@Reiw98 Reiw98 added the kind/bug Something isn't working label Nov 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants