n-ando / OpenRTP-aist

OpenRTP-aist: RT-Middleware and OMG RTC based component and system development tools implemented by AIST
0 stars 8 forks source link

Modified that started name server does not terminate when name server… #11

Closed ga-sakamoto closed 5 years ago

ga-sakamoto commented 5 years ago

… start button is pushed.

Identify the Bug

10

Description of the Change

ネームサーバー起動ボタンを押した際の処理として,最初にネームサーバー削除ボタンと同様の処理を行った後,起動処理を行うように修正させて頂きました.

Verification

n-kawauchi commented 5 years ago

PRの送り先がmasterブランチになっています。RELENG_1_2への修正でお願いします。

ga-sakamoto commented 5 years ago

送り先をmasterブランチからRELENG_1_2ブランチに修正させて頂きました.

n-kawauchi commented 5 years ago

openrtpを生成してUbuntu16.04と18.04でネームサービス起動ボタンの動作を確認しました。 どちらの環境とも、パスワード入力を2回求められます。パスワードを入力してOKボタンを押しても、 再度パスワード入力のGUIが表示されます。確認、よろしくお願いします。

ボタン動作でネームサービスが再起動する動作はOKでした。

動作は、下記を展開・実行して確認しました。 eclipse473-openrtp120v20190121-ja-linux-gtk-x86_64.tar.gz

PRの修正は、Fork元の更新を取り込んで行って下さい。

こちらの確認は、下記手順でrebaseしてからビルドしました。

$ git clone https://github.com/n-ando/OpenRTP-aist.git
$ cd OpenRTP-aist
$ git checkout RELENG_1_2
$ git fetch origin pull/11/head:NameService_StartButton
$ git checkout NameService_StartButton
$ git rebase RELENG_1_2 NameService_StartButton
n-kawauchi commented 5 years ago

修正後の動作確認はOKでした。 Ubuntu16.04と18.04でネームサービス開始、終了のどちらのボタン操作でもパスワード入力は1回です。開始ボタン操作でのネームサービス再起動動作もOKです。 このPRをマージしても問題ないとの判断です。