avocado-framework/avocado

Duplicate content in whiteboard

Closed this issue · 2 comments

With latest avocado 102, whiteboard content is getting populated twice.

{
    "cancel": 0,
    "debuglog": "tests/results/job-2023-09-22T06.42-3f6271c/job.log",
    "errors": 0,
    "failures": 0,
    "interrupt": 0,
    "job_id": "3f6271c50c727b364659c2112274de62674c7fc5",
    "pass": 1,
    "skip": 0,
    "start": "2023-09-22 06:42:46.547858",
    "tests": [
        {
            "end": 4710.200087384,
            "fail_reason": "<unknown>",
            "id": "1-avocado-misc-tests/io/disk/fiotest.py:FioTest.test;run-6132",
            "logdir": "tests/results/job-2023-09-22T06.42-3f6271c/test-results/1-avocado-misc-tests_io_disk_fiotest.py_FioTest.test_run-6132",
            "logfile": "tests/results/job-2023-09-22T06.42-3f6271c/test-results/1-avocado-misc-tests_io_disk_fiotest.py_FioTest.test_run-6132/debug.log",
            "name": "avocado-misc-tests/io/disk/fiotest.py:FioTest.test;run-6132",
            "start": 4099.930010053,
            "status": "PASS",
            "tags": {},
            "time": 610.2700773309998,
            "whiteboard": "624\n625\n1850\n1852\n"
        }
    ],
    "time": 610.2700773309998,
    "total": 1,
    "warn": 0
}
#self.whiteboard
624
625
1850
1852
624
625
1850
1852

Hi @dhsrivas, thank you for reporting this. I can reproduce it on my side.