duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] tox testing 2.6 fails


From: Kenneth Loafman
Subject: Re: [Duplicity-talk] tox testing 2.6 fails
Date: Mon, 19 Oct 2015 09:18:08 -0500

Just a note... I almost always run tox after doing the merge but before I commit.  I don't commit unless the tox tests pass.  If I have the time, I'll try to correct the problems, then commit.  Sorry, but this time I did not have the time.


On Mon, Oct 19, 2015 at 7:28 AM, <address@hidden> wrote:
yapp right, reverted my changes and voila


----------------------------------------------------------------------
Ran 382 tests in 315.534s

OK
___________________________________ summary ____________________________________
  py26: commands succeeded
  congratulations :)

ok, will have a more closer look when time permits.. ede


On 19.10.2015 02:37, Kenneth Loafman wrote:
> Nope.  Without the patch I get.
>
> Ran 382 tests in 430.805s
>
> OK
> _______________________________________________________ summary ________________________________________________________
>   py26: commands succeeded
>   congratulations :)
>
>
> On Sun, Oct 18, 2015 at 2:17 PM, <address@hidden <mailto:address@hidden>> wrote:
>
>     running 'tox -e py26' i get a lot of the below, any ideas? ..ede
>
>     ======================================================================
>     FAIL: test_multiple_checkpoint_restart (testing.functional.test_restart.RestartTestWithoutEncryption)
>     ----------------------------------------------------------------------
>     Traceback (most recent call last):
>       File "/home/ed/dupl07.bzr/testing/functional/test_restart.py", line 48, in test_multiple_checkpoint_restart
>         self.backup("full", "testfiles/largefiles", fail=1)
>       File "/home/ed/dupl07.bzr/testing/functional/__init__.py", line 107, in backup
>         result = self.run_duplicity(options=options, **kwargs)
>       File "/home/ed/dupl07.bzr/testing/functional/__init__.py", line 92, in run_duplicity
>         self.assertEqual(30, return_val)
>     AssertionError: 30 != 34
>
>     _______________________________________________
>     Duplicity-talk mailing list
>     address@hidden <mailto:address@hidden>
>     https://lists.nongnu.org/mailman/listinfo/duplicity-talk
>
>
>
>
> _______________________________________________
> Duplicity-talk mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/duplicity-talk
>

--
public class WhoDidIt{ // A comment. I love comments
  private static Person sender;

  public static void main (String[] foo){

  sender = new Person();
  sender.setName(new String[]{"Edgar", "Soldin"});

  Address address = new Address();
  address.setStreet("Stadtweg 119");
  address.setZip(39116);
  address.setCity("Magdeburg");
  address.setCountry("Germany");

  sender.setAddress(address);

  sender.setMobilePhone(" +49(0)171-2782880 ");
  sender.setWebSiteUrl(" http://www.soldin.de ");
  sender.setEmail(" address@hidden ");
  sender.setPGPPublicKey(" http://www.soldin.de/edgar_soldin.asc ");
  sender.setGender(true);

  System.out.println(sender.toString());
  }
}

_______________________________________________
Duplicity-talk mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/duplicity-talk


reply via email to

[Prev in Thread] Current Thread [Next in Thread]