Skip to content
Snippets Groups Projects
  1. Dec 04, 2020
  2. Dec 01, 2020
  3. Nov 11, 2020
  4. Nov 10, 2020
  5. Nov 09, 2020
  6. Oct 27, 2020
    • Aaron Hill's avatar
      qmgr/tests: Fix issues with handling of transient errors. · 25380774
      Aaron Hill authored and Alexandre Julliard's avatar Alexandre Julliard committed
      When a BITS job is being transferred, it may enter into the state
      BG_JOB_STATE_TRANSIENT_ERROR (for example, if the hostname fails to
      resolve). Currently, entering this state causes qmgr job tests to fail,
      even though it may occur due to temporary network issues out of our
      control.
      
      If a job enters BG_JOB_STATE_TRANSIENT_ERROR before the timeout has
      elapsed, attempt to resume the job using
      IBackgroundCopyJob_Resume. If the job is still in
      BG_JOB_STATE_TRANSIENT_ERROR, query BITS for detailed error
      information, and print it out.
      
      Additionally, ensure that we are able to transfer files on Windows 10
      with a metered connection. By default, BITS will not attempt to transfer
      a job on a metered connection, instead failing with
      BG_JOB_STATE_TRANSIENT_ERROR. On newer versions of Windows, we can
      use IBackgroundCopyJob5 to set the transfer policy, forcing the job to
      run even on a metered connection. This allows qmgr job tests to pass on
      the testbot Windows 10 VMs, which have metered connections enabled in
      order to disable Windows Update.
      
      Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50048
      
      
      Signed-off-by: default avatarAaron Hill <aa1ronham@gmail.com>
      Signed-off-by: Alexandre Julliard's avatarAlexandre Julliard <julliard@winehq.org>
      25380774
  7. Oct 05, 2020
  8. Oct 02, 2020
  9. Sep 08, 2020
  10. Aug 14, 2020
  11. Aug 10, 2020
  12. Aug 07, 2020
  13. Jul 02, 2020
  14. Jul 01, 2020
  15. Jun 25, 2020
  16. Jun 08, 2020
  17. Jun 03, 2020
  18. May 27, 2020
  19. May 20, 2020
  20. May 12, 2020
  21. May 11, 2020
  22. May 05, 2020
  23. Apr 30, 2020
  24. Apr 07, 2020
  25. Apr 01, 2020
  26. Mar 19, 2020
  27. Mar 17, 2020
  28. Mar 09, 2020
  29. Feb 27, 2020
  30. Feb 25, 2020
Loading