| Summary: | Performance tests are missing for JDT core | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Lars Vogel <Lars.Vogel> |
| Component: | Core | Assignee: | JDT-Core-Inbox <jdt-core-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | akurtakov, Lars.Vogel, manoj.palat, sravankumarl, stephan.herrmann |
| Version: | 4.7 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: |
https://git.eclipse.org/r/130658 https://git.eclipse.org/r/130659 |
||
| Whiteboard: | |||
|
Description
Lars Vogel
Sravan/Alex, can you tell me how works on the performance tests? New Gerrit change created: https://git.eclipse.org/r/130658 New Gerrit change created: https://git.eclipse.org/r/130659 With these two changes I can execute the performance tests locally (at least the once I tried, they run a very long time so I ran most of them one after the other). Can someone have a look and tell me if the change is OK? If yes, I will cleanup the zip file by deleting the .class files in the zip. So far two tests are failing: testDomAstCreationProjectJLS3 testFullBuildDefault -> I think testDomAstCreationProjectJLS3 can be removed as we do not have JLS3 projects anymore. Not sure what to do with testFullBuildDefault. (In reply to Lars Vogel from comment #5) > So far two tests are failing: > > testDomAstCreationProjectJLS3 > testFullBuildDefault > > -> I think testDomAstCreationProjectJLS3 can be removed as we do not have > JLS3 projects anymore. If you want to remove a test as being obsolete, please indicate by which other (remaining) test it is superseded. If there is no such newer test, then updating the old test would be better than removing (In reply to Stephan Herrmann from comment #6) > (In reply to Lars Vogel from comment #5) > > So far two tests are failing: > > > > testDomAstCreationProjectJLS3 > > testFullBuildDefault > If you want to remove a test as being obsolete, please indicate by which > other (remaining) test it is superseded. If there is no such newer test, > then updating the old test would be better than removing I will restore the test and set them to inactive. This way we can enable the rest of the test, AFAICS currently none are running. Bulk move out of 4.11 Sravan, looks like this one was fixed somewhere else. I see JDT core results. https://download.eclipse.org/eclipse/downloads/drops4/I20200118-1800/performance/org.eclipse.jdt.core.php?fp_type=0 |