framework/test_b2conditionsdb_commands.py

=== stdout of framework/tests/test_b2conditionsdb_commands.py ===
[INFO] Steering file: /data/b2soft/buildbot/light/build/framework/tests/test_b2conditionsdb_commands.py
[INFO] Obtaining list of iovs for globaltag main_tag_merge_test_2
--------------------------------------------------------------------------------
Name                                            Rev  First  First  Final  Final
Exp    Run    Exp    Run
--------------------------------------------------------------------------------
KLMStripEfficiency                              2670 5      0      5      100
KLMStripEfficiency                              2914 5      199    5      250
KLMStripEfficiency                              2999 5      251    5      298
KLMStripEfficiency                              2670 5      299    5      299
KLMStripEfficiency                              3001 5      300    5      399
KLMStripEfficiency                              3112 5      400    5      499
[INFO] Obtaining list of iovs for globaltag main_tag_merge_test_2 valid in (5, 200, 5, 300)
--------------------------------------------------------------------------------
Name                                            Rev  First  First  Final  Final
Exp    Run    Exp    Run
--------------------------------------------------------------------------------
KLMStripEfficiency                              2914 5      199    5      250
KLMStripEfficiency                              2999 5      251    5      298
KLMStripEfficiency                              2670 5      299    5      299
KLMStripEfficiency                              3001 5      300    5      399
globaltags to be compared:
[INFO] Getting info for globaltag main_tag_merge_test_2
[INFO] Getting info for globaltag main_tag_merge_test_3
--------------------------------------------------------------------------------
id          2464                               2465
--------------------------------------------------------------------------------
name        main_tag_merge_test_2              main_tag_merge_test_3
description Globaltag used during the          Globaltag used during the
framework test test_tag_merge.py   framework test test_tag_merge.py
type        DEV                                DEV
status      VALIDATED                          VALIDATED
# payloads  5                                  3

[INFO] Obtaining list of iovs for globaltag main_tag_merge_test_2
[INFO] Obtaining list of iovs for globaltag main_tag_merge_test_3
[INFO] Comparing contents ...
Differences between main_tag_merge_test_2 and main_tag_merge_test_3
-------------------------------------------------------------------------------
Name                                          Rev  First  First  Final  Final
Exp    Run    Exp    Run
-------------------------------------------------------------------------------
- KLMStripEfficiency                            2670 5      0      5      100
- KLMStripEfficiency                            2914 5      199    5      250
- KLMStripEfficiency                            2999 5      251    5      298
- KLMStripEfficiency                            2670 5      299    5      299
- KLMStripEfficiency                            3001 5      300    5      399
- KLMStripEfficiency                            3112 5      400    5      499
+ KLMStripEfficiency                            3001 5      0      5      999
+ KLMStripEfficiency                            3205 5      999    5      1050
+ KLMStripEfficiency                            3299 5      1051   5      -1
=== stderr of framework/tests/test_b2conditionsdb_commands.py ===
Traceback (most recent call last):
  File "/data/b2soft/buildbot/light/build/framework/tests/test_b2conditionsdb_commands.py", line 51, in 
    call_command('b2conditionsdb diff main_tag_merge_test_2 main_tag_merge_test_3 --run-range 5 200 5 300')
  File "/data/b2soft/buildbot/light/build/framework/tests/test_b2conditionsdb_commands.py", line 35, in call_command
    output = subprocess.check_output(shlex.split(command), encoding='utf-8').strip().split('\n')
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/cvmfs/belle.cern.ch/el9/externals/v02-03-02/Linux_x86_64/common/lib/python3.11/subprocess.py", line 466, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/cvmfs/belle.cern.ch/el9/externals/v02-03-02/Linux_x86_64/common/lib/python3.11/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['b2conditionsdb', 'diff', 'main_tag_merge_test_2', 'main_tag_merge_test_3', '--run-range', '5', '200', '5', '300']' returned non-zero exit status 1.
=== end framework/tests/test_b2conditionsdb_commands.py ===