-
Notifications
You must be signed in to change notification settings - Fork 115
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
Failure of Bug468PerformanceTest.test #715
Comments
Failure of the testcase in Mac OS only. Fix provided as such performance time limit is increased to 75 seconds from 60 seconds only for Mac OS. The testcase took around 71 seconds for Mac OS in the build (https://github.com/eclipse-platform/eclipse.platform/actions/runs/6263790505/job/17008968379?pr=704) Fixes eclipse-platform#715
Failure of the testcase in Mac OS only. Fix provided as such performance time limit is increased to 75 seconds from 60 seconds only for Mac OS. The testcase took around 71 seconds for Mac OS in the build (https://github.com/eclipse-platform/eclipse.platform/actions/runs/6263790505/job/17008968379?pr=704) Fixes eclipse-platform#715
Failure of the testcase in Mac OS only. Fix provided as such performance time limit is increased to 75 seconds from 60 seconds only for Mac OS. The testcase took around 71 seconds for Mac OS in the build (https://github.com/eclipse-platform/eclipse.platform/actions/runs/6263790505/job/17008968379?pr=704) Fixes eclipse-platform#715
Failure of the testcase in Mac OS only. Fix provided as such performance time limit is increased to 75 seconds from 60 seconds only for Mac OS. The testcase took around 71 seconds for Mac OS in the build (https://github.com/eclipse-platform/eclipse.platform/actions/runs/6263790505/job/17008968379?pr=704) Fixes eclipse-platform#715
i got |
@lathapatil @iloveeclipse test was added for #468 |
There already is a PR for increasing the timeout: #852 And there was also some discussion in the PR for increasing the timeout on how to replace that performance test with a functional test, since no performance test is actually required here (and it obviously takes quite some build time, even if timeout is set properly). But as a quick fix I would like to merge the timeout change to have more stable builds and replace the test afterwards. |
This comment was marked as resolved.
This comment was marked as resolved.
The test often exceeds 60 seconds timeout on MacOS machines. Proposals for replacing the performance test with a functionality test have been made. To avoid spending more than a minute on a single test until the test has been replaced, this change disables the test until then. Contributes to eclipse-platform#715
Temporary disablement proposed in #891. One note for the test reimplementation: The test is currently written on JUnit 3, which is pretty outdated. When rewriting the test, please write it for JUnit 4/5 instead. |
For documentation of discussion in PR #852 on replacement of the performance test with a functional regression test:
See #852 (comment) |
The test often exceeds 60 seconds timeout on MacOS machines. Proposals for replacing the performance test with a functionality test have been made. To avoid spending more than a minute on a single test until the test has been replaced, this change disables the test until then. Contributes to #715
Extends the test disablement to be handled by JUnit 3. Contributes to eclipse-platform#715
Extends the test disablement to be handled by JUnit 3. Contributes to eclipse-platform#715
Extends the test disablement to be handled by JUnit 3. Contributes to #715
Is it expected to have below kind of testcase ? If yes , I am stuck with issues in completing the case .. I have written it to verify for given
Facing an error
And also tried with Argument capture
But, Facing an error here too
|
I am able to resolve the issues . @HeikoKlare I just need confirmation if this is the kind of testcase expected so that I can go for new PR |
Failure of the testcase in Mac OS only. Fix provided as such performance time limit is increased to 75 seconds from 60 seconds only for Mac OS. The testcase took around 71 seconds for Mac OS in the build (https://github.com/eclipse-platform/eclipse.platform/actions/runs/6263790505/job/17008968379?pr=704) Fixes eclipse-platform#715
Yes, that would be the idea for such a test case. |
Failure of the testcase in Mac OS only. Fix provided as such performance time limit is increased to 75 seconds from 60 seconds only for Mac OS. The testcase took around 71 seconds for Mac OS in the build (https://github.com/eclipse-platform/eclipse.platform/actions/runs/6263790505/job/17008968379?pr=704) Fixes eclipse-platform#715
Failure of the testcase in Mac OS only. Fix provided as such performance time limit is increased to 75 seconds from 60 seconds only for Mac OS. The testcase took around 71 seconds for Mac OS in the build (https://github.com/eclipse-platform/eclipse.platform/actions/runs/6263790505/job/17008968379?pr=704) Fixes eclipse-platform#715
Failure of the testcase in Mac OS only. Fix provided as such performance time limit is increased to 75 seconds from 60 seconds only for Mac OS. The testcase took around 71 seconds for Mac OS in the build (https://github.com/eclipse-platform/eclipse.platform/actions/runs/6263790505/job/17008968379?pr=704) Fixes eclipse-platform#715
Failure of the testcase in Mac OS only. Fix provided as such performance time limit is increased to 75 seconds from 60 seconds only for Mac OS. The testcase took around 71 seconds for Mac OS in the build (https://github.com/eclipse-platform/eclipse.platform/actions/runs/6263790505/job/17008968379?pr=704) Fixes eclipse-platform#715
Failure of the testcase in Mac OS only. Fix provided as such performance time limit is increased to 75 seconds from 60 seconds only for Mac OS. The testcase took around 71 seconds for Mac OS in the build (https://github.com/eclipse-platform/eclipse.platform/actions/runs/6263790505/job/17008968379?pr=704) Fixes eclipse-platform#715
Failure of the testcase in Mac OS only. Fix provided as such performance time limit is increased to 75 seconds from 60 seconds only for Mac OS. The testcase took around 71 seconds for Mac OS in the build (https://github.com/eclipse-platform/eclipse.platform/actions/runs/6263790505/job/17008968379?pr=704) Fixes eclipse-platform#715
Convert performance test to functional test case. Fixes eclipse-platform#715
Convert performance test to functional test case. Fixes eclipse-platform#715
Convert performance test to functional test case. Fixes eclipse-platform#715
The test often exceeds 60 seconds timeout on MacOS machines. Proposals for replacing the performance test with a functionality test have been made. To avoid spending more than a minute on a single test until the test has been replaced, this change disables the test until then. Contributes to eclipse-platform#715
Extends the test disablement to be handled by JUnit 3. Contributes to eclipse-platform#715
Convert performance test to functional test case. Fixes eclipse-platform#715
Convert performance test to functional test case. Fixes eclipse-platform#715
Convert performance test to functional test case. Fixes eclipse-platform#715 Review points addressed
Convert performance test to functional test case. Fixes eclipse-platform#715 Review points addressed The testcase from this class is moved to PropertyManagerTest.java
Convert performance test to functional test case. Fixes eclipse-platform#715 Review points addressed The testcase from this class is moved to PropertyManagerTest.java review points addressed review points addressed
Convert performance test to functional test case. Fixes eclipse-platform#715 Review points addressed The testcase from this class is moved to PropertyManagerTest.java review points addressed review points addressed
Convert performance test to functional test case. Fixes eclipse-platform#715 Review points addressed The testcase from this class is moved to PropertyManagerTest.java review points addressed review points addressed
Convert performance test to functional test case. Fixes eclipse-platform#715 Review points addressed The testcase from this class is moved to PropertyManagerTest.java review points addressed review points addressed
Convert performance test to functional test case. Fixes #715 Review points addressed The testcase from this class is moved to PropertyManagerTest.java review points addressed review points addressed
Failed in this build of #704
The text was updated successfully, but these errors were encountered: