Skip to content
Success

#27965 (Apr 7, 2026, 3:50:20 PM)

Started 16 hr ago
Took 16 sec on build4-deb12build-ansible

Started by upstream project gerrit-pysim build number 3053
originally caused by:

This run spent:

  • 31 sec waiting;
  • 16 sec build duration;
  • 47 sec total from scheduled to completion.
Revision: 6b5fa38f147c41673bc89456984d0fe28c4c963b
Repository: $GERRIT_REPO_URL
  • master
tests: fix TransRecEF _test_de_encode to operate at file level

Previously, _test_de_encode vectors for TransRecEF subclasses were tested
via decode_record_hex()/encode_record_hex(), i.e. one record at a time,
with the decoded value being a scalar.

Switch test_de_encode_record() in TransRecEF_Test to use decode_hex() /
encode_hex() instead, so that vectors represent whole-file content
(decoded value is a list of records) -- consistent with how LinFixedEF
handles _test_de_encode.  Update all existing vectors accordingly.

Change-Id: I4a9610f9ee39833cd0c90f64f89f5fbdd6f0846d
Vadim Yanitskiy at