fuel-web/nailgun/nailgun/test
Dmitry Guryanov 052082bd71 add node_deployment_info table
Size of deployment_info field in tasks table grows as n**2
(depending on number of nodes). If we have 200 nodes, the
size of the structure is about 20Mb. In case of 600 nodes it
would be theoretically about 720Mb, in practice it doesn't fit
into 1Gb.

Good solution is to put common part to separate place. But it's
not so fast. Also it will not help if all nodes will be going to
be deployed with customized deployment info.

Change-Id: Id3154ab423b0863d9cc4952335293bf5fc30df38
Partial-Bug: #1596987
2016-07-08 14:08:06 +03:00
..
integration Merge "Cleanup plugin links upon a cluster reset" 2016-07-05 17:41:36 +00:00
performance validate pending_roles for Node 2016-04-22 17:36:57 +03:00
unit add node_deployment_info table 2016-07-08 14:08:06 +03:00
__init__.py License information added 2013-06-25 07:49:11 +00:00
base.py Enable logging in tests 2016-06-07 15:50:07 +03:00
utils.py Improve running performance unit tests 2015-01-20 10:07:37 +01:00