Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
複数ノード環境でのテスト結果集約について
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
daigo  
View profile   Translate to Translated (View Original)
 More options Mar 15 2012, 12:38 am
From: daigo <syam...@jp.fujitsu.com>
Date: Wed, 14 Mar 2012 21:38:19 -0700 (PDT)
Local: Thurs, Mar 15 2012 12:38 am
Subject: 複数ノード環境でのテスト結果集約について

daigoと申します。

Jenkinsを使いはじめてまだ勉強中のところがありますがよろしくお願いします。
長文となり申し訳ありません。

現在、以下のような複数ノード環境でテスト結果を集約させようとしていますが、
うまく集約されません。

■ノード<master>(OS:Scientific Linux6.1 64bit)
プロジェクト:"SampleTest Main"
処理:・テストする環境の*.tgzをダウンロードしてファイル指紋を記録
   ・下流プロジェクトのテスト結果を集約
    -集約するプロジェクトに"SampleTest Sub","SampleTest Sub02"を設定
   ・"Jenkins Parameterized Trigger plugin"を使用して"SampleTest Sub",
    "SampleTest Sub02"をパラメータを引き継いで下流プロジェクトとして起動設定

■ノード<fedora12mini01/02>(OS:Fedora12 32bit =>master内でVMを2台起動)
  (master<->fedora12mini01/02間はssh経由でスレーブエージェント起動)
プロジェクト:"SampleTest Sub"or"SampleTest Sub02"
処理:・masterからテストする環境の*.tgzをダウンロードしてファイル指紋を記録
   ・*.tgzを展開してテストを実行(Sub/Sub02でテストする項目を切替)
        ※試験環境自体はRubyで作成しているのでバッチ起動
   ・テスト結果をJUnitのxml形式でファイルを出力(<=Rubyで自作)
    →"SampleTest Sub"や"SampleTest Sub02"の画面ではテスト結果のグラフ等
     は問題なく表示される

<質問事項>
・上記の環境で"SampleTest Main"の最新のテスト結果が"SampleTest Sub"と
 "SampleTest Sub02"のテスト結果が集約されて表示されるイメージでしたが
 "(テストなし)"と表示され、集約されたテスト結果画面では、
 [SampleTest Sub(テスト結果は利用できません。)]
 [SampleTest Sub02(テスト結果は利用できません。)]
  と表示されます。そもそもこのような使い方はできないのでしょうか?
・上記のような設定をした参考例(URL等)とかはありませんでしょうか?
 色々検索してみたのですがうまくHitしませんでした。

よろしくお願い致します。


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Seiji Sogabe  
View profile   Translate to Translated (View Original)
 More options Mar 21 2012, 5:56 pm
From: Seiji Sogabe <s.sog...@gmail.com>
Date: Thu, 22 Mar 2012 06:56:43 +0900
Local: Wed, Mar 21 2012 5:56 pm
Subject: Re: [jenkinsci-ja:328] 複数ノード環境でのテスト結果集約について
曽我部です。

> テストする環境の*.tgzをダウンロードしてファイル指紋を記録

ダウンロードというのは、wget等で取得するということでしょうか。

 1) SCMにそのファイルを登録しておく
 2) プロジェクト:"SampleTest Main"    チェックアウト、ファイル指紋を記録
 3) プロジェクト:"SampleTest Sub"
       Copy Artifact Plugin等で1)からファイルを取得し、ファイル指紋を記録

でうまくいくと思います。

2012年3月15日13:38 daigo <syam...@jp.fujitsu.com>:

--
s.sogabe at gmail.com

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
daigo  
View profile   Translate to Translated (View Original)
 More options Mar 22 2012, 1:04 am
From: daigo <syam...@jp.fujitsu.com>
Date: Wed, 21 Mar 2012 22:04:53 -0700 (PDT)
Local: Thurs, Mar 22 2012 1:04 am
Subject: Re: [jenkinsci-ja:328] 複数ノード環境でのテスト結果集約について

回答ありがとうございます。

残念ながらうまくいきませんでした。

> 1) SCMにそのファイルを登録しておく

1) svn:/repos/test/test01.tgzを登録

> 2) プロジェクト:"SampleTest Main"    チェックアウト、ファイル指紋を記録

2) 簡単な”Main"プロジェクトを作成し、「ソースコード管理システム」にsvn:/repos/test/設定しチェックアウト
 ・"test/*.tgz"を”ファイル指紋を記録してファイルの利用状況を追跡”&”保存された成果物の指紋を記録”でチェック
 ・”test/*.tgz"を”成果物を保存”でチェック
 ・”下流プロジェクトのテスト結果を集約”&”全下流プロジェクトのテストを自動的に集約”をチェック
 ・”他のプロジェクトビルド”に”Sub01"プロジェクトを指定

> 3) プロジェクト:"SampleTest Sub"
>      Copy Artifact Plugin等で1)からファイルを取得し、ファイル指紋を記録

3) 簡単な”Sub01"プロジェクトを作成し、Copy Artifact Pluginの"他プロジェクトから青果物をコピー"を設定
 プロジェクト:Main
 コピーする成果物:test/*.tgz
 コピー先:.
 ・test01.tgzを展開して試験を実施しxmlファイルを出力してSub01でのテスト結果表示確認OK
 しかし"Main"側では「Sub01(テスト結果は利用できません。) 」のまま

設定等で何か足りないものとかがあるのでしょうか?
3)ではCopy Artifact Pluginを使用せずSVNをチェックアウトする方法もしてみましたが結果は同じでした。


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
daigo  
View profile   Translate to Translated (View Original)
 More options Mar 22 2012, 1:19 am
From: daigo <syam...@jp.fujitsu.com>
Date: Wed, 21 Mar 2012 22:19:00 -0700 (PDT)
Subject: Re: [jenkinsci-ja:328] 複数ノード環境でのテスト結果集約について

すみません。書き忘れです。

3)ではSub01プロジェクトに"test/*.tgz"を”ファイル指紋を記録してファイルの利用状況を追跡”も
設定しております。


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
daigo  
View profile   Translate to Translated (View Original)
 More options Mar 26 2012, 6:21 am
From: daigo <syam...@jp.fujitsu.com>
Date: Mon, 26 Mar 2012 03:21:30 -0700 (PDT)
Local: Mon, Mar 26 2012 6:21 am
Subject: Re: [jenkinsci-ja:328] 複数ノード環境でのテスト結果集約について

解決しました。

原因は、1)でSVN登録したtest01.tgzのファイルを使いまわしていたため、MainとSub01間の一連に対応する1ファイルでファイル指紋を記録 していないためでした。
ですので、MainプロジェクトでSVNに登録しているtest01.tgzに/.time20120326hhmmssの空ファイルを追加し、Sub01では Mainで再生成したtest01.tgzをCopy
Artifact Pluginで取得するようにするとMain側でテスト結果の集約が表示されるようになりました。

お騒がせしました。


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "JenkinsでmDNS,LLMNRを停止する方法" by Akira Kubo
Akira Kubo  
View profile   Translate to Translated (View Original)
 More options May 7 2012, 2:40 am
From: "Akira Kubo" <k...@rio.konicaminolta.jp>
Date: Mon, 7 May 2012 15:40:52 +0900
Local: Mon, May 7 2012 2:40 am
Subject: JenkinsでmDNS,LLMNRを停止する方法
皆様。

久保と申します。

ようやく、HudsonからJenkinsに移行いたしました。
Hudsonの際に解決していた、以下の問題が再度起きてしまっています。
対応方法が、ありましたらお教えいただけますでしょうか?
(mNSが停止できていないと想定されます)

【状況】
Jenkinsを入れた、サーバーより、パケットが相当量出ている
1時間で、以下のレベル
5353ポート:mDNS    1196パケット
5355ポート:LLMNR        486パケット

過去、Hudsonでも同様(パケットレベルは、現在不明)の現象があり、
その際は、社内で、ネットワークプリンタで、印刷不良が時折起こっていた。
#以下の対応で収まったため、今回も同様の対応といたしましたが、うまく動作していない模様です。

Jenkinsバージョン:1.462
OS:Windows Server2008(64bit)
(Windowsサービスとして稼動)

jenkins.xmlに以下を追記して、mDNSを停止している(つもり)
  <executable>%BASE%\jre\bin\java</executable>
  <arguments>-Xrs -Xmx256m -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle
 -Dhudson.DNSMulticast.disabled=true -jar
%BASE%\jenkins.war"  --httpPort=8080</arguments>

以上よろしくお願いいたします。


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sogabe  
View profile   Translate to Translated (View Original)
 More options May 8 2012, 3:19 am
From: sogabe <s.sog...@gmail.com>
Date: Tue, 8 May 2012 00:19:35 -0700 (PDT)
Local: Tues, May 8 2012 3:19 am
Subject: Re: JenkinsでmDNS,LLMNRを停止する方法

曽我部です。

>  -Dhudson.DNSMulticast.disabled=true -jar

ですが、DNSMultiCast.disabled (Cが大文字)の誤りではないでしょうか。

2012年5月7日月曜日 15時40分52秒 UTC+9 Akira Kubo:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Akira Kubo  
View profile   Translate to Translated (View Original)
 More options May 9 2012, 3:54 am
From: "Akira Kubo" <k...@rio.konicaminolta.jp>
Date: Wed, 9 May 2012 16:54:22 +0900
Local: Wed, May 9 2012 3:54 am
Subject: Re: [jenkinsci-ja:350] Re: JenkinsでmDNS,LLMNRを停止する方法

曽我部様

久保です。

ありがとうございます。
大文字に変更して、確認してみます。


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Akira Kubo  
View profile   Translate to Translated (View Original)
 More options May 28 2012, 4:13 am
From: "Akira Kubo" <k...@rio.konicaminolta.jp>
Date: Mon, 28 May 2012 17:13:13 +0900
Local: Mon, May 28 2012 4:13 am
Subject: Re: [jenkinsci-ja:350] Re: JenkinsでmDNS,LLMNRを停止する方法

曽我部様。

返信が大変遅くなってしまい失礼いたしました。
色々確認いたしましたが、以下の事がわかりました。
(結論としては、Jenkinsの問題では、ありませんでした)

(1)大文字小文字では、なさそう。(どちらも停止している)
(2)Jenkinsから呼び出している、ツールがmDNS,LLMNRプロトコルを使用している模様

アドバイスいただき、ありがとうございます。
どうぞよろしくお願いいたします。


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »