Skip to content
Snippets Groups Projects
  1. Nov 04, 2020
    • Dariusz Kędzierski's avatar
      Changed methodology for benchmarks · 7d59a053
      Dariusz Kędzierski authored
      * Usage of pytest-benchmarks is dropped since it call tests
        sequentially which very long time to complete, instead original
        tavern tests are used
      * Time measuring is done via durations switch to pytest and tavern
      * During benchmarking validate_response.py is disabled using nevly
        introduced env variable
      * Each run creates xml junit file with time data
      * After all runs data from files are combined and report file is
        generated
      * Tests above threshold are marked with red
      7d59a053
    • Dariusz Kędzierski's avatar
      Revert CI and operation_extractor chages · cf31b17b
      Dariusz Kędzierski authored
      * Reverted hardcoded block number and changed to use CI var HIVEMIND_MAX_BLOCK.
      * Please add a possibility to set HIVEMIND_MAX_BLOCK.
      * operation_extractor:
      ** name of parameter `hivemind_address` changed to `hived_url` as we
         scan blocks from `hived`
      ** added description to the script
      cf31b17b
  2. Nov 03, 2020
  3. Oct 30, 2020
  4. Oct 28, 2020
  5. Oct 27, 2020
  6. Oct 20, 2020
  7. Oct 16, 2020
  8. Oct 14, 2020
  9. Oct 07, 2020
  10. Oct 06, 2020
  11. Sep 22, 2020
    • Andrzej Lisak's avatar
      [ABW]: list_comments with by_root, by_parent, by_last_update and... · 148d9c28
      Andrzej Lisak authored
      [ABW]: list_comments with by_root, by_parent, by_last_update and by_author_last_update have their main parameters required (nonempty)
      list_comments_by_cashout_time requires valid start post when not completely skipped
      [Fix] list_comments_by_cashout_time and list_comments_by_permlink would in some cases select special null post in inner query giving one post below limit
      [Fix] list_comments_by_last_update incorrectly used found parent author id (matching it with post id)
      tests rebound to proper version (above and earlier changes required a lot of changes in database api tests)
      148d9c28
  12. Sep 15, 2020
  13. Sep 14, 2020
  14. Sep 08, 2020
  15. Sep 03, 2020
  16. Aug 14, 2020
  17. Aug 12, 2020
  18. Aug 06, 2020
  19. Aug 05, 2020
Loading