summaryrefslogtreecommitdiffstats
path: root/container-integration-test/src
Commit message (Collapse)AuthorAgeFilesLines
* Reduce access loggingHåkon Hallingstad2020-02-051-0/+1
| | | | | | | | | | | | Avoids writing access logs in various tests. 1. Disables by-default access logging with Application, since it is used in unit tests. 2. However many tests create additional DeployState which renders this ineffective, and so this PR also explicitly disables access logging in services.xml of some tests. (1) might be unnecessary if we anyway have to do (2) everywhere, but this is not clear to me.
* Replace 'jdisc' with 'container' in container-integration-testgjoranv2019-07-111-2/+2
|
* Reapply "Adding handler and binding when services.xml has <search>-field"gjoranv2018-07-121-0/+84
|
* Revert "Adding handler and binding when services.xml has <search>-field"Harald Musum2018-07-121-84/+0
|
* Changed import to staticHenrik2018-07-111-7/+7
|
* Moved GUIHandlerTest to own module that can use JDisc-components. GUIHandler ↵Henrik2018-07-101-0/+84
now reads from built .jar instead of resources. Vespa builds successfully