Commit Graph

7 Commits (47ab49eb4f78de3abba31d6e4c8e2ae881d570f7)

Author SHA1 Message Date
David McMahon ef0c9f0c5b Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
Madhusudan.C.S 47efee7ce4 Add more tests. 2016-05-14 23:19:18 -07:00
Madhusudan.C.S 317a7d2e52 Write the first test: Isn't it strange that the elaborate setup that is required alone is somewhat longer than the actual code to do the staleness check\!? 2016-05-14 20:29:38 -07:00
Madhusudan.C.S 55589e070b Virtualize the constructs a bit to make the code testable. 2016-05-14 05:03:15 -07:00
Madhusudan.C.S 704ef5bb6e Replace log with glog.
Show log messages to users is unnecessary. It is only for
debugging purposes.
2016-05-13 23:09:44 -07:00
Madhusudan.C.S dd154350e8 Address review comments. 2016-05-13 23:09:44 -07:00
Madhusudan.C.S dcaf005ffe Improve the speed of do-nothing build.
As thockin found out here https://github.com/kubernetes/kubernetes/issues/24518,
vast majority of the do-nothing build time is spent in rebuilding the test
binaries. There is no staleness check support for test binaries.

This commit implements the staleness checks for test binaries and uses them
while building packages.

Tests are TBD. I am still trying to figure out how to test this.
2016-05-13 23:09:44 -07:00