Skip to content
Snippets Groups Projects
  1. Mar 29, 2023
  2. Mar 28, 2023
  3. Mar 20, 2023
  4. Mar 06, 2023
  5. Mar 03, 2023
  6. Mar 02, 2023
  7. Mar 01, 2023
  8. Feb 28, 2023
  9. Feb 23, 2023
    • Kareem Zarka's avatar
      hicolliecpptest.cpp: Fix HiCollieCppTest to verify process restart · e42d3e6f
      Kareem Zarka authored
      
      The previous implementation of HiCollieCppTest used the 'ps -A' command
      to check if a process had restarted, which was not reliable.
      This patch adds the creation and removal of a file
      'x_collie_watchdog_test_file' in the child process that is monitored,
      and the test cases now verify the presence and removal of this file to
      confirm that the process was restarted.
      Also, this commit updates the build recipe in
      openharmony-standard_3.0.bb to include the newly created patch file.
      
      Signed-off-by: default avatarKareem Zarka <kareem.zarka@huawei.com>
      e42d3e6f
Loading