Re: [PATCH ndctl] ndctl/cxl/test: Add CXL event test

2023-07-27 Thread Dave Jiang
On 7/27/23 17:15, Ira Weiny wrote: Dave Jiang wrote: On 7/27/23 14:21, Ira Weiny wrote: Previously CXL event testing was run by hand. This reduces testing coverage including a lack of regression testing. Add a CXL test as part of the meson test infrastructure. Passing is predicated on

Re: [PATCH ndctl] ndctl/cxl/test: Add CXL event test

2023-07-27 Thread Ira Weiny
Dave Jiang wrote: > > > On 7/27/23 14:21, Ira Weiny wrote: > > Previously CXL event testing was run by hand. This reduces testing > > coverage including a lack of regression testing. > > > > Add a CXL test as part of the meson test infrastructure. Passing is > > predicated on receiving the

Re: [PATCH ndctl] ndctl/cxl/test: Add CXL event test

2023-07-27 Thread Dave Jiang
On 7/27/23 14:21, Ira Weiny wrote: Previously CXL event testing was run by hand. This reduces testing coverage including a lack of regression testing. Add a CXL test as part of the meson test infrastructure. Passing is predicated on receiving the appropriate number of errors in each log.

[PATCH ndctl] ndctl/cxl/test: Add CXL event test

2023-07-27 Thread Ira Weiny
Previously CXL event testing was run by hand. This reduces testing coverage including a lack of regression testing. Add a CXL test as part of the meson test infrastructure. Passing is predicated on receiving the appropriate number of errors in each log. Individual event values are not checked.