* Review: 13918 Want kernel test facility (IPD 20)
@ 2021-07-09 4:04 Ryan Zezeski
2023-02-24 17:18 ` [developer] " Ryan Zezeski
0 siblings, 1 reply; 5+ messages in thread
From: Ryan Zezeski @ 2021-07-09 4:04 UTC (permalink / raw)
To: illumos-developer
I would appreciate anyone who can look at my proposed implementation of
the Kernel Test Facility (aka ktest), as described in IPD 20. I would
have liked to include more tests out of the gate, but honestly I think
this chunk of work is already large enough as it is, and there are those
who would have made use of ktest a year ago had it been ready. I also
left a few TODOs in there, all of which I feel would be best done as
follow-up changes.
CR: https://code.illumos.org/c/illumos-gate/+/1585
Ticket: https://www.illumos.org/issues/13918
IPD: https://github.com/illumos/ipd/blob/master/ipd/0020/README.adoc
-Ryan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [developer] Review: 13918 Want kernel test facility (IPD 20)
2021-07-09 4:04 Review: 13918 Want kernel test facility (IPD 20) Ryan Zezeski
@ 2023-02-24 17:18 ` Ryan Zezeski
2024-02-05 4:03 ` Ryan Zezeski
0 siblings, 1 reply; 5+ messages in thread
From: Ryan Zezeski @ 2023-02-24 17:18 UTC (permalink / raw)
To: illumos-developer
Almost two years later and I finally got around to addressing CR. I am
sorry for such an extreme delay.
Coming back to this with fresh eyes gave me a new perspective on some
aspects of the implementation. I think it's now a bit simpler. I also
added man pages for the command and kernel APIs. I have a more thorough
list in the CR comments. Speaking of the CR, given the length of time
between updates the diff view seems very confused if you diff patchset
#1 and #3. I'm happy to create an entirely new CR if that's desired.
There's certainly still rough spots in places, but I thought that's
where the list could help me out. I'd like to get the initial version in
that is "good enough" so that this is no longer something just sitting
on a branch and others can improve on it without waiting for my slow
ass.
I also updated the IPD to reflect the changes I've made in the
implementation.
CR: https://code.illumos.org/c/illumos-gate/+/1585
Ticket: https://www.illumos.org/issues/13918
IPD: https://github.com/illumos/ipd/blob/master/ipd/0020/README.adoc
-Ryan
Ryan Zezeski <ryan@zinascii.com> writes:
> I would appreciate anyone who can look at my proposed implementation of
> the Kernel Test Facility (aka ktest), as described in IPD 20. I would
> have liked to include more tests out of the gate, but honestly I think
> this chunk of work is already large enough as it is, and there are those
> who would have made use of ktest a year ago had it been ready. I also
> left a few TODOs in there, all of which I feel would be best done as
> follow-up changes.
>
> CR: https://code.illumos.org/c/illumos-gate/+/1585
> Ticket: https://www.illumos.org/issues/13918
> IPD: https://github.com/illumos/ipd/blob/master/ipd/0020/README.adoc
>
> -Ryan
>
> ------------------------------------------
> illumos: illumos-developer
> Permalink: https://illumos.topicbox.com/groups/developer/T95078dcc9ecf4b91-M04f4542d95a640830ced6d9b
> Delivery options: https://illumos.topicbox.com/groups/developer/subscription
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [developer] Review: 13918 Want kernel test facility (IPD 20)
2023-02-24 17:18 ` [developer] " Ryan Zezeski
@ 2024-02-05 4:03 ` Ryan Zezeski
2024-02-15 5:38 ` Robert Mustacchi
2024-07-14 17:24 ` Ryan Zezeski
0 siblings, 2 replies; 5+ messages in thread
From: Ryan Zezeski @ 2024-02-05 4:03 UTC (permalink / raw)
To: illumos-developer
I am once again asking for review. I've rebased, rebuilt, and retested.
I took a hiatus for a while, but I'm thinking I'm back. I'd like to start
by getting this across the finish line.
https://code.illumos.org/c/illumos-gate/+/1585
I also believe I still need someone to officially sponsor the IPD.
https://github.com/illumos/ipd/blob/master/ipd/0020/README.adoc
Ryan Zezeski <ryan@zinascii.com> writes:
> Almost two years later and I finally got around to addressing CR. I am
> sorry for such an extreme delay.
>
> Coming back to this with fresh eyes gave me a new perspective on some
> aspects of the implementation. I think it's now a bit simpler. I also
> added man pages for the command and kernel APIs. I have a more thorough
> list in the CR comments. Speaking of the CR, given the length of time
> between updates the diff view seems very confused if you diff patchset
> #1 and #3. I'm happy to create an entirely new CR if that's desired.
>
> There's certainly still rough spots in places, but I thought that's
> where the list could help me out. I'd like to get the initial version in
> that is "good enough" so that this is no longer something just sitting
> on a branch and others can improve on it without waiting for my slow
> ass.
>
> I also updated the IPD to reflect the changes I've made in the
> implementation.
>
> CR: https://code.illumos.org/c/illumos-gate/+/1585
> Ticket: https://www.illumos.org/issues/13918
> IPD: https://github.com/illumos/ipd/blob/master/ipd/0020/README.adoc
>
> -Ryan
>
> Ryan Zezeski <ryan@zinascii.com> writes:
>
>> I would appreciate anyone who can look at my proposed implementation of
>> the Kernel Test Facility (aka ktest), as described in IPD 20. I would
>> have liked to include more tests out of the gate, but honestly I think
>> this chunk of work is already large enough as it is, and there are those
>> who would have made use of ktest a year ago had it been ready. I also
>> left a few TODOs in there, all of which I feel would be best done as
>> follow-up changes.
>>
>> CR: https://code.illumos.org/c/illumos-gate/+/1585
>> Ticket: https://www.illumos.org/issues/13918
>> IPD: https://github.com/illumos/ipd/blob/master/ipd/0020/README.adoc
>>
>> -Ryan
>
> ------------------------------------------
> illumos: illumos-developer
> Permalink: https://illumos.topicbox.com/groups/developer/T95078dcc9ecf4b91-M32be73f6cacabb58346263d3
> Delivery options: https://illumos.topicbox.com/groups/developer/subscription
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [developer] Review: 13918 Want kernel test facility (IPD 20)
2024-02-05 4:03 ` Ryan Zezeski
@ 2024-02-15 5:38 ` Robert Mustacchi
2024-07-14 17:24 ` Ryan Zezeski
1 sibling, 0 replies; 5+ messages in thread
From: Robert Mustacchi @ 2024-02-15 5:38 UTC (permalink / raw)
To: illumos-developer, Ryan Zezeski
On 2/4/24 20:03, Ryan Zezeski wrote:
>
> I am once again asking for review. I've rebased, rebuilt, and retested.
> I took a hiatus for a while, but I'm thinking I'm back. I'd like to start
> by getting this across the finish line.
>
> https://code.illumos.org/c/illumos-gate/+/1585
>
> I also believe I still need someone to officially sponsor the IPD.
>
> https://github.com/illumos/ipd/blob/master/ipd/0020/README.adoc
I'm happy to sponsor it and will follow up on that.
Robert
> Ryan Zezeski <ryan@zinascii.com> writes:
>
>> Almost two years later and I finally got around to addressing CR. I am
>> sorry for such an extreme delay.
>>
>> Coming back to this with fresh eyes gave me a new perspective on some
>> aspects of the implementation. I think it's now a bit simpler. I also
>> added man pages for the command and kernel APIs. I have a more thorough
>> list in the CR comments. Speaking of the CR, given the length of time
>> between updates the diff view seems very confused if you diff patchset
>> #1 and #3. I'm happy to create an entirely new CR if that's desired.
>>
>> There's certainly still rough spots in places, but I thought that's
>> where the list could help me out. I'd like to get the initial version in
>> that is "good enough" so that this is no longer something just sitting
>> on a branch and others can improve on it without waiting for my slow
>> ass.
>>
>> I also updated the IPD to reflect the changes I've made in the
>> implementation.
>>
>> CR: https://code.illumos.org/c/illumos-gate/+/1585
>> Ticket: https://www.illumos.org/issues/13918
>> IPD: https://github.com/illumos/ipd/blob/master/ipd/0020/README.adoc
>>
>> -Ryan
>>
>> Ryan Zezeski <ryan@zinascii.com> writes:
>>
>>> I would appreciate anyone who can look at my proposed implementation of
>>> the Kernel Test Facility (aka ktest), as described in IPD 20. I would
>>> have liked to include more tests out of the gate, but honestly I think
>>> this chunk of work is already large enough as it is, and there are those
>>> who would have made use of ktest a year ago had it been ready. I also
>>> left a few TODOs in there, all of which I feel would be best done as
>>> follow-up changes.
>>>
>>> CR: https://code.illumos.org/c/illumos-gate/+/1585
>>> Ticket: https://www.illumos.org/issues/13918
>>> IPD: https://github.com/illumos/ipd/blob/master/ipd/0020/README.adoc
>>>
>>> -Ryan
>
> ------------------------------------------
> illumos: illumos-developer
> Permalink: https://illumos.topicbox.com/groups/developer/T95078dcc9ecf4b91-Me6ea8b7a0f822e78e3e6a5ca
> Delivery options: https://illumos.topicbox.com/groups/developer/subscription
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [developer] Review: 13918 Want kernel test facility (IPD 20)
2024-02-05 4:03 ` Ryan Zezeski
2024-02-15 5:38 ` Robert Mustacchi
@ 2024-07-14 17:24 ` Ryan Zezeski
1 sibling, 0 replies; 5+ messages in thread
From: Ryan Zezeski @ 2024-07-14 17:24 UTC (permalink / raw)
To: illumos-developer
Ryan Zezeski <ryan@zinascii.com> writes:
Bringing this back up for review as I was told it might be of use to
someone. IPD 20 is now marked as published as well.
https://code.illumos.org/c/illumos-gate/+/1585
> I am once again asking for review. I've rebased, rebuilt, and retested.
> I took a hiatus for a while, but I'm thinking I'm back. I'd like to start
> by getting this across the finish line.
>
> https://code.illumos.org/c/illumos-gate/+/1585
>
> I also believe I still need someone to officially sponsor the IPD.
>
> https://github.com/illumos/ipd/blob/master/ipd/0020/README.adoc
>
>
> Ryan Zezeski <ryan@zinascii.com> writes:
>
>> Almost two years later and I finally got around to addressing CR. I am
>> sorry for such an extreme delay.
>>
>> Coming back to this with fresh eyes gave me a new perspective on some
>> aspects of the implementation. I think it's now a bit simpler. I also
>> added man pages for the command and kernel APIs. I have a more thorough
>> list in the CR comments. Speaking of the CR, given the length of time
>> between updates the diff view seems very confused if you diff patchset
>> #1 and #3. I'm happy to create an entirely new CR if that's desired.
>>
>> There's certainly still rough spots in places, but I thought that's
>> where the list could help me out. I'd like to get the initial version in
>> that is "good enough" so that this is no longer something just sitting
>> on a branch and others can improve on it without waiting for my slow
>> ass.
>>
>> I also updated the IPD to reflect the changes I've made in the
>> implementation.
>>
>> CR: https://code.illumos.org/c/illumos-gate/+/1585
>> Ticket: https://www.illumos.org/issues/13918
>> IPD: https://github.com/illumos/ipd/blob/master/ipd/0020/README.adoc
>>
>> -Ryan
>>
>> Ryan Zezeski <ryan@zinascii.com> writes:
>>
>>> I would appreciate anyone who can look at my proposed implementation of
>>> the Kernel Test Facility (aka ktest), as described in IPD 20. I would
>>> have liked to include more tests out of the gate, but honestly I think
>>> this chunk of work is already large enough as it is, and there are those
>>> who would have made use of ktest a year ago had it been ready. I also
>>> left a few TODOs in there, all of which I feel would be best done as
>>> follow-up changes.
>>>
>>> CR: https://code.illumos.org/c/illumos-gate/+/1585
>>> Ticket: https://www.illumos.org/issues/13918
>>> IPD: https://github.com/illumos/ipd/blob/master/ipd/0020/README.adoc
>>>
>>> -Ryan
>
> ------------------------------------------
> illumos: illumos-developer
> Permalink: https://illumos.topicbox.com/groups/developer/T95078dcc9ecf4b91-Me6ea8b7a0f822e78e3e6a5ca
> Delivery options: https://illumos.topicbox.com/groups/developer/subscription
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-07-14 17:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-09 4:04 Review: 13918 Want kernel test facility (IPD 20) Ryan Zezeski
2023-02-24 17:18 ` [developer] " Ryan Zezeski
2024-02-05 4:03 ` Ryan Zezeski
2024-02-15 5:38 ` Robert Mustacchi
2024-07-14 17:24 ` Ryan Zezeski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).