1. 31 May, 2021 1 commit
    • Dridi Boukelmoune's avatar
      varnishtest: Remove critical section · 85e79d06
      Dridi Boukelmoune authored
      The buf_len field is only ever modified by the poll thread and should not
      need to be guarded here. This will hopefully silence a coverity warning:
      
         CID 1485138:  Concurrent data access violations  (ATOMICITY)
         Using an unreliable value of "l" inside the second locked
         section. If the data that "l" depends on was changed by
         another thread, this use might be incorrect.
      
      It might on the other hand complain even harder, I have an alternative
      if that happens.
      85e79d06
  2. 28 May, 2021 16 commits
  3. 26 May, 2021 2 commits
    • Johan Hendriks's avatar
      Update vnum.c · 4dbdd8a8
      Johan Hendriks authored
      Small typo
      4dbdd8a8
    • Dridi Boukelmoune's avatar
      vtc: Fix h5 on my machine · 2608ea8b
      Dridi Boukelmoune authored
      Ever since my system upgraded haproxy to 2.3.10 this test has
      consistently timed out. While that would be a breaking change
      involving the independent vtest project too, I think the VTC
      syslog spec would work better with something like:
      
          expect skip facility.level regex
      
      Where skip could be uint, * or ? similar to how logexpect works,
      and both facility and level could also be * to be non-specific.
      For now, let's hope this does not break the test suite for anyone
      else.
      2608ea8b
  4. 24 May, 2021 3 commits
  5. 21 May, 2021 4 commits
  6. 20 May, 2021 1 commit
  7. 19 May, 2021 9 commits
  8. 18 May, 2021 1 commit
  9. 17 May, 2021 3 commits