adobe / aem-guides-wknd

Tutorial Code companion for Getting Started Developing with AEM Sites WKND Tutorial
https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/overview.html
MIT License
279 stars 531 forks source link

Fixed IT Tests to handle updated GQL queries in WKND Shared 3.x #420

Closed davidjgonzalez closed 10 months ago

davidjgonzalez commented 10 months ago

Description

GraphQL IT tests failing in WKND project due to change in signature of Persisted Queries in WKND Shared 3.x.

This should only impact users that deploy the source code via their Cloud Manager production pipelines. This change does not require a new release of the WKND project.

Motivation and Context

How Has This Been Tested?

Testing on AEM as a Cloud Service Production pipeline deployment.

[INFO] Scanning for projects...
[INFO] 
[INFO] -------------< com.adobe.evergreen.eaas:eaas-test-runner >--------------
[INFO] Building EaaS tests runner 1.0.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from shared: file:///shared/m2-repo/com/adobe/aem/cloud/custom-module/0.0.0/custom-module-0.0.0.pom
[INFO] Downloaded from shared: file:///shared/m2-repo/com/adobe/aem/cloud/custom-module/0.0.0/custom-module-0.0.0.pom (379 B at 2.0 kB/s)
[INFO] Downloading from shared: file:///shared/m2-repo/com/adobe/aem/cloud/custom-module/0.0.0/custom-module-0.0.0-jar-with-dependencies.jar
[INFO] Downloaded from shared: file:///shared/m2-repo/com/adobe/aem/cloud/custom-module/0.0.0/custom-module-0.0.0-jar-with-dependencies.jar (24 MB at 22 MB/s)
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default-cli) @ eaas-test-runner ---
[INFO] Using configured provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] Downloading from shared: file:///shared/m2-repo/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom
[WARNING] Missing POM for org.junit.jupiter:junit-jupiter-engine:jar:5.3.2
[INFO] Downloading from shared: file:///shared/m2-repo/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.pom
[WARNING] Missing POM for org.junit.jupiter:junit-jupiter-params:jar:5.3.2
[INFO] Downloading from shared: file:///shared/m2-repo/org/mockito/mockito-core/2.28.2/mockito-core-2.28.2.pom
[WARNING] Missing POM for org.mockito:mockito-core:jar:2.28.2
[INFO] Downloading from shared: file:///shared/m2-repo/org/powermock/powermock-reflect/2.0.9/powermock-reflect-2.0.9.pom
[WARNING] Missing POM for org.powermock:powermock-reflect:jar:2.0.9
[INFO] Downloading from shared: file:///shared/m2-repo/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom
[WARNING] Missing POM for org.hamcrest:hamcrest-library:jar:1.3
[INFO] Downloading from shared: file:///shared/m2-repo/org/assertj/assertj-core/3.22.0/assertj-core-3.22.0.pom
[WARNING] Missing POM for org.assertj:assertj-core:jar:3.22.0
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.adobe.aem.guides.wknd.it.tests.GraphQlIT
[main] INFO com.adobe.cq.testing.junit.rules.ConfigurableInstance - Using instances with config: [authentication method: LoginToken, indexing lanes detection: false]
[main] INFO com.adobe.cq.testing.junit.rules.ConfigurableInstance - Using instances with config: [authentication method: LoginToken, indexing lanes detection: false]
[main] INFO org.apache.sling.testing.junit.rules.instance.util.ConfigurationPool - Reading initial configurations from the system properties
[main] INFO org.apache.sling.testing.junit.rules.instance.util.ConfigurationPool - Found 2 instance configuration(s) from the system properties
[main] INFO org.apache.sling.testing.junit.rules.instance.ExistingInstanceStatement - InstanceConfiguration (URL: https://author-p63947-e603363.adobeaemcloud.net, runmode: author) found for test com.adobe.aem.guides.wknd.it.tests.GraphQlIT
[main] INFO org.apache.sling.testing.junit.rules.instance.ExistingInstanceStatement - InstanceConfiguration (URL: https://publish-p63947-e603363.adobeaemcloud.net, runmode: publish) found for test com.adobe.aem.guides.wknd.it.tests.GraphQlIT
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.473 s - in com.adobe.aem.guides.wknd.it.tests.GraphQlIT
[INFO] Running com.adobe.aem.guides.wknd.it.tests.GraphQLEndpointIT
[main] INFO com.adobe.cq.testing.junit.rules.ConfigurableInstance - Using instances with config: [authentication method: LoginToken, indexing lanes detection: false]
[main] INFO com.adobe.cq.testing.junit.rules.ConfigurableInstance - Using instances with config: [authentication method: LoginToken, indexing lanes detection: false]
[main] INFO org.apache.sling.testing.junit.rules.instance.util.ConfigurationPool - Reading initial configurations from the system properties
[main] INFO org.apache.sling.testing.junit.rules.instance.util.ConfigurationPool - Found 2 instance configuration(s) from the system properties
[main] INFO org.apache.sling.testing.junit.rules.instance.ExistingInstanceStatement - InstanceConfiguration (URL: https://author-p63947-e603363.adobeaemcloud.net, runmode: author) found for test com.adobe.aem.guides.wknd.it.tests.GraphQLEndpointIT
[main] INFO org.apache.sling.testing.junit.rules.instance.ExistingInstanceStatement - InstanceConfiguration (URL: https://publish-p63947-e603363.adobeaemcloud.net, runmode: publish) found for test com.adobe.aem.guides.wknd.it.tests.GraphQLEndpointIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.669 s - in com.adobe.aem.guides.wknd.it.tests.GraphQLEndpointIT
[INFO] Running com.adobe.aem.guides.wknd.it.tests.GetPageIT
[main] INFO com.adobe.cq.testing.junit.rules.ConfigurableInstance - Using instances with config: [authentication method: LoginToken, indexing lanes detection: false]
[main] INFO com.adobe.cq.testing.junit.rules.ConfigurableInstance - Using instances with config: [authentication method: LoginToken, indexing lanes detection: false]
[main] INFO org.apache.sling.testing.junit.rules.instance.util.ConfigurationPool - Reading initial configurations from the system properties
[main] INFO org.apache.sling.testing.junit.rules.instance.util.ConfigurationPool - Found 2 instance configuration(s) from the system properties
[main] INFO org.apache.sling.testing.junit.rules.instance.ExistingInstanceStatement - InstanceConfiguration (URL: https://author-p63947-e603363.adobeaemcloud.net, runmode: author) found for test com.adobe.aem.guides.wknd.it.tests.GetPageIT
[main] INFO org.apache.sling.testing.junit.rules.instance.ExistingInstanceStatement - InstanceConfiguration (URL: https://publish-p63947-e603363.adobeaemcloud.net, runmode: publish) found for test com.adobe.aem.guides.wknd.it.tests.GetPageIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.59 s - in com.adobe.aem.guides.wknd.it.tests.GetPageIT
[INFO] Running com.adobe.aem.guides.wknd.it.tests.PublishPageValidationIT
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.097 s - in com.adobe.aem.guides.wknd.it.tests.PublishPageValidationIT
[INFO] Running com.adobe.aem.guides.wknd.it.tests.CreatePageIT
[main] INFO com.adobe.cq.testing.junit.rules.ConfigurableInstance - Using instances with config: [authentication method: LoginToken, indexing lanes detection: false]
[main] INFO org.apache.sling.testing.junit.rules.instance.util.ConfigurationPool - Reading initial configurations from the system properties
[main] INFO org.apache.sling.testing.junit.rules.instance.util.ConfigurationPool - Found 2 instance configuration(s) from the system properties
[main] INFO org.apache.sling.testing.junit.rules.instance.ExistingInstanceStatement - InstanceConfiguration (URL: https://author-p63947-e603363.adobeaemcloud.net, runmode: author) found for test com.adobe.aem.guides.wknd.it.tests.CreatePageIT
[main] INFO com.adobe.cq.testing.junit.rules.Page - Created page at /content/test-site/testpage_c911eb2d-b522-45bf-8a7c-7eafadff1eaf
[main] INFO com.adobe.cq.testing.junit.rules.Page - Deleted page at /content/test-site/testpage_c911eb2d-b522-45bf-8a7c-7eafadff1eaf
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.846 s - in com.adobe.aem.guides.wknd.it.tests.CreatePageIT
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 14, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  41.236 s
[INFO] Finished at: 2023-08-28T19:07:00Z
[INFO] ------------------------------------------------------------------------

Screenshots (if appropriate):

Types of changes

Checklist: