armada/armada/tests/unit/handlers
Sean Eagan 5c5ddf8e8c Move to semantic diffing of charts
We were seeing false positives when diffing charts to determine
whether an upgrade was necessary. Previously we were serializing the
charts and values and diffing those, but these serializations often
output things in different and non-deterministic order, hence the
false positives. This removes the ordering concerns by puttings things
in maps instead of lists, and comparing those semantically rather than
via serialization. This also improves the diff output to be easier to
read. It also stops caring about diffs in Chart.yaml.

Change-Id: I4c92c2e7c814178c374623ea52d717bdb9f72b11
2018-08-20 16:04:11 -05:00
..
templates Improved document validation 2018-02-23 11:11:09 -05:00
__init__.py Implement wait for timeout feature and unit test 2017-06-22 16:02:25 -05:00
test_armada.py Move to semantic diffing of charts 2018-08-20 16:04:11 -05:00
test_chartbuilder.py Adding yapf config, plus formatted code. 2018-06-22 14:56:04 -05:00
test_manifest.py Adding yapf config, plus formatted code. 2018-06-22 14:56:04 -05:00
test_override.py Adding yapf config, plus formatted code. 2018-06-22 14:56:04 -05:00
test_test.py Adding yapf config, plus formatted code. 2018-06-22 14:56:04 -05:00
test_tiller.py Removing dead code. 2018-07-18 16:04:26 -05:00