Valentin Olteanu

Results 6 comments of Valentin Olteanu

That's a really interesting case, @stefanseifert ! I think there are two aspects to this that could be tested, depending on the intention: 1. test the multi-domain management configuration in...

@hrayrpapikyan do you have a PR to see the change in the context?

@tyge68 are you sure the user is created? it might be a sync problem at create, thus causing the `getAuthorizableNodeWithRetry` to fail.

@mohiaror the template is minimal to make the tests as lightweight as possible. Is the thumbnail a mandatory part? If it's missing, does it break any functionality?

@mohiaror I've checked and it seems the [JCR contentloader](https://github.com/apache/sling-org-apache-sling-jcr-contentloader/blob/master/src/main/java/org/apache/sling/jcr/contentloader/internal/readers/JsonReader.java) doesn't support binary data in JSON. This means we can't add the thumbnail directly in the `template.json` and we need a...

Thanks @tyge68 for bringing this up! I know there are lint issues in the code, but I would first start by determining the list of rules that we want to...