[Bug 1378810] Re: swift unit tests fail on i386 buildd

2015-01-29 Thread Thierry Carrez
** Changed in: swift
   Status: Fix Committed = Fix Released

** Changed in: swift
Milestone: None = 2.2.2

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to swift in Ubuntu.
https://bugs.launchpad.net/bugs/1378810

Title:
  swift unit tests fail on i386 buildd

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/1378810/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1378810] Re: swift unit tests fail on i386 buildd

2015-01-29 Thread Thierry Carrez
** Changed in: swift
   Status: Fix Committed = Fix Released

** Changed in: swift
Milestone: None = 2.2.2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1378810

Title:
  swift unit tests fail on i386 buildd

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/1378810/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1378810] Re: swift unit tests fail on i386 buildd

2014-12-16 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/127030
Committed: 
https://git.openstack.org/cgit/openstack/swift/commit/?id=bd1ec7f89ce48b7359b97e7c926cc74a43267b2a
Submitter: Jenkins
Branch:master

commit bd1ec7f89ce48b7359b97e7c926cc74a43267b2a
Author: James Page james.p...@ubuntu.com
Date:   Wed Oct 8 22:20:03 2014 +0100

Adjust MAX_FILE_SIZE during test on 32 bit systems

The default MAX_FILE_SIZE of (5 * 2 ** 30 + 2) exceeds the
capacity of an int on 32 bit systems; adjust this default
down to (2 ** 30 + 2) if the default exceeds the maxsize of
an int on the platform running the tests.

Closes-Bug: #1378810

Change-Id: Iafa2ce90ceb2de4e968ad48580270c8c572a9c9c


** Changed in: swift
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1378810

Title:
  swift unit tests fail on i386 buildd

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/1378810/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1378810] Re: swift unit tests fail on i386 buildd

2014-10-09 Thread Launchpad Bug Tracker
This bug was fixed in the package swift - 2.2.0~rc1-0ubuntu3

---
swift (2.2.0~rc1-0ubuntu3) utopic; urgency=medium

  * Fix autopkg tests due to upstream mandatory configuration changes:
- d/tests/swift-daemons,proxy-server.conf: Switch to using upstream
  provided sample proxy server configuration, drop test specific
  configuration.
- d/*.conf: Set default bind_port values inline with upstream.
 -- James Page james.p...@ubuntu.com   Thu, 09 Oct 2014 11:51:59 +0100

** Changed in: swift (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to swift in Ubuntu.
https://bugs.launchpad.net/bugs/1378810

Title:
  swift unit tests fail on i386 buildd

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/1378810/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1378810] Re: swift unit tests fail on i386 buildd

2014-10-09 Thread James Page
It probably makes more sense to work around this by reducing the
MAX_FILE_SIZE just during testing if running on 32 bit systems; I'll
look at reworking my patch todo that instead.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1378810

Title:
  swift unit tests fail on i386 buildd

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/1378810/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1378810] Re: swift unit tests fail on i386 buildd

2014-10-09 Thread James Page
** Changed in: swift
 Assignee: (unassigned) = James Page (james-page)

** Changed in: swift (Ubuntu)
 Assignee: (unassigned) = James Page (james-page)

** Changed in: swift (Ubuntu)
   Status: New = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1378810

Title:
  swift unit tests fail on i386 buildd

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/1378810/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1378810] Re: swift unit tests fail on i386 buildd

2014-10-09 Thread James Page
https://review.openstack.org/#/c/127030/

** Changed in: swift (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1378810

Title:
  swift unit tests fail on i386 buildd

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/1378810/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1378810] Re: swift unit tests fail on i386 buildd

2014-10-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/swift

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1378810

Title:
  swift unit tests fail on i386 buildd

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/1378810/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1378810] Re: swift unit tests fail on i386 buildd

2014-10-09 Thread Launchpad Bug Tracker
This bug was fixed in the package swift - 2.2.0~rc1-0ubuntu3

---
swift (2.2.0~rc1-0ubuntu3) utopic; urgency=medium

  * Fix autopkg tests due to upstream mandatory configuration changes:
- d/tests/swift-daemons,proxy-server.conf: Switch to using upstream
  provided sample proxy server configuration, drop test specific
  configuration.
- d/*.conf: Set default bind_port values inline with upstream.
 -- James Page james.p...@ubuntu.com   Thu, 09 Oct 2014 11:51:59 +0100

** Changed in: swift (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1378810

Title:
  swift unit tests fail on i386 buildd

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/1378810/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1378810] Re: swift unit tests fail on i386 buildd

2014-10-09 Thread OpenStack Infra
** Changed in: swift
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1378810

Title:
  swift unit tests fail on i386 buildd

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/1378810/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1378810] Re: swift unit tests fail on i386 buildd

2014-10-08 Thread James Page
** Also affects: swift
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to swift in Ubuntu.
https://bugs.launchpad.net/bugs/1378810

Title:
  swift unit tests fail on i386 buildd

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/1378810/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1378810] Re: swift unit tests fail on i386 buildd

2014-10-08 Thread James Page
** Also affects: swift
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1378810

Title:
  swift unit tests fail on i386 buildd

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/1378810/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1378810] Re: swift unit tests fail on i386 buildd

2014-10-08 Thread James Page
These test failure (and two others hidden in our packaging by patches)
are caused by the MAX_FILE_SIZE exceeding the capacity of an int on 32
bit systems; adjusting the value of MAX_FILE_SIZE in this instance down
resolves the test failures, so I've proposed a change against swift to
set the MAX_FILE_SIZE based on comparison with the sys.maxsize value.

That said, I'm not sure as to whether this is just a test failure, or
whether in-fact this is an issue with the maximum file size if running
on a 32 bit architecture.

** Changed in: swift (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1378810

Title:
  swift unit tests fail on i386 buildd

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/1378810/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1378810] Re: swift unit tests fail on i386 buildd

2014-10-08 Thread John Dickinson
here's the output of running the unit tests on a raspberry pi. same
result:

https://gist.github.com/notmyname/d1f5071a445bc2bf8f03

** Changed in: swift
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1378810

Title:
  swift unit tests fail on i386 buildd

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/1378810/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1378810] Re: swift unit tests fail on i386 buildd

2014-10-08 Thread John Dickinson
Testing this on my raspberry pi (so, you know, exactly like a production
cluster)


I don't get any errors when uploading a 3GB file (at least until I run out of 
space). So I wonder if this is only because of the mocking i the unit tests.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1378810

Title:
  swift unit tests fail on i386 buildd

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/1378810/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs