Skip to content
Snippets Groups Projects

(Re-)add tests for the loader.

1 unresolved thread

When doing !11 (closed), I misunderstood how batching in the loader worked, so I ended up making these tests useless.

This makes them do their job again, and tests more cases, such as the threshold being reached.

It also makes the cascading more explicit by having more compact and documented tests.


Migrated from D770 (view on Phabricator)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
43 },
44
45 'send_contents': True,
46 'send_directories': True,
47 'send_revisions': True,
48 'send_releases': True,
49 'send_snapshot': True,
50
51 'content_packet_size': 2,
52 'content_packet_size_bytes': 8,
53 'directory_packet_size': 2,
54 'revision_packet_size': 2,
55 'release_packet_size': 2,
56
57 'content_size_limit': 10000,
58 }
  • Author Maintainer

    Merge request was merged

  • closed

  • Please register or sign in to reply
    Loading