Re: TestNG plugin - no results displayed

2018-02-06 Thread Thada Anvesh
Guys, am still facing the issue.. any solution for this. am sure that clock is in sync. please find the screenshot On Monday, July 16, 2012 at 2:57:18 PM UTC+5:30, Nigel Robbins wrote: > > Hi, > > I've installed testng-6.5.2 and version 0.32 of the pulgin but no results > are displayed. > >

Re: TestNG plugin - no results displayed

2016-03-06 Thread Mark Waite
Refer to earlier postings on this thread. https://groups.google.com/d/msg/jenkinsci-users/La1kREcMg28/J81b6nN9-b0J Mark Waite On Sunday, March 6, 2016 at 10:19:52 PM UTC-7, Mark Waite wrote: > > "Last modified before this build started" may indicate that there is a > significant difference be

Re: TestNG plugin - no results displayed

2016-03-06 Thread Mark Waite
"Last modified before this build started" may indicate that there is a significant difference between the clock on your slave computer and the clock on the master. The Jenkins slave status page ( http://localhost:8080/computer/) reports time differences between the slaves and the master. If the c

Re: TestNG plugin - no results displayed

2016-03-06 Thread Laxmi Rukka
still , am facing this prb. kindly let me know how to fix this On Monday, July 16, 2012 at 5:27:18 AM UTC-4, Nigel Robbins wrote: > > Hi, > > I've installed testng-6.5.2 and version 0.32 of the pulgin but no results > are displayed. > > The following is logged in the Console Output: > TestNG R

Re: TestNG plugin - no results displayed

2012-07-18 Thread Sami Tikka
http://en.wikipedia.org/wiki/Network_Time_Protocol is a popular and easy way to keep the clocks in sync in your servers (and workstations.) Install ntpd and configure it to sync with the ntp server of your organization. If you do not have professional IT staff, you can find an ntp server at htt

Re: TestNG plugin - no results displayed

2012-07-18 Thread Nig
Hi Krishna, I changed my job to run on the Jenkins master which fixed the issue. If you do not want to do this then to sync the clocks you will need to set the date/time on the server hosting the filesystem (or the node running the job) to the same as the Jenkins server. If they are Unix/Linu

Re: TestNG plugin - no results displayed

2012-07-17 Thread krishna chaitanya kurnala
Hi Nigel I guess, I am facing the same issue, can you please let me know, how have you fixed the un-synchronized clocks? Thanks, Krishna Chaitanya On Tue, Jul 17, 2012 at 3:52 AM, Nig wrote: > It was indeed the clocks out of sync between the Jenkins master and the > file server. > > Many thank

Re: TestNG plugin - no results displayed

2012-07-17 Thread Nig
It was indeed the clocks out of sync between the Jenkins master and the file server. Many thanks Sami ! On Tuesday, 17 July 2012 09:01:14 UTC+1, sti wrote: > If you look at the message from Jenkins, it seems Jenkins is not happy > with the last-modified attribute of the xml file. If Jenkins

Re: TestNG plugin - no results displayed

2012-07-17 Thread Sami Tikka
If you look at the message from Jenkins, it seems Jenkins is not happy with the last-modified attribute of the xml file. If Jenkins sees the xml file is older than the build, it thinks the file might be a left-over from an earlier build. This is a common mistake if people assume build always sta

TestNG plugin - no results displayed

2012-07-16 Thread Nig
Hi, I've installed testng-6.5.2 and version 0.32 of the pulgin but no results are displayed. The following is logged in the Console Output: TestNG Reports Processing: START Looking for TestNG results report in workspace using pattern: **/testng-results.xml testng-results.xml was last modified