Merge lp:~psivaa/ubuntu-test-cases/bloat-min-install-amd64 into lp:ubuntu-test-cases/server

Proposed by Para Siva
Status: Merged
Merged at revision: 98
Proposed branch: lp:~psivaa/ubuntu-test-cases/bloat-min-install-amd64
Merge into: lp:ubuntu-test-cases/server
Diff against target: 15 lines (+2/-2)
1 file modified
testsuites/minimal-virtual/test_install_size/test.py (+2/-2)
To merge this branch: bzr merge lp:~psivaa/ubuntu-test-cases/bloat-min-install-amd64
Reviewer Review Type Date Requested Status
James Page Pending
Review via email: mp+208025@code.launchpad.net

Description of the change

Adding more overhead for amd64 min install size. The change is +36MB to make the test pass.

To post a comment you must log in.
95. By Para Siva

the overhead is 32MB and another 36MB for amd64 min install size

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'testsuites/minimal-virtual/test_install_size/test.py'
2--- testsuites/minimal-virtual/test_install_size/test.py 2013-03-01 17:39:50 +0000
3+++ testsuites/minimal-virtual/test_install_size/test.py 2014-02-24 21:51:19 +0000
4@@ -41,9 +41,9 @@
5 # 700 minimal max install size + 150 test overlay
6 max_install_size = 870400
7 # Add overhead for multiarch package lists on amd64
8- # +32MB roughly
9+ # +32MB roughly + more 36MB (to account the bloat started on 20140128)
10 if platform.machine() == "x86_64":
11- max_install_size += 32256
12+ max_install_size += 69632
13 self.assertTrue(used < max_install_size, "Used: %s" % (used))
14
15 if __name__ == '__main__':

Subscribers

People subscribed via source and target branches

to all changes: