Uploaded image for project: 'Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces) '
  1. Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces)
  2. CRW-138

compilation failure in e2e tests in master branch

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 1.0.1.GA
    • None
    • testing
    • None

      I've tried building CRW in master branch both with and without Dmytro's latest commits to the 6.18.x branch:

      * 9517672 - (HEAD -> master) Fix binding of CodeReadyOpenShiftKeycloakCliCommandExecutor dnochevn@redhat.com (11 hours ago)
      * 5041491 - Fix getting keycloak pod name in e2e tests dnochevn@redhat.com (11 hours ago)
      

      and in both cases this happens:

      [INFO] CodeReady Workspaces :: Test :: E2E ................ FAILURE [ 26.869 s]
      
      [INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ codeready-test-e2e ---
      [INFO] Changes detected - recompiling the module!
      [INFO] Compiling 57 source files to /home/nboldt/5-Che/1.github_upstream__manual-sync_to_pkgs.devel/codeready-workspaces/test/codeready-test-e2e/target/test-classes
      warning: Supported source version 'RELEASE_6' from annotation processor 'org.jvnet.hudson.annotation_indexer.AnnotationProcessorImpl' less than -source '1.8'
      /home/nboldt/5-Che/1.github_upstream__manual-sync_to_pkgs.devel/codeready-workspaces/test/codeready-test-e2e/src/test/java/com/redhat/codeready/selenium/dashboard/CreateAndDeleteProjectsTest.java:132: error: cannot find symbol
          workspaceProjects.clickOnDeleteProject();
                           ^
        symbol:   method clickOnDeleteProject()
        location: variable workspaceProjects of type WorkspaceProjects
      /home/nboldt/5-Che/1.github_upstream__manual-sync_to_pkgs.devel/codeready-workspaces/test/codeready-test-e2e/src/test/java/com/redhat/codeready/selenium/dashboard/CreateAndDeleteProjectsTest.java:133: error: cannot find symbol
          workspaceProjects.clickOnDeleteItInDialogWindow();
                           ^
        symbol:   method clickOnDeleteItInDialogWindow()
        location: variable workspaceProjects of type WorkspaceProjects
      /home/nboldt/5-Che/1.github_upstream__manual-sync_to_pkgs.devel/codeready-workspaces/test/codeready-test-e2e/src/test/java/com/redhat/codeready/selenium/dashboard/CreateAndDeleteProjectsTest.java:144: error: cannot find symbol
            workspaceProjects.openSettingsForProjectByName(projectName);
                             ^
        symbol:   method openSettingsForProjectByName(String)
        location: variable workspaceProjects of type WorkspaceProjects
      3 errors
      1 warning
      

              sskoryk Serhii Skoryk
              nickboldt Nick Boldt
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: