Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LPS-174358 | FDS - Add Ignore poshi test + Tab key navigation skips dropdown on filter label #3115

Closed
wants to merge 4 commits into from

Conversation

mateusralv
Copy link

@mateusralv mateusralv commented Mar 10, 2023

Description:
Add the property for the CI to skip the test according to this #3094 (comment)

Original PR: #3094

cc: @kresimir-coko @manoelcyreno


https://issues.liferay.com/browse/LPS-174358

In order to have the proper focus behaviour it was needed to pass a ClayButton component instead of the ClayLabel component as a trigger for the ClayDropDown.

I have also noticed a lot of SF inconsistencies in the frontend-data-set-web module, for example missing empty lines between sibling elements. Are we disabling our ESLint rules somehow in this module?

@liferay-continuous-integration
Copy link
Collaborator

CI is automatically triggering the following test suites:

  •     ci:test:relevant
  •     ci:test:sf

@liferay-continuous-integration
Copy link
Collaborator

❌ ci:test:sf - 0 out of 1 jobs passed in 11 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: e52b700283376753ec95e731b16053636d7643c1

Sender Branch:

Branch Name: LPS-174358
Branch GIT ID: 5feb4ef3dc1a25b24d83fd9323007205b4bacd04

0 out of 1jobs PASSED
For more details click here.
     [exec] Generating types (27 of 31): @liferay/oauth2-provider-web
     [exec] Generating types (28 of 31): @liferay/object-dynamic-data-mapping-form-field-type
     [exec] Generating types (29 of 31): @liferay/object-web
     [exec] 
     [exec] ***************
     [exec] *** WARNING ***
     [exec] ***************
     [exec] 
     [exec] Out-of-date TypeScript build artifacts at:
     [exec] 
     [exec]     apps/object/object-web/types
     [exec] 
     [exec] Please commit them.
     [exec] 
     [exec] M modules/apps/object/object-web/types/src/main/resources/META-INF/resources/js/components/ObjectAction/useObjectActionForm.d.ts
     [exec] 
     [exec] Generating types (30 of 31): product-navigation-simulation-device
     [exec] Generating types (31 of 31): segments-web
     [exec] Preflight check failed:
     [exec] checkTypeScriptTypeArtifacts() failed: Error: Type generation was successful but 1 project was out of date. Please commit updated versions of the artifacts in the projects listed above.
     [exec] 
     [exec] Prettier checked 3 files
     [exec] 
     [exec] 1 of 3 jobs failed
     [exec] info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
     [exec] error Command failed with exit code 1.
     [exec] 
     [exec] > Task :packageRunCheckFormat FAILED
     [exec] Gradle build finished at 2023-03-10 16:25:16.968.
     [exec] 
     [exec] 
     [exec] FAILURE: Build failed with an exception.
     [exec] 
     [exec] * What went wrong:
     [exec] Execution failed for task ':packageRunCheckFormat'.
     [exec] > Process 'command '/opt/dev/projects/github/liferay-portal/build/node/bin/node'' finished with non-zero exit value 1
     [exec] 
     [exec] * Try:
     [exec] Run with --info or --debug option to get more log output. Run with --scan to get full insights.
     [exec] 
     [exec] * Exception is:
     [exec] org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':packageRunCheckFormat'.
     [exec]   at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda\$executeIfValid\$3(ExecuteActionsTaskExecuter.java:186)
     [exec]   at org.gradle.internal.Try\$Failure.ifSuccessfulOrElse(Try.java:268)
     [exec]   at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:184)
     [exec]   at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:173)

@mateusralv
Copy link
Author

ci:test:relevant

@liferay-continuous-integration
Copy link
Collaborator

@liferay-continuous-integration
Copy link
Collaborator

✔️ ci:test:stable - 27 out of 27 jobs passed

✔️ ci:test:relevant - 77 out of 78 jobs passed in 3 hours 53 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: e52b700283376753ec95e731b16053636d7643c1

Upstream Comparison:

Branch GIT ID: e52b700283376753ec95e731b16053636d7643c1
Jenkins Build URL: EE Development Acceptance (master) - 4369 - 2023-03-10[07:38:58]

ci:test:stable - 27 out of 27 jobs PASSED
27 Successful Jobs:
    ci:test:relevant - 76 out of 78 jobs PASSED

    2 Failed Jobs:

    76 Successful Jobs:
      For more details click here.

      This pull contains no unique failures.


      Failures in common with acceptance upstream results at e52b700:
      Test bundle downloads:

      @liferay-continuous-integration
      Copy link
      Collaborator

      @liferay-continuous-integration
      Copy link
      Collaborator

      ✔️ ci:test:stable - 27 out of 27 jobs passed

      ✔️ ci:test:relevant - 77 out of 78 jobs passed in 2 hours 34 minutes

      Click here for more details.

      Base Branch:

      Branch Name: master
      Branch GIT ID: e52b700283376753ec95e731b16053636d7643c1

      Upstream Comparison:

      Branch GIT ID: e52b700283376753ec95e731b16053636d7643c1
      Jenkins Build URL: EE Development Acceptance (master) - 4369 - 2023-03-10[07:38:58]

      ci:test:stable - 27 out of 27 jobs PASSED
      27 Successful Jobs:
        ci:test:relevant - 76 out of 78 jobs PASSED

        2 Failed Jobs:

        76 Successful Jobs:
          For more details click here.

          This pull contains no unique failures.


          Failures in common with acceptance upstream results at e52b700:
          Test bundle downloads:

          @liferay-continuous-integration
          Copy link
          Collaborator

          @kresimir-coko
          Copy link
          Collaborator

          ci:test:sf

          @kresimir-coko kresimir-coko changed the title LPS-174358 LPS-174358 FDS | Tab key navigation skips dropdown on filter label Mar 13, 2023
          @mateusralv
          Copy link
          Author

          ci:forward

          @liferay-continuous-integration
          Copy link
          Collaborator

          CI is automatically triggering the following test suites:

          •     ci:test:relevant
          •     ci:test:sf

          The pull request will automatically be forwarded to the user brianchandotcom if the following test suites pass:

          •     ci:test:relevant
          •     ci:test:sf
          •     ci:test:stable

          @liferay-continuous-integration
          Copy link
          Collaborator

          Skipping previously passed test suites:
          ci:test:sf

          @liferay-continuous-integration
          Copy link
          Collaborator

          ❌ ci:test:stable - 25 out of 26 jobs passed

          ❌ ci:test:relevant - 73 out of 77 jobs passed in 2 hours 35 minutes

          Click here for more details.

          Base Branch:

          Branch Name: master
          Branch GIT ID: c832c579510ae04b6bb29aa4447a00f97209627d

          Upstream Comparison:

          Branch GIT ID: c832c579510ae04b6bb29aa4447a00f97209627d
          Jenkins Build URL: EE Development Acceptance (master) - 4372 - 2023-03-13[10:11:50]

          ci:test:stable - 25 out of 26 jobs PASSED

          1 Failed Jobs:

          25 Successful Jobs:
            ci:test:relevant - 73 out of 77 jobs PASSED

            4 Failed Jobs:

            73 Successful Jobs:
              For more details click here.

              Failures unique to this pull:

              1. functional-tomcat90-mysql57-chrome100-jdk8/0/14
                /opt/dev/projects/github/liferay-jenkins-ee/commands/build-common.xml:968: exec returned: 255
                The following error occurred while executing this line:
                /opt/dev/projects/github/liferay-jenkins-ee/commands/build-common.xml:968: exec returned: 255
                The following error occurred while executing this line:
                /opt/dev/projects/github/liferay-jenkins-ee/commands/build-common.xml:968: exec returned: 255
                The following error occurred while executing this line:
                /opt/dev/projects/github/liferay-jenkins-ee/commands/build-common.xml:968: exec returned: 255
                The following error occurred while executing this line:
                /opt/dev/projects/github/liferay-jenkins-ee/commands/build-common.xml:968: exec returned: 255
                The following error occurred while executing this line:
                /opt/dev/projects/github/liferay-jenkins-ee/commands/build-common.xml:968: exec returned: 255
                The following error occurred while executing this line:
                /opt/dev/projects/github/liferay-jenkins-ee/commands/build-common.xml:968: exec returned: 255
                The following error occurred while executing this line:
                /opt/dev/projects/github/liferay-jenkins-ee/commands/build-common.xml:968: exec returned: 255
                The following error occurred while executing this line:
                /opt/dev/projects/github/liferay-jenkins-ee/commands/build-common.xml:968: exec returned: 255
                The following error occurred while executing this line:
                /opt/dev/projects/github/liferay-jenkins-ee/commands/build-common.xml:968: exec returned: 255
                The following error occurred while executing this line:
                /opt/dev/projects/github/liferay-jenkins-ee/commands/build-common.xml:968: exec returned: 255
                The following error occurred while executing this line:
                /opt/dev/projects/github/liferay-jenkins-ee/commands/build-common.xml:968: exec returned: 255
                The following error occurred while executing this line:
                /opt/dev/projects/github/liferay-jenkins-ee/commands/build-common.xml:968: exec returned: 12
                The following error occurred while executing this line:
                /opt/dev/projects/github/liferay-jenkins-ee/commands/build-common.xml:968: exec returned: 255
                The following error occurred while executing this line:
                /opt/dev/projects/github/liferay-jenkins-ee/commands/build-common.xml:968: exec returned: 255
                The following error occurred while executing this line:
                /opt/dev/projects/github/liferay-jenkins-ee/commands/build-common.xml:968: exec returned: 255
                The following error occurred while executing this line:
                /opt/dev/projects/github/liferay-jenkins-ee/commands/build-common.xml:968: exec returned: 255

              Failures in common with acceptance upstream results at c832c57:
              Test bundle downloads:

              @liferay-continuous-integration
              Copy link
              Collaborator

              @mateusralv
              Copy link
              Author

              ci:forward

              @liferay-continuous-integration
              Copy link
              Collaborator

              CI is automatically triggering the following test suites:

              •     ci:test:relevant
              •     ci:test:sf

              The pull request will automatically be forwarded to the user brianchandotcom if the following test suites pass:

              •     ci:test:relevant
              •     ci:test:sf
              •     ci:test:stable

              @liferay-continuous-integration
              Copy link
              Collaborator

              Skipping previously passed test suites:
              ci:test:sf

              @liferay-continuous-integration
              Copy link
              Collaborator

              ✔️ ci:test:stable - 26 out of 26 jobs passed

              ✔️ ci:test:relevant - 76 out of 77 jobs passed in 1 hour 12 minutes

              Click here for more details.

              Base Branch:

              Branch Name: master
              Branch GIT ID: fb5dae4e7e06d0471f466d3762ce31a7ed393f14

              Upstream Comparison:

              Branch GIT ID: 926cc8a15fdb902acba54c4471cba873c9c6e4d7
              Jenkins Build URL: EE Development Acceptance (master) - 4373 - 2023-03-13[15:08:23]

              ci:test:stable - 26 out of 26 jobs PASSED
              26 Successful Jobs:
                ci:test:relevant - 75 out of 77 jobs PASSED

                2 Failed Jobs:

                75 Successful Jobs:
                  For more details click here.

                  This pull contains no unique failures.


                  Failures in common with acceptance upstream results at 926cc8a:
                  Test bundle downloads:

                  @liferay-continuous-integration
                  Copy link
                  Collaborator

                  All required test suite(s) passed.
                  Forwarding pull request to brianchandotcom.
                  Console

                  @liferay-continuous-integration
                  Copy link
                  Collaborator

                  Pull request has been successfully forwarded to brianchandotcom#131623
                  Console

                  @liferay-continuous-integration
                  Copy link
                  Collaborator

                  Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
                  Projects
                  None yet
                  Development

                  Successfully merging this pull request may close these issues.

                  3 participants