| Summary: | Rewriting WDF test TestSequence.testAllocSize | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Sabine Heider <sabine.heider> |
| Component: | Eclipselink | Assignee: | Tom Ware <tom.ware> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | tom.ware |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | submitted_patch | ||
| Bug Depends on: | |||
| Bug Blocks: | 383862 | ||
|
Description
Sabine Heider
I made a github contribution for the change and created a pull request: https://github.com/sabineheider/eclipselink.runtime/commit/b720c1e991658d6be461d1f47851c982b8bd0cc6 I assert that I: - authored 100% the content I am contributing - have the rights to donate the content to Eclipse - contribute the content under the EPL Checked fix into master. Reviewed by: Tom Ware reviewed user submitted fix Tested with JPA and Core LRG HANA testing done by contributor Commit 98e20c53bc6c6eaedac04c7ead8b8696d13d0787 The change caused a failure on MySQL. The test is actually supposed to be skipped on MySQL, but the skip mechanism failed (due to my attempt to skip the test both in a server environment and for certain databases). I fixed the test runner so that it can handle this case. Github contribution: https://github.com/sabineheider/eclipselink.runtime/commit/28123de6556a0c4fab8cdd6a7cab30555611990e I assert that I: - authored 100% the content I am contributing - have the rights to donate the content to Eclipse - contribute the content under the EPL There is still a bug in the skip logic. I will prepare another patch to fix that today. Maybe you want to wait for it so that you can apply and test both commits at once? Sorry for the inconvenience. I gave up changing the skip logic because of too many side effects. Please forget the change from comment 5 and use the following one instead: https://github.com/sabineheider/eclipselink.runtime/commit/50f6f045b53998ee0186fb053cfe1e36f786c1a5 I assert that I: - authored 100% the content I am contributing - have the rights to donate the content to Eclipse - contribute the content under the EPL Tested the WDF test suite with MySQL - okay. CHhecked in new fix: 50a2e589deb1113c7f075e9ebe8220630c0c801a The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink |