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

LPD-50244 Implementing skipped integration tests #5986

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CrescenzoRegaLF
Copy link
Collaborator

@liferay-continuous-integration
Copy link
Collaborator

To conserve resources, the PR Tester does not automatically run for every pull.

If your code changes were already tested in another pull, reference that pull in this pull so the test results can be analyzed.

If your pull was never tested, comment "ci:test" to run the PR Tester for this pull.

@CrescenzoRegaLF
Copy link
Collaborator Author

ci:test:sf

@CrescenzoRegaLF
Copy link
Collaborator Author

ci:test:relevant

@liferay-continuous-integration
Copy link
Collaborator

✔️ ci:test:sf - 1 out of 1 jobs passed in 6 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 55d8c2f17994f074d988d0d80d66c6adc55a5949

Sender Branch:

Branch Name: LPD-50244
Branch GIT ID: bed19a64b70693447813d6742f994c2dacfb3c85

1 out of 1jobs PASSED
1 Successful Jobs:
For more details click here.

@@ -108,13 +98,16 @@ public void testPostSpecificationListTypeDefinition() throws Exception {
_cpSpecificationOption.getCPSpecificationOptionId(), 0L));
}

protected String[] getAdditionalAssertFieldNames() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing override

@@ -125,12 +118,49 @@ public void testPostSpecificationListTypeDefinition() throws Exception {
return _cpSpecificationOption.getCPSpecificationOptionId();
}

protected ListTypeDefinition
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing override

Long id, ListTypeDefinition listTypeDefinition)
throws Exception {

return _addListTypeDefinition(randomListTypeDefinition());
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it correct that here we generate another random and not use the parameter one?

return _addListTypeDefinition(randomListTypeDefinition());
}

protected Long testGetSpecificationIdListTypeDefinitionsPage_getId()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing override

@@ -124,12 +107,30 @@ public void testDeleteProductConfigurationListAccountGroup()
Assert.assertEquals(0, page.getTotalCount());
}

@Ignore
@Override
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: what does wrong the "base" test that we need to override?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@liferay-continuous-integration
Copy link
Collaborator

@liferay-continuous-integration
Copy link
Collaborator

❌ ci:test:stable - 23 out of 24 jobs passed

❌ ci:test:relevant - 39 out of 44 jobs passed in 2 hours 9 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 55d8c2f17994f074d988d0d80d66c6adc55a5949

Upstream Comparison:

Branch GIT ID: 55d1ceb821cd4bbb0be8f65278556eeb45a6983a
Jenkins Build URL: EE Development Acceptance (master) - 1209 - 2025-02-25[08:38:59]

ci:test:stable - 23 out of 24 jobs PASSED

1 Failed Jobs:

23 Successful Jobs:
    ci:test:relevant - 39 out of 44 jobs PASSED

    5 Failed Jobs:

    39 Successful Jobs:
      For more details click here.

      Failures unique to this pull:

      1. modules-compile/0/0
             [exec] * What went wrong:
             [exec] Execution failed for task ':apps:commerce:commerce-payment-test:compileTestIntegrationJava'.
             [exec] > Compilation failed; see the compiler error output for details.
             [exec] 
        1. com.liferay.jenkins.JenkinsLogAsserterTest

      Failures in common with acceptance upstream results at 55d1ceb:

      @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