From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Alex Kiernan <alex.kiernan@gmail.com>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>,
"Shinde, Yash" <Yash.Shinde@windriver.com>,
openembedded-core <openembedded-core@lists.openembedded.org>,
"MacLeod, Randy" <Randy.MacLeod@windriver.com>,
"Kokkonda, Sundeep" <Sundeep.Kokkonda@windriver.com>,
"Gowda, Naveen" <Naveen.Gowda@windriver.com>
Subject: Re: [OE-core] Rust Oe-Selftest implementation V15 Testing
Date: Wed, 19 Jul 2023 18:04:24 +0100 [thread overview]
Message-ID: <38b5f87f82739ca3d37056d31d21dad703c85ba0.camel@linuxfoundation.org> (raw)
In-Reply-To: <CAO5Uq5RCBj7YC1iML5ZRuOxBvfgNMGmtvHbanOnasCYgL0JaSw@mail.gmail.com>
On Wed, 2023-07-19 at 12:58 +0100, Alex Kiernan wrote:
> On Wed, Jul 19, 2023 at 11:49 AM Richard Purdie
> <richard.purdie@linuxfoundation.org> wrote:
> >
> > On Mon, 2023-07-17 at 16:08 +0100, Richard Purdie wrote:
> > > On Mon, 2023-07-17 at 16:34 +0200, Alexandre Belloni wrote:
> > > > Hello,
> > > >
> > > > I got some feedback from RP:
> > > >
> > > > http://autobuilder.yocto.io/pub/non-release/20230716-18/testresults/testresult-report.txt
> > > >
> > > > This shows warnings for duplicate tests and he also asks being where the
> > > > qemuarm64 went, both issues being probably related.
> > >
> > > I had a look and you probably need to add a:
> > >
> > > @OETestTag("toolchain-user")
> > > @OETestTag("runqemu")
> > > class RustSelfTestBase(RustSelfTestSystemEmulated):
> > > def test_check(self):
> > > self.test_rust()
> > >
> > > section to the tests to allow the tests to run for the non-IA
> > > architectures that use usermode emulation for the other tests which
> > > rust can't.
> > >
> > > That then just brings the question of why there are duplicate tests
> > > results being reported. This is where the result for an ID is being
> > > reported more than once. I haven't looked into why that might be
> > > happening.
> >
> > I really do want to get this rust test suite issue resolved so I went
> > digging into the code to find out what is really going on.
> >
> > Firstly, the duplicate test results. The issue is that you defined the
> > core class like this:
> >
> > class RustSelfTestSystemEmulated(OESelftestTestCase, OEPTestResultTestCase):
> > def test_rust
> >
> > and python unittest has a convention where anything starting "test_" is
> > a test.
> >
> > This meant that the rust test ran unguarded in all the oe-selftest
> > targets on the autobuilder and not just in the toolchain-system
> > filtered section.
> >
> > The easiest fix is to drop the RustSelfTestBase class and move the
> > toolchain-system decorator to RustSelfTestSystemEmulated. That will
> > resolve the duplicate test warnings and ensure things run where they
> > should. You could have worked out this issue by finding that there were
> > rust test results in oe-selftest-* testresults.json files, e.g. here:
> >
> > http://autobuilder.yocto.io/pub/non-release/20230716-18/testresults/oe-selftest-centos/oeqa/testresults.json
> >
> > Moving on, the test result names really don't look good with the
> > "[ui] " and similar prefixes in the results file. I've patched a tweak
> > in to drop that.
> >
> > I also noticed that there were no skipped tests being reported in the
> > results. This was due to "SKIP" being used instead of "SKIPPED" which
> > resulttool looks for.
> >
> > We need to also add the toolchain-user decorator to make sure that the
> > tests run for the "user" architectures since we don't have any user
> > mode rust test equivalent.
> >
> > I've rolled all these changes into a patch on master-next:
> >
> > https://git.yoctoproject.org/poky/commit/?h=master-next&id=46ab84785da15ac156ee0b4a693ce8bb5ccf8c22
> >
> > which I'll put into testing.
> >
> > Looking to the future, I have concerns about the ease of maintenance of
> > this huge patch to rust to disable failing tests. I'd propose we change
> > this to a hardcoded list of tests to ignore in the result parsing code
> > which will be easier to maintain in the future.
> >
>
> That feels far more maintainable - the scale of the patch really
> concerned me. Also I guess if it's just a list, then running with
> everything enabled on upgrade to see what passes/fails would be a
> relatively easy option.
I've gone ahead and merged the rust selftest changes since we had a
successful test run on the autobuilder and I think that patch series
has gone on long enough. I pushed my tweaks in a follow up commit.
I'd happily take a patch changing the current patch for the approach
mentioned above as a next step. I appreciate it will mean we need to
tweak the 1.71.0 update but felt getting the tests in was probably the
next logical step.
Cheers,
Richard
prev parent reply other threads:[~2023-07-19 17:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <efa2be27-b66e-3ec5-dc5c-872e4480055a@windriver.com>
[not found] ` <CH2PR11MB44707BB142B48AA62AB5FF5A89499@CH2PR11MB4470.namprd11.prod.outlook.com>
[not found] ` <SJ1PR11MB6129C95690F5CECB834AF2EBEB5BA@SJ1PR11MB6129.namprd11.prod.outlook.com>
[not found] ` <2023061619564473739a2d@mail.local>
[not found] ` <2023061809292129ae9b9e@mail.local>
[not found] ` <SJ1PR11MB6129BF560606CCE63FF83457EB23A@SJ1PR11MB6129.namprd11.prod.outlook.com>
[not found] ` <365cabd0-72a1-6ec8-d7be-fff24311934c@windriver.com>
[not found] ` <d6c84ad89f53c685be3defa3f8ac9fa6a19c889c.camel@linuxfoundation.org>
[not found] ` <20230630131626130a658b@mail.local>
[not found] ` <SJ1PR11MB6129783A802FD0B5B8713D64EB36A@SJ1PR11MB6129.namprd11.prod.outlook.com>
[not found] ` <20230717143459f37f8da6@mail.local>
[not found] ` <8d7b610d82cb606aebba1bc582176b072375f3ed.camel@linuxfoundation.org>
2023-07-19 10:49 ` Rust Oe-Selftest implementation V15 Testing Richard Purdie
2023-07-19 11:58 ` [OE-core] " Alex Kiernan
2023-07-19 13:14 ` Kokkonda, Sundeep
2023-07-19 17:04 ` Richard Purdie [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=38b5f87f82739ca3d37056d31d21dad703c85ba0.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=Naveen.Gowda@windriver.com \
--cc=Randy.MacLeod@windriver.com \
--cc=Sundeep.Kokkonda@windriver.com \
--cc=Yash.Shinde@windriver.com \
--cc=alex.kiernan@gmail.com \
--cc=alexandre.belloni@bootlin.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox