Re: [Libcg-devel] [PATCH v2 0/1] cgrulesengd: Do not ignore changes of short-lived processes

2019-06-10 Thread Dhaval Giani
On Fri, Jun 7, 2019 at 8:53 AM Michal Koutný wrote: > > On Fri, Jun 07, 2019 at 09:12:30AM -0600, Tom Hromatka > wrote: > > The v2 patch definitely improved the race condition, but I was still > > able to "confuse" cgrulesengd on my system by setting its niceness to > > 19 _and_ compiling the li

Re: [Libcg-devel] [PATCH v2 0/1] cgrulesengd: Do not ignore changes of short-lived processes

2019-06-10 Thread Dhaval Giani
Michal, I am unsure which is the correct version to apply. I seem to have recieved it 3 times. Can you please post a v3/4 (whichever is the latest number + 1) and I will merge it. Thanks! Dhaval ___ Libcg-devel mailing list Libcg-devel@lists.sourcefor

Re: [Libcg-devel] [PATCH 1/2] tests: Add functional test suite

2019-06-10 Thread Dhaval Giani
On Tue, Jun 4, 2019 at 1:34 PM Tom Hromatka wrote: > > This commit adds a functional test suite that utilizes lxc > containers to guarantee a non-destructive test environment. > > The tests can be invoked individually, as a group of related > tests, or from automake via the standard 'make check' >