Re: Problem with iotest 233

2025-02-25 Thread Kevin Wolf
Am 25.02.2025 um 08:20 hat Thomas Huth geschrieben: > > Hi! > > I'm facing a weird hang in iotest 233 on my Fedora 41 laptop. When running > > ./check -raw 233 > > the test simply hangs. Looking at the log, the last message is "== check > plain client to TLS server fails ==". I added some deb

Re: Problem with iotest 233

2025-02-25 Thread Thomas Huth
On 25/02/2025 22.00, Thomas Huth wrote: On 25/02/2025 21.35, Thomas Huth wrote: On 25/02/2025 18.57, Daniel P. Berrangé wrote: On Tue, Feb 25, 2025 at 06:52:43PM +0100, Thomas Huth wrote: On 25/02/2025 18.44, Thomas Huth wrote: On 25/02/2025 11.12, Kevin Wolf wrote: Am 25.02.2025 um 08:20 ha

Re: Problem with iotest 233

2025-02-25 Thread Thomas Huth
On 25/02/2025 18.57, Daniel P. Berrangé wrote: On Tue, Feb 25, 2025 at 06:52:43PM +0100, Thomas Huth wrote: On 25/02/2025 18.44, Thomas Huth wrote: On 25/02/2025 11.12, Kevin Wolf wrote: Am 25.02.2025 um 08:20 hat Thomas Huth geschrieben:   Hi! I'm facing a weird hang in iotest 233 on my F

Re: Problem with iotest 233

2025-02-25 Thread Thomas Huth
On 25/02/2025 21.35, Thomas Huth wrote: On 25/02/2025 18.57, Daniel P. Berrangé wrote: On Tue, Feb 25, 2025 at 06:52:43PM +0100, Thomas Huth wrote: On 25/02/2025 18.44, Thomas Huth wrote: On 25/02/2025 11.12, Kevin Wolf wrote: Am 25.02.2025 um 08:20 hat Thomas Huth geschrieben:    Hi! I'm

[PATCH 1/2] hw/ufs: Add temperature event notification support

2025-02-25 Thread Keoseong Park
This patch introduces temperature event notification support to the UFS emulation. It enables the emulated UFS device to generate temperature-related events, including high and low temperature notifications, in compliance with the UFS specification. With this feature, UFS drivers can now handle te

[PATCH 2/2] tests/qtest/ufs-test: Add test code for the temperature feature

2025-02-25 Thread Keoseong Park
This commit adds tests to verify the correctness of query attribute results related to the temperature feature. It ensures that querying temperature attributes returns expected values. Signed-off-by: Keoseong Park --- tests/qtest/ufs-test.c | 24 1 file changed, 24 inser

[PATCH 0/2] hw/ufs: Add temperature event support and test cases

2025-02-25 Thread Keoseong Park
This patch series introduces temperature event notification support in the UFS emulation and adds corresponding test cases to validate the feature. The first patch enables the UFS emulation to generate temperature-related events, including high and low temperature notifications, following the UFS

Re: Problem with iotest 233

2025-02-25 Thread Daniel P . Berrangé
On Tue, Feb 25, 2025 at 06:52:43PM +0100, Thomas Huth wrote: > On 25/02/2025 18.44, Thomas Huth wrote: > > On 25/02/2025 11.12, Kevin Wolf wrote: > > > Am 25.02.2025 um 08:20 hat Thomas Huth geschrieben: > > > > > > > >   Hi! > > > > > > > > I'm facing a weird hang in iotest 233 on my Fedora 41 l

Re: [PATCH] iotests: Stop NBD server in test 162 before starting the next one

2025-02-25 Thread Thomas Huth
On 25/02/2025 08.06, Thomas Huth wrote: Test 162 recently started failing for me for no obvious reasons (I did not spot any suspicious commits in this area), but looking in the 162.out.bad log file, there was a suspicious message at the end: qemu-nbd: Cannot lock pid file: Resource temporarily

Re: Problem with iotest 233

2025-02-25 Thread Thomas Huth
On 25/02/2025 18.44, Thomas Huth wrote: On 25/02/2025 11.12, Kevin Wolf wrote: Am 25.02.2025 um 08:20 hat Thomas Huth geschrieben:   Hi! I'm facing a weird hang in iotest 233 on my Fedora 41 laptop. When running   ./check -raw 233 the test simply hangs. Looking at the log, the last message

Re: Problem with iotest 233

2025-02-25 Thread Thomas Huth
On 25/02/2025 11.12, Kevin Wolf wrote: Am 25.02.2025 um 08:20 hat Thomas Huth geschrieben: Hi! I'm facing a weird hang in iotest 233 on my Fedora 41 laptop. When running ./check -raw 233 the test simply hangs. Looking at the log, the last message is "== check plain client to TLS server f