diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/832.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/832.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/832.toml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/832.toml b/gitlab/issues/target_missing/host_missing/accel_missing/832.toml new file mode 100644 index 00000000..189df6f6 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/832.toml @@ -0,0 +1,23 @@ +id = 832 +title = "error \"# mkdir('/..../qtest-9p-local-M33XsI') failed: File exists\" on every run of 'qos-test'" +state = "closed" +created_at = "2022-01-21T09:46:01.758Z" +closed_at = "2022-02-19T15:21:45.118Z" +labels = ["kind::Bug", "workflow::In Progress"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/832" +host-os = "Fedora 35" +host-arch = "x86_64" +qemu-version = "git master 3d228a741acc2267c290102543237c4e0f2547ca" +guest-os = "n/a" +guest-arch = "n/a" +description = """``` +$ ./build//tests/qtest/qos-test -h +# mkdir('/home/berrange/src/virt/qemu/qtest-9p-local-qThj5y') failed: File exists +Usage: + ./build//tests/qtest/qos-test [OPTION...] +...snip... +``` + +Notice the error message from 'mkdir()' whic appears every time you run this program.""" +reproduce = """1. Run qos-test""" +additional = "n/a" |