-
Notifications
You must be signed in to change notification settings - Fork 123
dini: Plugin Breaks Test Suite #1713
Comments
Thank you for reporting the issue!
Sorry, my mistake. Unfortunately, we do not have a workflow to build a Debian package with a new plugin without merging to master first. Thus I merged it without creating a PR. I opened a separate issue for the workflow problem in #1714. Nevertheless, you are right: not breaking the master is more important than being able to build Debian packages sooner. I thought that a new experimental plugin in master is acceptable (even if it does not work) but it seems like my assumption was wrong.
This build job should be changed to use dini instead. But more work is needed until this works.
I saw this already but I have not found the problem yet. (And I get different ASAN errors locally, not caused by this PR, so I cannot reproduce.) Might be fixed with 518440b. |
Seems like the change introduced a new error (warning): https://travis-ci.org/ElektraInitiative/libelektra/jobs/310956065 Hopefully fixed in 59d73b0 |
Proposal accepted for future (thus proposal removed) but ASAN error unfortunately still not fixed (thus help wanted added). Reproducing is difficult because there are still plenty of ASAN errors in Debian Stretch. |
Seems like also the testshell_markdown_dini sometimes fails. I added the todos to #1693. |
@sanssecours What about dropping support for Ubuntu Trusty (14.04)? (Or at least the ASAN build for it.) It is even older than Debian Jessie (April 26th, 2015). I wonder in which ways travis modified Trusty. (Or is it even using Ubuntu Trusty?) When I bootstrapped trusty I got cmake v2.8, not supported by Elektra anymore. Thus I could not reproduce the ASAN problem. |
I do not like the idea. I just fixed two memory leaks reported by the Travis ASAN build. However, I agree that Ubuntu Trusty is (horribly) outdated. As far as I can tell Travis should add support for the less outdated Ubuntu Xenial on December 11th 🙌.
The Travis documentation lists some of the modifications. The documentation is quite vague though:
. At least I do not really know what version of CMake is considered “modern”. |
Thank you for the quick reply!
If they exchange core components they should not call it Ubuntu Trusty.
So lets wait for 3 days and see which ASAN errors we get with Ubuntu Xenial. (Hopefully they provide a real Ubuntu Xenial and not a modified one.) |
Seems like elektra-ini-mergerequest is now fixed. For ASAN multiple problems exist: https://build.libelektra.org/jenkins/job/elektra-clang-asan/lastFailedBuild/console Were they all introduced with the dini plugin? |
The tests:
fail both on Travis and on Jenkins. Since the Travis ASAN build worked before commit 2bac405, I would assume the failures were introduced by
show problems in |
Thank you for fixing it! |
I thought we found a way to suppress wrongly found ASAN errors. Can't we add the libstdc++ problems to |
Hm, I never thought about that 😄. I guess you are right. I added an ToDo to issue #1725. |
Description
Unfortunately the latest merge commit to master breaks
elektra-ini-mergerequest
and.
Proposal
It would be great if we require that everyone opens a pull request before she or he merges non-trivial changes. This way we can check if new code breaks anything. Merging non-working code to
master
might break the workflow of other developers, who regularly rebase their work on the lastest version of the code base.The text was updated successfully, but these errors were encountered: