From: "Nikolai Kondrashov" <Nikolai.Kondrashov@redhat.com>
To: Dmitry Vyukov <dvyukov@google.com>
Cc: kernelci@groups.io,
"Guillaume Tucker" <guillaume.tucker@collabora.com>,
"Philip Li" <philip.li@intel.com>,
kernelci-members@groups.io, nkondras@redhat.com,
"Don Zickus" <dzickus@redhat.com>,
syzkaller <syzkaller@googlegroups.com>,
"Iñaki Malerba" <imalerba@redhat.com>
Subject: Re: [kernelci-members] Working with the KernelCI project
Date: Thu, 1 Oct 2020 13:51:28 +0300 [thread overview]
Message-ID: <8635f854-d04a-628d-4930-2aa8030bc60a@redhat.com> (raw)
In-Reply-To: <CACT4Y+afQg88A4sJMaxe5tqLN3=rsCEBKCThLf5n4H24Mk3KBQ@mail.gmail.com>
On 10/1/20 11:43 AM, Dmitry Vyukov wrote:
> On Thu, Oct 1, 2020 at 10:30 AM Nikolai Kondrashov
> <Nikolai.Kondrashov@redhat.com> wrote:
>>
>> On 9/30/20 10:07 AM, Dmitry Vyukov wrote:
>> > On Tue, Sep 29, 2020 at 7:13 PM Nikolai Kondrashov
>> > <Nikolai.Kondrashov@redhat.com> wrote:
>> >> Regarding bisection results I was hoping we could represent that data
>> >> implicitly. I.e. by having information about which 'revision' comes after
>> >> which, and executing a query to find a pair of adjacent revisions one of which
>> >> has the bug and another doesn't. In theory that should be possible, but in
>> >> practice... well, you know :) If that fails, we can attach that data
>> >> explicitly somewhere. Or we can simply start with that to have it faster.
>> >
>> > Humm... interesting. I guess it can work. We could mark the issue as
>> > happening on the cause commit and as not happening on the previous
>> > commit.
>> > However, one problem is that we don't keep info about the previous
>> > commit as of now, we only store the root cause commit in the database.
>>
>> Something has to maintain the information on history connectivity, and so far
>> the plan was to let the submitting system do it. E.g. refer to a clone of the
>> repo they're testing. There's definitely more research and design to be done.
>>
>> However, you should've been testing the previous commit to be able to find the
>> root cause commit? Shouldn't you?
>
> We do. But that happens in a very different part of the system and
> that info is not kept in a structured form because it's not useful for
> anything in our system.
>
> Well, it actually turned out that it's not necessary to test all of
> the parents of a commit during bisection to point at a particular
> commit in some interesting git tree topologies.
Ah, I see I'll need to ask you more questions about bisections once we get to
that :)
>> > Another is that in git it's possible to have several preceding
>> > commits.
>>
>> Right, I didn't think through that yet. We might need a separate history link
>> object, then. Do you know if a commit can have more than two parents?
>
> Octopus merge commits can have lots of parents.
Right, I forgot about those.
Thank you!
Nick
next prev parent reply other threads:[~2020-10-01 10:51 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20200707222342.scrz75265etaqlmd@redhat.com>
[not found] ` <42d15463-e4ee-4c0b-c63f-dce7acb05e35@collabora.com>
[not found] ` <CACT4Y+ZLoBLFWRM+RcKZJyR2Hh5az9W8_329ShM9JuSg6V4uVw@mail.gmail.com>
[not found] ` <bbeeb467-1571-5404-7408-9b112d64e928@redhat.com>
[not found] ` <CACT4Y+a1t-9sT7xz7d=Wmesnn_QoUqfipmoZXBu40_B+GQy=nQ@mail.gmail.com>
2020-07-17 12:22 ` [kernelci-members] Working with the KernelCI project Nikolai Kondrashov
2020-08-03 9:25 ` Nikolai Kondrashov
2020-08-05 18:44 ` Dmitry Vyukov
2020-08-21 10:10 ` Nikolai Kondrashov
2020-09-28 12:48 ` Dmitry Vyukov
2020-09-28 13:15 ` Nikolai Kondrashov
2020-09-28 15:23 ` Dmitry Vyukov
2020-09-28 16:09 ` Dmitry Vyukov
2020-09-28 16:24 ` Dmitry Vyukov
2020-09-28 17:16 ` Nikolai Kondrashov
2020-09-29 7:52 ` Dmitry Vyukov
2020-09-29 17:13 ` Nikolai Kondrashov
2020-09-30 7:07 ` Dmitry Vyukov
2020-10-01 8:30 ` Nikolai Kondrashov
2020-10-01 8:43 ` Dmitry Vyukov
2020-10-01 10:51 ` Nikolai Kondrashov [this message]
2020-09-30 7:21 ` Dmitry Vyukov
2020-10-01 8:53 ` Nikolai Kondrashov
2020-09-30 7:31 ` Dmitry Vyukov
2020-10-01 8:57 ` Nikolai Kondrashov
[not found] ` <16397F50C12D08DD.21243@groups.io>
2020-09-30 16:07 ` Dmitry Vyukov
2020-10-01 10:48 ` Nikolai Kondrashov
2020-10-01 13:32 ` Nikolai Kondrashov
2020-10-01 14:48 ` Dmitry Vyukov
2020-10-01 15:49 ` Nikolai Kondrashov
2020-10-01 15:51 ` Nikolai Kondrashov
2020-10-01 16:00 ` Dmitry Vyukov
2020-10-01 16:34 ` Nikolai Kondrashov
2020-10-01 17:02 ` Dmitry Vyukov
2020-10-02 7:52 ` Dmitry Vyukov
2020-10-02 8:12 ` Nikolai Kondrashov
2020-10-02 9:02 ` Dmitry Vyukov
2020-10-02 9:08 ` Nikolai Kondrashov
2020-10-02 10:39 ` Nikolai Kondrashov
2020-10-02 13:40 ` Dmitry Vyukov
2020-10-02 8:12 ` Nikolai Kondrashov
2020-10-01 15:01 ` Dmitry Vyukov
2020-10-01 15:11 ` Nikolai Kondrashov
2020-10-01 15:36 ` Dmitry Vyukov
2020-10-01 15:40 ` Dmitry Vyukov
2020-10-01 15:58 ` Nikolai Kondrashov
2020-10-01 15:55 ` Nikolai Kondrashov
2020-10-01 16:03 ` Dmitry Vyukov
2020-10-01 16:28 ` Nikolai Kondrashov
2020-09-28 16:50 ` Nikolai Kondrashov
2020-09-28 16:49 ` Nikolai Kondrashov
2020-09-28 17:09 ` Dmitry Vyukov
[not found] ` <20200709110029.GB27682@intel.com>
[not found] ` <69138572-7241-1636-8018-34cd380ec540@redhat.com>
[not found] ` <20200713001929.GA1812@intel.com>
2020-07-22 12:42 ` Nikolai Kondrashov
2020-08-03 9:11 ` Nikolai Kondrashov
2020-08-04 0:13 ` Philip Li
2020-08-09 2:25 ` Philip Li
2020-08-10 8:50 ` Nikolai Kondrashov
2020-08-21 9:50 ` Nikolai Kondrashov
2020-08-21 10:19 ` Nikolai Kondrashov
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=8635f854-d04a-628d-4930-2aa8030bc60a@redhat.com \
--to=nikolai.kondrashov@redhat.com \
--cc=dvyukov@google.com \
--cc=dzickus@redhat.com \
--cc=guillaume.tucker@collabora.com \
--cc=imalerba@redhat.com \
--cc=kernelci-members@groups.io \
--cc=kernelci@groups.io \
--cc=nkondras@redhat.com \
--cc=philip.li@intel.com \
--cc=syzkaller@googlegroups.com \
/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