https://bugs.openldap.org/show_bug.cgi?id=9463
Issue ID: 9463 Summary: back-wt: cumulative fix Product: OpenLDAP Version: 2.5 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: --- Component: backends Assignee: bugs@openldap.org Reporter: hamano@osstech.co.jp Target Milestone: ---
Hi, This is cumulative fix for back-wt. I'm sorry to making 2.5 patch has been delayed due to we're still using 2.4.
https://bugs.openldap.org/show_bug.cgi?id=9463
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #1 from Quanah Gibson-Mount quanah@openldap.org --- commit 2aaaf983156c3e740c26fdac67007ab861676cb6 Author: HAMANO Tsukasa hamano@osstech.co.jp Date: Wed Feb 10 22:56:09 2021 +0900
ITS#9463 cumulative fix for back-wt
https://bugs.openldap.org/show_bug.cgi?id=9463
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- I would note that this set of fixes has completely destabilized the test suite, resulting in a 96% failure rate when back-wiredtiger is enabled. There's likely significantly more work that needs to be done to make this backend usable.
https://bugs.openldap.org/show_bug.cgi?id=9463
--- Comment #3 from hamano@osstech.co.jp hamano@osstech.co.jp --- Which tests are more likely to fail? So far, many failures have been timing issues. I will work on improving the test. By the way, testing all backends is very expensive, so How about doing manual testing about minor backend instead of per-commit? You will be able to do a full test at the release point.
https://bugs.openldap.org/show_bug.cgi?id=9463
--- Comment #4 from Ondřej Kuzník ondra@mistotebe.net --- On Tue, Aug 17, 2021 at 04:27:09AM +0000, openldap-its@openldap.org wrote:
Which tests are more likely to fail?
I've seen test034 failing at least. You can run specific tests this way: ``` cd tests ./run -b <backend> -l <iterations> <test-script> ```
e.g. ./run -b wt -l 50 test034
So far, many failures have been timing issues. I will work on improving the test.
The point of CI is to test the code repeatedly, catching obvious bugs immediately and those that are not reproducible all the time at some point. Re-enable the backend in your fork (making sure you set appropriate CI timeout) and see if you can make it more reliable. If you find see what you thing is a timing issue, first explain how it pans out, why it's not a bug in the code being tested or an intrinsic issue of the test scenario - e.g. the second commit in MR!282 still lacks a decent explanation what it is that happens that you're trying to fix.
By the way, testing all backends is very expensive, so How about doing manual testing about minor backend instead of per-commit? You will be able to do a full test at the release point.
Symas do "full tests" at release point, which include a more thorough replication test, those that are not easily achievable in the current CI infrastructure. Also MR!347 attempts to introduce a new test platform that could run more comprehensive and robust tests much quicker.
Regards,
https://bugs.openldap.org/show_bug.cgi?id=9463
Ondřej Kuzník ondra@mistotebe.net changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.openldap.org/s | |how_bug.cgi?id=9631
https://bugs.openldap.org/show_bug.cgi?id=9463
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |goudal@enseirb.fr
--- Comment #5 from Quanah Gibson-Mount quanah@openldap.org --- *** Issue 9703 has been marked as a duplicate of this issue. ***
https://bugs.openldap.org/show_bug.cgi?id=9463
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.5.8
--- Comment #6 from Quanah Gibson-Mount quanah@openldap.org --- RE25: • 0a2cf7e6 by HAMANO Tsukasa at 2021-09-23T18:52:57+00:00 ITS#9463 cumulative fix for back-wt
https://bugs.openldap.org/show_bug.cgi?id=9463
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED