summaryrefslogtreecommitdiffstats
path: root/node-repository/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Add hardware failure and divergence metricsHåkon Hallingstad2017-10-241-0/+2
|
* Merge pull request #3817 from ↵Håkon Hallingstad2017-10-231-14/+32
|\ | | | | | | | | vespa-engine/hakonhall/add-node-metrics-in-node-repo Add node metrics in node repo
| * Add node metrics in node repoHåkon Hallingstad2017-10-191-14/+32
| |
* | actually mutate node repoAndreas Eriksen2017-10-191-1/+1
| |
* | actually mutate node repoAndreas Eriksen2017-10-191-1/+2
| |
* | test "null" divergence reportsAndreas Eriksen2017-10-191-0/+7
| |
* | fail divergent ready nodesAndreas Eriksen2017-10-181-0/+17
|/
* Let fail count indicate hw failure in cd tooHarald Musum2017-09-251-1/+1
|
* Allow child node to only be deleted in state readyValerij Fredriksen2017-09-131-2/+1
|
* Merge pull request #3375 from vespa-engine/freva/remove-hardware-failure-typeValerij Fredriksen2017-09-112-19/+0
|\ | | | | Remove hardwareFailureType
| * Remove hardwareFailureTypeValerij Fredriksen2017-09-082-19/+0
| |
* | Merge pull request #3303 from vespa-engine/smorgrav/fail_on_unresolved_hostnameJon Bratseth2017-09-082-38/+61
|\ \ | | | | | | Fail on unresolved ip adresses
| * | Revert some of the test thingtoby2017-09-061-6/+0
| | |
| * | Add known records to the mocked name resolver from provision testertoby2017-09-063-60/+61
| | |
| * | Different dns resolve behavior in prod and testingtoby2017-09-062-0/+9
| | |
| * | Avoid using ip addresses that does not resolve to a hostnametoby2017-09-061-0/+19
| |/
* / Ensure that async deployment locks applicationMartin Polden2017-09-071-3/+2
|/
* Merge pull request #3253 from vespa-engine/freva/recursive-deleteValerij Fredriksen2017-08-305-15/+55
|\ | | | | Implement recursive delete in node-repo
| * Code review fixesvalerijf2017-08-301-1/+2
| |
| * Code review fixesvalerijf2017-08-302-12/+9
| |
| * Implement recursive delete in node-repovalerijf2017-08-295-14/+56
| |
* | Fix relocation order readability and improve unit testtoby2017-08-301-5/+5
| |
* | Merge pull request #3201 from vespa-engine/smorgrav/headroom_allocation_fixTorbjørn Smørgrav2017-08-304-31/+244
|\ \ | |/ |/| Allocation headroom fixes
| * Add unit tests to preferred re-allocation sortertoby2017-08-291-0/+86
| |
| * Make sorting order for preferred re-allocation node stabletoby2017-08-291-1/+1
| |
| * Mark new docker nodes as headroom violators on non-violated hoststoby2017-08-251-8/+8
| |
| * Add two unit tests to reproduce headroom violation bugstoby2017-08-252-23/+150
| |
* | Write initial node state to historyvalerijf2017-08-2918-91/+231
| |
* | Throw exception of conditions for node remove are not metvalerijf2017-08-283-13/+15
|/
* Add provisioned event to historyvalerijf2017-08-241-0/+6
|
* Merge pull request #3094 from vespa-engine/hmusum/simplify-node-from-requestValerij Fredriksen2017-08-241-1/+1
|\ | | | | Simplify now that path suffixes are not used anymore
| * Simplify now that path suffixes are not used anymoreHarald Musum2017-08-141-1/+1
| | | | | | | | (and fix test that errounesly had path sufix)
* | Merge pull request #3181 from ↵Torbjørn Smørgrav2017-08-222-2/+22
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/only-create-docker-nodes-on-active-docker-hosts Only create Docker nodes for active Docker hosts
| * | Only create Docker nodes for active Docker hostsHarald Musum2017-08-222-2/+22
| | | | | | | | | | | | | | | * Make sure to only create Docker nodes when using dynamic allocation when Docker host is in active state
* | | Make node spec non-optionalvalerijf2017-08-221-0/+3
|/ /
* | Fix HW fail count precedencevalerijf2017-08-211-15/+17
| |
* | FailedExpirer move to parked if HW failurevalerijf2017-08-181-30/+80
| |
* | More adjusting of unit tests from node-repository mock changestoby2017-08-161-4/+4
| |
* | Adjust tests according to new allocation algorithmtoby2017-08-151-5/+5
| |
* | Revert "Revert "Allocation rewrite""Torbjørn Smørgrav2017-08-1513-202/+565
| |
* | Add test on old fieldvalerijf2017-08-151-0/+18
| |
* | Keep hardwareFailureType while clients transition to hardwareFailureDescriptionvalerijf2017-08-151-0/+1
| |
* | Rename hardwareFailureType to hardwareFailureDescriptionvalerijf2017-08-155-10/+10
| |
* | Make hardwareFailureType a Stringvalerijf2017-08-153-8/+5
|/
* Revert "Allocation rewrite"Arnstein Ressem2017-08-1413-565/+202
|
* Bug fix priority on reserved vs ready nodestoby2017-08-142-16/+2
|
* More unit testingtoby2017-08-143-33/+77
|
* Add unit tests and fix errors along the waytoby2017-08-1410-95/+296
|
* Clean up old allocation codetoby2017-08-141-8/+1
|
* Complete initial implementation of NodePrioritizertoby2017-08-149-125/+246
|