You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by ๏̯͡๏ Jasvir Nagra <ja...@google.com> on 2010/03/05 22:26:21 UTC

Errors in end to end tests?

Does any one else see the following problem running end to end tests?
 Hudson says there are no problems (
http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-server/1397/testReport/org.apache.shindig.server.endtoend/EndToEndTest/)
so I suspect its an issue with my configuration.

Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
Java version: 1.6.0_17
Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x" version: "10.5.8" arch: "x86_64" Family: "mac"

Tests run: 25, Failures: 0, Errors: 9, Skipped: 0, Time elapsed: 30.383 sec
<<< FAILURE!

Results :

Tests in error:
  jsonParse(org.apache.shindig.server.endtoend.EndToEndTest)
  testMakeRequest(org.apache.shindig.server.endtoend.EndToEndTest)
  testTemplates(org.apache.shindig.server.endtoend.EndToEndTest)
  testOsapiPeople(org.apache.shindig.server.endtoend.EndToEndTest)
  testOsapiPerson(org.apache.shindig.server.endtoend.EndToEndTest)
  testOsapiActivities(org.apache.shindig.server.endtoend.EndToEndTest)
  testOsapiAppdata(org.apache.shindig.server.endtoend.EndToEndTest)
  testOsapiBatch(org.apache.shindig.server.endtoend.EndToEndTest)
  testTemplateLibrary(org.apache.shindig.server.endtoend.EndToEndTest)

Tests run: 25, Failures: 0, Errors: 9, Skipped: 0

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to
/Users/jasvir/src/svn-changes/shindig/java/server/target/surefire-reports
for the individual test results.
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 11 minutes 11 seconds
[INFO] Finished at: Fri Mar 05 09:50:24 PST 2010
[INFO] Final Memory: 75M/142M
[INFO]
------------------------------------------------------------------------
jasvir-macbookpro:shindig jasvir$ mvn --version
Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
Java version: 1.6.0_17
Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x" version: "10.5.8" arch: "x86_64" Family: "mac"
jasvir-macbookpro:shindig jasvir$ svn status
jasvir-macbookpro:shindig jasvir$ svn up
At revision 919619.
jasvir-macbookpro:shindig jasvir$

Re: Errors in end to end tests?

Posted by John Hjelmstad <fa...@google.com>.
Ah I just saw this as well -- fixing.

On Mon, Mar 8, 2010 at 12:51 PM, Paul Lindner <li...@inuus.com> wrote:

> Seeing the same thing here;
>
> Looks like some guice wiring is messed up:
>
> 1) No implementation for
> org.apache.shindig.gadgets.uri.ConcatUriManager$Versioner was bound.
>  while locating org.apache.shindig.gadgets.uri.ConcatUriManager$Versioner
>    for parameter 1 at
>
> org.apache.shindig.gadgets.uri.DefaultConcatUriManager.<init>(DefaultConcatUriManager.java:49)
>  while locating org.apache.shindig.gadgets.uri.ConcatUriManager
>    for parameter 0 at
>
> org.apache.shindig.gadgets.servlet.ConcatProxyServlet.setConcatUriManager(ConcatProxyServlet.java:72)
>  at
>
> org.apache.shindig.gadgets.servlet.ConcatProxyServlet.setConcatUriManager(ConcatProxyServlet.java:72)
>  while locating org.apache.shindig.gadgets.servlet.ConcatProxyServlet
>
>
>
> 2010/3/5 ๏̯͡๏ Jasvir Nagra <ja...@google.com>
>
> > Does any one else see the following problem running end to end tests?
> >  Hudson says there are no problems (
> >
> >
> http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-server/1397/testReport/org.apache.shindig.server.endtoend/EndToEndTest/
> > )
> > so I suspect its an issue with my configuration.
> >
> > Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
> > Java version: 1.6.0_17
> > Java home:
> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
> > Default locale: en_US, platform encoding: MacRoman
> > OS name: "mac os x" version: "10.5.8" arch: "x86_64" Family: "mac"
> >
> > Tests run: 25, Failures: 0, Errors: 9, Skipped: 0, Time elapsed: 30.383
> sec
> > <<< FAILURE!
> >
> > Results :
> >
> > Tests in error:
> >  jsonParse(org.apache.shindig.server.endtoend.EndToEndTest)
> >  testMakeRequest(org.apache.shindig.server.endtoend.EndToEndTest)
> >  testTemplates(org.apache.shindig.server.endtoend.EndToEndTest)
> >  testOsapiPeople(org.apache.shindig.server.endtoend.EndToEndTest)
> >  testOsapiPerson(org.apache.shindig.server.endtoend.EndToEndTest)
> >  testOsapiActivities(org.apache.shindig.server.endtoend.EndToEndTest)
> >  testOsapiAppdata(org.apache.shindig.server.endtoend.EndToEndTest)
> >  testOsapiBatch(org.apache.shindig.server.endtoend.EndToEndTest)
> >  testTemplateLibrary(org.apache.shindig.server.endtoend.EndToEndTest)
> >
> > Tests run: 25, Failures: 0, Errors: 9, Skipped: 0
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] There are test failures.
> >
> > Please refer to
> > /Users/jasvir/src/svn-changes/shindig/java/server/target/surefire-reports
> > for the individual test results.
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] For more information, run Maven with the -e switch
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 11 minutes 11 seconds
> > [INFO] Finished at: Fri Mar 05 09:50:24 PST 2010
> > [INFO] Final Memory: 75M/142M
> > [INFO]
> > ------------------------------------------------------------------------
> > jasvir-macbookpro:shindig jasvir$ mvn --version
> > Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
> > Java version: 1.6.0_17
> > Java home:
> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
> > Default locale: en_US, platform encoding: MacRoman
> > OS name: "mac os x" version: "10.5.8" arch: "x86_64" Family: "mac"
> > jasvir-macbookpro:shindig jasvir$ svn status
> > jasvir-macbookpro:shindig jasvir$ svn up
> > At revision 919619.
> > jasvir-macbookpro:shindig jasvir$
> >
>

Unsubscribe Problems was Re: Errors in end to end tests?

Posted by Ian Boston <ie...@tfd.co.uk>.
btw, 
this message was flagged as being from an email address that was *not* subscribed (it was posted in via moderation)

Sean, if you get this, I suspect you have tried to unsubscribe from the wrong address, have a look at the message headers to see why/how this message got to you.
HTH
Ian

On 9 Mar 2010, at 15:07, McCarrick, Sean-Econ wrote:

> Same here.
> I tried the following steps below and got as far as number 3 but the incoming mail was quarantined by the mail system and didn't appear to deliver even when I explicitly asked it to deliver?
> 
> 1) Me --> sends unsubscribe to --> dev-unsubscribe@shindig.apache.org
> 
> 2) dev-help@shindig.apache.org --> sends please-confirm-to-unsubscribe to
> --> Me
> 
> 3) Me --> reply-to the dev-help email (to: address of the form
> dev-uc.1236.blahblahblah-myaddress@shindig.apache.org)
> 
> 4) dev-help --> sends "your address is not on the dev mailing list"
> 
> -----Original Message-----
> From: Jordan Zimmerman [mailto:jordanz@shop.com]
> Sent: 08 March 2010 20:53
> To: dev@shindig.apache.org
> Subject: RE: Errors in end to end tests?
> 
> Any news on the un-subscribe issue? I'd love to get off of this list.
> 
> Jordan Zimmerman
> Principal Software Architect
> 831.647.4712
> 831.214.2990 (cell)
> jordanz@shop.com
> 
> SHOP*COMTM
> Shop Smart, Save Big(tm)
> www.shop.com
> 
> 
> 
> Join us on Facebook.
> Follow us on Twitter.
> 
> Read The Shopping Vine.
> 
> IMPORTANT NOTICES:
> Privileged, confidential and/or copyright information may be contained in this e-mail.
> This e-mail is for the use only of the intended addressee. If you are not the intended addressee,
> or the person responsible for delivering it to the intended addressee, you may
> not copy, forward, disclose or otherwise use it or any part of it in any way whatsoever.
> To do so is prohibited and may be unlawful.
> 
> If you receive this e-mail by mistake please advise the sender immediately by
> using the reply facility in your e-mail software.
> 
> Perot Systems may monitor the content of e-mails sent and received via
> its network for the purposes of ensuring compliance with its policies and procedures.
> 
> This message is subject to and does not create or vary any contractual relationship between Original Solutions Limited (a Perot Systems Company) and you.
> 
> Original Solutions Limited (a Perot Systems Company)
> Registered in Ireland No. 371589
> Registered Office: Block I, International Science Centre, National Technology Park, Limerick, Ireland.


RE: Errors in end to end tests?

Posted by "McCarrick, Sean-Econ" <Se...@ps.net>.
Same here.
I tried the following steps below and got as far as number 3 but the incoming mail was quarantined by the mail system and didn't appear to deliver even when I explicitly asked it to deliver?

1) Me --> sends unsubscribe to --> dev-unsubscribe@shindig.apache.org

2) dev-help@shindig.apache.org --> sends please-confirm-to-unsubscribe to
--> Me

3) Me --> reply-to the dev-help email (to: address of the form
dev-uc.1236.blahblahblah-myaddress@shindig.apache.org)

4) dev-help --> sends "your address is not on the dev mailing list"

-----Original Message-----
From: Jordan Zimmerman [mailto:jordanz@shop.com]
Sent: 08 March 2010 20:53
To: dev@shindig.apache.org
Subject: RE: Errors in end to end tests?

Any news on the un-subscribe issue? I'd love to get off of this list.

Jordan Zimmerman
Principal Software Architect
831.647.4712
831.214.2990 (cell)
jordanz@shop.com

SHOP*COMTM
Shop Smart, Save Big(tm)
www.shop.com



Join us on Facebook.
Follow us on Twitter.

Read The Shopping Vine.

IMPORTANT NOTICES:
Privileged, confidential and/or copyright information may be contained in this e-mail.
This e-mail is for the use only of the intended addressee. If you are not the intended addressee,
or the person responsible for delivering it to the intended addressee, you may
not copy, forward, disclose or otherwise use it or any part of it in any way whatsoever.
To do so is prohibited and may be unlawful.

If you receive this e-mail by mistake please advise the sender immediately by
using the reply facility in your e-mail software.

Perot Systems may monitor the content of e-mails sent and received via
its network for the purposes of ensuring compliance with its policies and procedures.

This message is subject to and does not create or vary any contractual relationship between Original Solutions Limited (a Perot Systems Company) and you.

Original Solutions Limited (a Perot Systems Company)
Registered in Ireland No. 371589
Registered Office: Block I, International Science Centre, National Technology Park, Limerick, Ireland.

Re: Errors in end to end tests?

Posted by Paul Lindner <li...@inuus.com>.
okay, can you try one last time and save the messages with full headers I
can help these guys track it down?   Send to

dev-unsubscribe@shindig.apache.org

Thanks


On Mon, Mar 8, 2010 at 1:00 PM, Jordan Zimmerman <jo...@shop.com> wrote:

> Yes - I'm sending this email from that account now.
>
> Jordan Zimmerman
> Principal Software Architect
> 831.647.4712
> 831.214.2990 (cell)
> jordanz@shop.com
>
> SHOP*COMTM
> Shop Smart, Save Big(tm)
> www.shop.com
>
>
>
> Join us on Facebook.
> Follow us on Twitter.
>
> Read The Shopping Vine.
>
>
>
>
> -----Original Message-----
> From: Paul Lindner [mailto:lindner@inuus.com]
> Sent: Monday, March 08, 2010 12:58 PM
> To: dev@shindig.apache.org
> Subject: Re: Errors in end to end tests?
>
> Are you positive you're using the jordanz@shop.com address?  That's the
> one
> I see on the list.
>
>
> On Mon, Mar 8, 2010 at 12:53 PM, Jordan Zimmerman <jo...@shop.com>
> wrote:
>
> > Any news on the un-subscribe issue? I'd love to get off of this list.
> >
> > Jordan Zimmerman
> > Principal Software Architect
> > 831.647.4712
> > 831.214.2990 (cell)
> > jordanz@shop.com
> >
> > SHOP*COMTM
> > Shop Smart, Save Big(tm)
> > www.shop.com
> >
> >
> >
> > Join us on Facebook.
> > Follow us on Twitter.
> >
> > Read The Shopping Vine.
> >
>

RE: Errors in end to end tests?

Posted by Jordan Zimmerman <jo...@shop.com>.
Yes - I'm sending this email from that account now.

Jordan Zimmerman
Principal Software Architect
831.647.4712
831.214.2990 (cell)
jordanz@shop.com 

SHOP*COMTM
Shop Smart, Save Big(tm)
www.shop.com

 

Join us on Facebook.
Follow us on Twitter.

Read The Shopping Vine.

 


-----Original Message-----
From: Paul Lindner [mailto:lindner@inuus.com] 
Sent: Monday, March 08, 2010 12:58 PM
To: dev@shindig.apache.org
Subject: Re: Errors in end to end tests?

Are you positive you're using the jordanz@shop.com address?  That's the
one
I see on the list.


On Mon, Mar 8, 2010 at 12:53 PM, Jordan Zimmerman <jo...@shop.com>
wrote:

> Any news on the un-subscribe issue? I'd love to get off of this list.
>
> Jordan Zimmerman
> Principal Software Architect
> 831.647.4712
> 831.214.2990 (cell)
> jordanz@shop.com
>
> SHOP*COMTM
> Shop Smart, Save Big(tm)
> www.shop.com
>
>
>
> Join us on Facebook.
> Follow us on Twitter.
>
> Read The Shopping Vine.
>

Re: Errors in end to end tests?

Posted by Paul Lindner <li...@inuus.com>.
Are you positive you're using the jordanz@shop.com address?  That's the one
I see on the list.


On Mon, Mar 8, 2010 at 12:53 PM, Jordan Zimmerman <jo...@shop.com> wrote:

> Any news on the un-subscribe issue? I'd love to get off of this list.
>
> Jordan Zimmerman
> Principal Software Architect
> 831.647.4712
> 831.214.2990 (cell)
> jordanz@shop.com
>
> SHOP*COMTM
> Shop Smart, Save Big(tm)
> www.shop.com
>
>
>
> Join us on Facebook.
> Follow us on Twitter.
>
> Read The Shopping Vine.
>

RE: Errors in end to end tests?

Posted by Jordan Zimmerman <jo...@shop.com>.
Any news on the un-subscribe issue? I'd love to get off of this list.

Jordan Zimmerman
Principal Software Architect
831.647.4712
831.214.2990 (cell)
jordanz@shop.com 

SHOP*COMTM
Shop Smart, Save Big(tm)
www.shop.com

 

Join us on Facebook.
Follow us on Twitter.

Read The Shopping Vine.

Re: Errors in end to end tests?

Posted by Paul Lindner <li...@inuus.com>.
Seeing the same thing here;

Looks like some guice wiring is messed up:

1) No implementation for
org.apache.shindig.gadgets.uri.ConcatUriManager$Versioner was bound.
  while locating org.apache.shindig.gadgets.uri.ConcatUriManager$Versioner
    for parameter 1 at
org.apache.shindig.gadgets.uri.DefaultConcatUriManager.<init>(DefaultConcatUriManager.java:49)
  while locating org.apache.shindig.gadgets.uri.ConcatUriManager
    for parameter 0 at
org.apache.shindig.gadgets.servlet.ConcatProxyServlet.setConcatUriManager(ConcatProxyServlet.java:72)
  at
org.apache.shindig.gadgets.servlet.ConcatProxyServlet.setConcatUriManager(ConcatProxyServlet.java:72)
  while locating org.apache.shindig.gadgets.servlet.ConcatProxyServlet



2010/3/5 ๏̯͡๏ Jasvir Nagra <ja...@google.com>

> Does any one else see the following problem running end to end tests?
>  Hudson says there are no problems (
>
> http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-server/1397/testReport/org.apache.shindig.server.endtoend/EndToEndTest/
> )
> so I suspect its an issue with my configuration.
>
> Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
> Java version: 1.6.0_17
> Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x" version: "10.5.8" arch: "x86_64" Family: "mac"
>
> Tests run: 25, Failures: 0, Errors: 9, Skipped: 0, Time elapsed: 30.383 sec
> <<< FAILURE!
>
> Results :
>
> Tests in error:
>  jsonParse(org.apache.shindig.server.endtoend.EndToEndTest)
>  testMakeRequest(org.apache.shindig.server.endtoend.EndToEndTest)
>  testTemplates(org.apache.shindig.server.endtoend.EndToEndTest)
>  testOsapiPeople(org.apache.shindig.server.endtoend.EndToEndTest)
>  testOsapiPerson(org.apache.shindig.server.endtoend.EndToEndTest)
>  testOsapiActivities(org.apache.shindig.server.endtoend.EndToEndTest)
>  testOsapiAppdata(org.apache.shindig.server.endtoend.EndToEndTest)
>  testOsapiBatch(org.apache.shindig.server.endtoend.EndToEndTest)
>  testTemplateLibrary(org.apache.shindig.server.endtoend.EndToEndTest)
>
> Tests run: 25, Failures: 0, Errors: 9, Skipped: 0
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] There are test failures.
>
> Please refer to
> /Users/jasvir/src/svn-changes/shindig/java/server/target/surefire-reports
> for the individual test results.
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 11 minutes 11 seconds
> [INFO] Finished at: Fri Mar 05 09:50:24 PST 2010
> [INFO] Final Memory: 75M/142M
> [INFO]
> ------------------------------------------------------------------------
> jasvir-macbookpro:shindig jasvir$ mvn --version
> Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
> Java version: 1.6.0_17
> Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x" version: "10.5.8" arch: "x86_64" Family: "mac"
> jasvir-macbookpro:shindig jasvir$ svn status
> jasvir-macbookpro:shindig jasvir$ svn up
> At revision 919619.
> jasvir-macbookpro:shindig jasvir$
>