good morning!!!!

Skip to content
Snippets Groups Projects
  1. May 12, 2022
    • Alex Sharov's avatar
      save (#4125) · a95a53fd
      Alex Sharov authored
      a95a53fd
    • battlmonstr's avatar
      p2p (#4119): treat slow discover v5 tests (#4122) · 91076141
      battlmonstr authored
      * configure a 50 ms timeout for tests (like v4 tests)
      * use in-memory DB (like v4 tests)
      * TestUDPv5_callTimeoutReset: improve speed from 1.2s to 0.2s
      * TestUDPv5_callTimeoutReset: reduce the likelihood of "RPC timeout"
      * move lookup tests to the "integration" suite
      * log details of unmatched packets and sends to non-existing nodes
      * fix flaky TestUDPv5_findnodeHandling:
      
          Table.nextRevalidateTime was random (from 0 to 10s).
          Sometimes it triggered doRevalidate immediately, and it produced an unexpected ping.
          Configure a high interval to not revalidate during the tests.
      
      Time improved from 1.7s to 0.2s.
      
      Test with:
      
          go test ./p2p/discover -run TestUDPv5 -count 1
      91076141
    • Alex Sharov's avatar
      Torrent: mmap store (#4124) · 29c6daed
      Alex Sharov authored
      * save
      
      * save
      
      * save
      29c6daed
    • Alex Sharov's avatar
      Torrent: mmap store (#4123) · 79e12edb
      Alex Sharov authored
      * save
      
      * save
      79e12edb
  2. May 11, 2022
  3. May 10, 2022
  4. May 09, 2022
  5. May 08, 2022
  6. May 07, 2022
  7. May 06, 2022
  8. May 05, 2022
  9. May 04, 2022
Loading