Skip to content
Snippets Groups Projects
  1. Feb 07, 2021
  2. Feb 05, 2021
  3. Feb 04, 2021
  4. Feb 03, 2021
  5. Jan 29, 2021
  6. Jan 28, 2021
  7. Jan 26, 2021
  8. Jan 25, 2021
  9. Jan 24, 2021
  10. Jan 22, 2021
    • Soshi Tsuno's avatar
      Activation of new deadmap folder (ATLASRECTS-5014) · 821e55b1
      Soshi Tsuno authored
      The deadmap format will be changed in rel.22.
      The previous DB folder was /PIXEL/PixMapOverlay, and new folder /PIXEL/PixelModuleFeMask .
      This new folder is not included in old global tag.
      Thus, in the job option, the DB-tag is specified, but this should be removed when the q-test update new global tag.
      Unfortunately, q221 uses old global tag, OFLCOND-MC16-SDR-25, which associates PixMapOverlay-SIM-MC16-000-02.
      But the RUN-2 best-knowledge tag is based on PixMapOverlay-SIM-MC16-000-03, and new deadmap conditions also based on this tag (-03).
      Therefore, the q221 test will not pass T0 policy. The reference file is updated.
      On the other hand, the data q431 is no problem.
      821e55b1
  11. Jan 21, 2021
    • Frank Winklmeier's avatar
    • Frank Winklmeier's avatar
      PyJobTransforms: Run unit tests in their own directory · ab2b199e
      Frank Winklmeier authored
      To avoid interference, run all unit tests in their own directory.
      Also, increase test timeout for LogFileScanner (for dbg build).
      ab2b199e
    • Zach Marshall's avatar
      Adding catch for binary file reading in Python3 · b2c6407c
      Zach Marshall authored and Adam Edward Barton's avatar Adam Edward Barton committed
      A change in python3 is that the default file encoding is utf-8. That
      means by default files are interpreted as text files, and if they are
      binary, reading causes a crash. As a simple example, this works in
      python2 but not in python3:
      
      ```>>> f = open('../../test0/run/test_lhe_events.tar.gz')
      >>> x = f.read(1024*1024)
      ```
      
      In this particular case, the job transform is validating data integrity
      by trying to read through the entire output file (as I understand it)
      and looking for read errors. I've added a catch in the case that we
      encounter this particular unicode decode error, and then restarted the
      file reading in binary mode so that we can still check the integrity.
      This should bring the behavior back to matching what it does in 21.X.
      b2c6407c
  12. Jan 19, 2021
  13. Jan 18, 2021
  14. Jan 15, 2021
  15. Jan 14, 2021
  16. Jan 13, 2021
  17. Jan 12, 2021
  18. Jan 11, 2021
  19. Jan 06, 2021
  20. Jan 05, 2021
  21. Jan 04, 2021
  22. Dec 18, 2020
  23. Dec 17, 2020
  24. Dec 16, 2020
  25. Dec 15, 2020
  26. Dec 13, 2020
  27. Dec 12, 2020
  28. Dec 11, 2020
Loading