To reproduce the issue:
-
Clone the repro
-
mvn package && vespa deploy --wait 60 && vespa test tests/systems-tests/default-test.json
- You'll see that the test fails. -
Comment the following line in services.xml
<document type='news' class="com.example.documents.News" bundle="example-app" />
mvn package && vespa deploy --wait 60 && vespa test tests/systems-tests/default-test.json
- You'll see that the test now succeeds.