summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use Github username as authorBjørn Christian Seime2016-06-2846-46/+46
|
* Remove bakksjo as ownerBjørn Christian Seime2016-06-2814-14/+5
|
* Merge pull request #237 from yahoo/martinp/reject-deallocate-on-hwfailureJon Bratseth2016-06-282-1/+26
|\ | | | | Reject deallocate for nodes with hardware failure
| * Reject deallocate for nodes with hardware failureMartin Polden2016-06-282-1/+26
| |
* | Merge pull request #238 from ↵Tor Egge2016-06-283-4/+26
|\ \ | | | | | | | | | | | | yahoo/balder/use-same-fieldid-space-for-both-insert-and-remove We must use the same fieldId space for both insert and remove.
| * | We must use the same fieldId space for both insert and remove.Henning Baldersheim2016-06-283-4/+26
| | | | | | | | | | | | This is essential as the fieldId selects the correct thread. If not race conditions are next.
* | | Ensure vespa-header-inspect is built before running test. (#235)Geir Storli2016-06-281-0/+2
| | |
* | | Fail test scripts on first error (#194)Vegard Sjonfjell2016-06-2881-49/+126
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fail test scripts on first error * Some more test fixes * Reverted prod_features_test fix * Re-added prod_features_test.sh change matching that of PR #193 * More error checking * Reverted set -e on failing tests * Enable errexit in lowercasing test
* | Merge pull request #231 from ↵gjoranv2016-06-2828-291/+350
|\ \ | | | | | | | | | | | | yahoo/bratseth/use-container-as-clustercontroller-when-needed Bratseth/use container as clustercontroller when needed
| * | Draw cluster controllers from containers when necessaryJon Bratseth2016-06-2718-80/+176
| | |
| * | Correct indexing chain logic and cleanupJon Bratseth2016-06-271-17/+7
| | |
| * | Move building to builderJon Bratseth2016-06-2711-201/+165
| | |
| * | Move content cluster building into ContentJon Bratseth2016-06-274-5/+14
| | |
* | | Merge pull request #236 from yahoo/bratseth/node-repo-refactoringJon Bratseth2016-06-286-40/+46
|\ \ \ | |_|/ |/| | Support querying for one node from multiple states at the time
| * | Better javadocJon Bratseth2016-06-282-3/+10
| | |
| * | Support querying for one node from multiple states at the timeJon Bratseth2016-06-286-38/+37
| | |
* | | Merge pull request #234 from yahoo/freva/node-admin-node-repo-testsHaakon Dybdahl2016-06-286-67/+381
|\ \ \ | |/ / |/| | Freva/Node-Admin node state transition tests
| * | Node-Admin: Added few node state transition testsvalerijf2016-06-286-73/+373
| | |
| * | Node Repo PATCH checkvalerijf2016-06-272-1/+15
| | |
* | | Merge pull request #233 from yahoo/geirst/stabilize-searchlib-attribute-testHenning Baldersheim2016-06-283-138/+157
|\ \ \ | | | | | | | | Rewrite test to handle cleanup of data files internally.
| * | | Rewrite test to handle cleanup of data files internally.Geir Storli2016-06-283-138/+157
| | | |
* | | | Merge pull request #230 from yahoo/arnej/avoid-port-clashHenning Baldersheim2016-06-282-26/+0
|\ \ \ \ | |/ / / |/| | | do not use same port in two tests
| * | | remove noop testArne Juul2016-06-282-26/+0
| | | |
| * | | do not use same port in two testsArne Juul2016-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * I do not understand the purpose of translogserver_test, it just sets up a server and then sleeps. * anyway it produces lots of noise that it uses the same port as the translogclient_test, so change it.
* | | | Merge pull request #223 from ↵Geir Storli2016-06-2819-12/+357
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | yahoo/toregge/stop-bucket-move-job-when-disk-is-full Stop bucket move maintenance job when disk is full.
| * | | | Improve comments and remove unused code.Tor Egge2016-06-272-2/+6
| | | | |
| * | | | Stop bucket move maintenance job when disk is full.Tor Egge2016-06-2719-12/+353
| | |/ / | |/| |
* | | | Merge pull request #229 from yahoo/arnej/split-attribute-testsArne H Juul2016-06-2812-24/+29
|\ \ \ \ | | | | | | | | | | Arnej/split attribute tests
| * | | | relocated to subdir, update pathsArne Juul2016-06-271-3/+3
| | | | |
| * | | | split attribute tests into directoriesArne Juul2016-06-2712-21/+26
| | | | | | | | | | | | | | | | | | | | * these tests would clash when run in parallel
* | | | | Merge pull request #225 from yahoo/bratseth/mac-network-issuesArne H Juul2016-06-274-103/+90
|\ \ \ \ \ | | | | | | | | | | | | Bratseth/mac network issues
| * | | | | Remove printlnsJon Bratseth2016-06-271-3/+1
| | | | | |
| * | | | | Minimize resolution checksJon Bratseth2016-06-272-31/+28
| | | | | |
| * | | | | Set up mock server on the network interface used by the clientJon Bratseth2016-06-243-79/+71
| | | | | |
* | | | | | Merge pull request #226 from yahoo/arnej/use-cmath-and-std-namespaceArne H Juul2016-06-2775-231/+236
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | Arnej/use cmath and std namespace
| * | | | | cmath not needed by random.hArne Juul2016-06-271-1/+0
| | | | | |
| * | | | | one more std::sqrtArne Juul2016-06-271-1/+1
| | | | | |
| * | | | | keep "float" semanticsArne Juul2016-06-271-1/+1
| | | | | |
| * | | | | one more std::sqrtArne Juul2016-06-271-1/+1
| | | | | |
| * | | | | simplifyArne Juul2016-06-271-2/+2
| | | | | |
| * | | | | avoid including math.hArne Juul2016-06-272-3/+1
| | | | | |
| * | | | | use cmathArne Juul2016-06-275-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * avoid using #include <math.h> * add std:: namespace prefix when calling <cmath> functions
| * | | | | use cmathArne Juul2016-06-273-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * avoid using #include <math.h> * add std:: namespace prefix when calling <cmath> functions
| * | | | | use cstdlibArne Juul2016-06-272-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * avoid using #include <math.h> * use #include <cstdlib> for std::abs() with integral types
| * | | | | use cmathArne Juul2016-06-272-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * avoid using #include <math.h> * add std:: namespace prefix when calling <cmath> functions
| * | | | | use cmathArne Juul2016-06-271-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * avoid using #include <math.h> * add std:: namespace prefix when calling <cmath> functions
| * | | | | rename log(...) to log_forward(...)Arne Juul2016-06-274-7/+4
| | | | | |
| * | | | | use cmathArne Juul2016-06-2732-110/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * avoid using #include <math.h> * add std:: namespace prefix when calling <cmath> functions * use <cstdlib> for std::abs() with integral types
| * | | | | use cmathArne Juul2016-06-273-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * avoid using #include <math.h> * add std:: namespace prefix when calling <cmath> functions
| * | | | | use cstdlibArne Juul2016-06-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * use #include <cstdlib> for std::abs() with integral types