-
Notifications
You must be signed in to change notification settings - Fork 5
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
base: master
Are you sure you want to change the base?
Conversation
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. |
ci:test:sf |
ci:test:relevant |
✔️ ci:test:sf - 1 out of 1 jobs passed in 6 minutesClick here for more details.Base Branch:Branch Name: master Sender Branch:Branch Name: LPD-50244 1 Successful Jobs:For more details click here. |
@@ -108,13 +98,16 @@ public void testPostSpecificationListTypeDefinition() throws Exception { | |||
_cpSpecificationOption.getCPSpecificationOptionId(), 0L)); | |||
} | |||
|
|||
protected String[] getAdditionalAssertFieldNames() { |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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()); |
There was a problem hiding this comment.
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() |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this
@Test
public void testGraphQLDeleteProductConfigurationListAccountGroup()
throws Exception {
Assert.assertTrue(false);
}
Jenkins Build:test-portal-source-format#7795 Jenkins Report:jenkins-report.html Jenkins Suite:sf Pull Request:liferay-commerce#5986 Testray Routine:EE Pull Request Testray Build:[master] ci:test:sf - CrescenzoRegaLF > liferay-commerce - PR#5986 - 2025-02-28[07:26:59] Testray Build ID: Testray Importer:publish-testray-report#5541 |
❌ ci:test:stable - 23 out of 24 jobs passed❌ ci:test:relevant - 39 out of 44 jobs passed in 2 hours 9 minutesClick here for more details.Base Branch:Branch Name: master Upstream Comparison:Branch GIT ID: 55d1ceb821cd4bbb0be8f65278556eeb45a6983a ci:test:stable - 23 out of 24 jobs PASSED1 Failed Jobs:
23 Successful Jobs:ci:test:relevant - 39 out of 44 jobs PASSED5 Failed Jobs:
39 Successful Jobs:For more details click here.Failures unique to this pull:
Failures in common with acceptance upstream results at 55d1ceb: |
Jenkins Build:test-portal-acceptance-pullrequest(master)#11929 Jenkins Report:jenkins-report.html Jenkins Suite:relevant Pull Request:liferay-commerce#5986 Testray Routine:EE Pull Request Testray Build:[master] ci:test:relevant - CrescenzoRegaLF > liferay-commerce - PR#5986 - 2025-02-28[09:43:24] Testray Build ID: Testray Importer:publish-testray-report#24596 |
https://liferay.atlassian.net/browse/LPD-50244