Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 24699d2afbfe908c25b99d54564bb22b89eb8d7d
      
https://github.com/jenkinsci/acceptance-test-harness/commit/24699d2afbfe908c25b99d54564bb22b89eb8d7d
  Author: James Nord <[email protected]>
  Date:   2021-06-04 (Fri, 04 Jun 2021)

  Changed paths:
    M 
src/main/java/org/jenkinsci/test/acceptance/plugins/nodelabelparameter/NodeParameter.java
    M src/main/java/org/jenkinsci/test/acceptance/po/Job.java

  Log Message:
  -----------
  Fix (some of) the NodeLabelParameterPluginTest

the test was firstly failing as the PageObject was selecting the wrong
part of the page in the job.

secondly selecting a node was using an incorrect control

there are still failures in 3 tests that I have not looked at that also
need fixing.


  Commit: d514fdd04618a37eef5bf44d704755ae276bdd14
      
https://github.com/jenkinsci/acceptance-test-harness/commit/d514fdd04618a37eef5bf44d704755ae276bdd14
  Author: James Nord <[email protected]>
  Date:   2021-10-12 (Tue, 12 Oct 2021)

  Changed paths:
    M 
src/main/java/org/jenkinsci/test/acceptance/plugins/nodelabelparameter/LabelParameter.java
    M 
src/main/java/org/jenkinsci/test/acceptance/plugins/nodelabelparameter/NodeParameter.java
    M src/main/java/org/jenkinsci/test/acceptance/po/Job.java
    M src/test/java/plugins/NodeLabelParameterPluginTest.java

  Log Message:
  -----------
  Fix the remaining 3 NodeLabelParameterPluginTest failures


  Commit: 60b8f6769e82500ced1961a7ce8c725c7d72fb9f
      
https://github.com/jenkinsci/acceptance-test-harness/commit/60b8f6769e82500ced1961a7ce8c725c7d72fb9f
  Author: James Nord <[email protected]>
  Date:   2021-10-12 (Tue, 12 Oct 2021)

  Changed paths:
    M Jenkinsfile
    M docs/BROWSER.md
    M pom.xml
    M src/main/java/org/jenkinsci/test/acceptance/FallbackConfig.java
    M 
src/main/java/org/jenkinsci/test/acceptance/controller/LocalController.java
    M 
src/main/java/org/jenkinsci/test/acceptance/controller/WinstoneController.java
    A src/main/java/org/jenkinsci/test/acceptance/junit/WithJavaOptions.java
    M 
src/main/java/org/jenkinsci/test/acceptance/plugins/config_file_provider/CustomConfig.java
    M 
src/main/java/org/jenkinsci/test/acceptance/plugins/config_file_provider/ProvidedFile.java
    M 
src/main/java/org/jenkinsci/test/acceptance/plugins/priority_sorter/PriorityConfig.java
    M 
src/main/java/org/jenkinsci/test/acceptance/plugins/workflow_shared_library/WorkflowGithubSharedLibrary.java
    M 
src/main/java/org/jenkinsci/test/acceptance/po/CapybaraPortingLayerImpl.java
    M src/main/java/org/jenkinsci/test/acceptance/po/ConfigurablePageObject.java
    M src/main/java/org/jenkinsci/test/acceptance/po/Slave.java
    M src/main/java/org/jenkinsci/test/acceptance/po/UpdateCenter.java
    M src/main/java/org/jenkinsci/test/acceptance/po/View.java
    M src/main/java/org/jenkinsci/test/acceptance/recorder/HarRecorder.java
    M src/main/java/org/jenkinsci/test/acceptance/utils/FormElementPath.java
    M 
src/main/java/org/jenkinsci/test/acceptance/utils/aether/ArtifactResolverUtil.java
    M src/main/resources/ath-container/Dockerfile
    M src/main/resources/ath-container/run.sh
    M src/main/tool_installers/updates/hudson.plugins.groovy.GroovyInstaller
    M src/test/java/core/FormValidationTest.java
    A src/test/java/org/jenkinsci/test/acceptance/junit/WithJavaOptionsTest.java
    M src/test/java/org/jenkinsci/test/acceptance/recorder/HarRecorderTest.java
    M src/test/java/plugins/AuditTrailPluginTest.java
    M src/test/java/plugins/GitPluginTest.java
    M src/test/java/plugins/JobDslPluginTest.java
    M src/test/java/plugins/MatrixPluginTest.java
    M src/test/java/plugins/OwnershipPluginTest.java
    M src/test/java/plugins/XUnitPluginTest.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into node-label-parameter-tests


  Commit: d2d0f80c2e1117ab1d230633bea1904affe0e3f1
      
https://github.com/jenkinsci/acceptance-test-harness/commit/d2d0f80c2e1117ab1d230633bea1904affe0e3f1
  Author: James Nord <[email protected]>
  Date:   2021-10-12 (Tue, 12 Oct 2021)

  Changed paths:
    M src/main/java/org/jenkinsci/test/acceptance/po/BuildHistory.java

  Log Message:
  -----------
  we need to wait for the BuildHistory to populate


  Commit: d5136debca5840397a736d31dffeb0b414c63109
      
https://github.com/jenkinsci/acceptance-test-harness/commit/d5136debca5840397a736d31dffeb0b414c63109
  Author: James Nord <[email protected]>
  Date:   2021-10-13 (Wed, 13 Oct 2021)

  Changed paths:
    M src/main/java/org/jenkinsci/test/acceptance/po/BuildHistory.java

  Log Message:
  -----------
  do not open the page twice

there is no need to call `open` in getBuildsOf as this calls getBuilds
which calls open

this appears to have fixed the failing tests using BuildHistory
pageObject but open should not change anything as that should wait for
things to be loaded.  possibly the async nature of the graph is the
issue and something is running there when it the page is unloaded


  Commit: a3ee65d6fa8b3f148b619252d261a3194a361b18
      
https://github.com/jenkinsci/acceptance-test-harness/commit/a3ee65d6fa8b3f148b619252d261a3194a361b18
  Author: James Nord <[email protected]>
  Date:   2021-10-13 (Wed, 13 Oct 2021)

  Changed paths:
    M 
src/main/java/org/jenkinsci/test/acceptance/plugins/nodelabelparameter/LabelParameter.java
    M 
src/main/java/org/jenkinsci/test/acceptance/plugins/nodelabelparameter/NodeParameter.java
    M src/main/java/org/jenkinsci/test/acceptance/po/BuildHistory.java
    M src/main/java/org/jenkinsci/test/acceptance/po/Job.java
    M src/test/java/plugins/NodeLabelParameterPluginTest.java

  Log Message:
  -----------
  Merge pull request #669 from jtnord/node-label-parameter-tests

Fix the NodeLabelParameterPluginTests


Compare: 
https://github.com/jenkinsci/acceptance-test-harness/compare/c7ddf81470bf...a3ee65d6fa8b

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/acceptance-test-harness/push/refs/heads/master/c7ddf8-a3ee65%40github.com.

Reply via email to