Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Invalid
-
None
-
None
-
None
Description
A typical example isSlingResourceTypeRenderingTest.testEspHtmlInAppsFolder:
uploadTestScript(path,"rendering-test.esp","html.esp");
..
String content = getContent(displayUrl + ".html", CONTENT_TYPE_HTML);
assertContains(content, "ESP template");
Where the assert fails semi-randomly as the uploaded script isn't immediately used.
Adding a 2 seconds sleep before getContent works around the problem, but of course we need something better than that.
Attachments
Issue Links
- blocks
-
SLING-2788 Optionally run Sling on Apache OAK
- Resolved