Skip to content

Verify score hash error #84

@bigbrotherwei

Description

@bigbrotherwei

tag: io500-isc25

The picture is too large to upload. I can only describe it in words.

l run io500 test with command below

./io500 config-scc.ini

and got the result

[root@io500 io500]# ./io500 config-scc.ini
IO500 version io500-isc25_v1 (standard)
[RESULT]       ior-easy-write        0.344202 GiB/s : time 37.080 seconds
[RESULT]    mdtest-easy-write       17.665954 kIOPS : time 31.106 seconds
[      ]            timestamp        0.000000 kIOPS : time 0.000 seconds
[RESULT]       ior-hard-write        0.348420 GiB/s : time 36.634 seconds
[RESULT]    mdtest-hard-write       13.562440 kIOPS : time 32.980 seconds
[RESULT]                 find      804.405959 kIOPS : time 1.200 seconds
[RESULT]        ior-easy-read        0.365898 GiB/s : time 34.880 seconds
[RESULT]     mdtest-easy-stat       51.203668 kIOPS : time 11.388 seconds
[RESULT]        ior-hard-read        0.365881 GiB/s : time 34.885 seconds
[RESULT]     mdtest-hard-stat       54.187675 kIOPS : time 9.006 seconds
[RESULT]   mdtest-easy-delete       27.305840 kIOPS : time 20.497 seconds
[RESULT]     mdtest-hard-read        5.079395 kIOPS : time 86.386 seconds
[RESULT]   mdtest-hard-delete       21.783506 kIOPS : time 20.918 seconds
[      ]  ior-rnd4K-easy-read        0.021096 GiB/s : time 30.000 seconds
[SCORE ] Bandwidth 0.355962 GiB/s : IOPS 33.577116 kiops : TOTAL 3.457193

The result files are stored in the directory: ./results/2025.05.06-09.41.49

But when I checked the validity of the scores, the script prompted me to check for errors

[root@io500 io500]# ./io500 config-scc.ini --verify ./results/2025.05.06-09.41.49/result.txt
result file ver = io500-isc25_v1
[run]
config-hash     = E8DBABA8
score-hash      = CF59C2C2

ERROR: Score hash expected: "61C3B386" read: "CF59C2C2"

l also used config-minimal.ini for test and got the same error

[root@io500 io500]# ./io500 config-minimal.ini --verify results//2025.05.06-08.49.01/result.txt
result file ver = io500-isc25_v1
[run]
config-hash     = B6CFE96A
score-hash      = CF547006

I found that there were similar problems before: #39

I want to know if my testing method is wrong or there is something wrong with this tag

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions