summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentmetastore
Commit message (Collapse)AuthorAgeFilesLines
* Fail test scripts on first error (#194)Vegard Sjonfjell2016-06-281-0/+1
| | | | | | | | | | | | | | | | * 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 #27 from yahoo/tegge/always-update-nested-attribute-on-insertHenning Baldersheim2016-06-171-13/+81
|\ | | | | Always update nested attribute when inserting new documents into docu…
| * Rename variable names to improve code readability.Tor Egge2016-06-171-17/+20
| | | | | | | | | | Move common const variables to early anonymous namespace to avoid duplicated code.
| * Always update nested attribute when inserting new documents into document ↵Tor Egge2016-06-161-0/+65
| | | | | | | | | | | | | | | | | | meta store to ensure that tracking of changes in the nested attribute works properly. This prevents failure to shrink document meta store due to nested attribute having been shrunk too much last time document meta store was shrunk.
* | Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-162-2/+2
|/
* PublishJon Bratseth2016-06-1511-0/+2240