Skip to content
Snippets Groups Projects

Refactor origin connection functional tests

1 unresolved thread

Migrated from D7989 (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
13 origins(first: 10) {
15 origins(%s) {
14 16 nodes {
15 17 url
16 18 }
19 pageInfo {
20 hasNextPage
21 endCursor
22 }
17 23 }
18 24 }
19 """
20 data, _ = get_query_response(client, query_str)
25 """ % (
26 params,
27 )
  • Author Contributor

    adress review comments

  • Build is green

    Patch application report for D7989 (id=28792)

    Rebasing onto 2c457bf0...

    Current branch diff-target is up to date.
    Changes applied before test
    commit 66c55a2f30ced8dadb402818b5efa9be35ffcfb7
    Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
    Date:   Tue Jun 14 15:04:14 2022 +0200
    
        Refactor origin connection functional tests
        
        Move the get query to a seprarate function to make adding future tests easy.

    See https://jenkins.softwareheritage.org/job/DGQL/job/tests-on-diff/63/ for more details.

  • Author Contributor

    Merge request was merged

  • closed

  • Phabricator Migration user approved this merge request

    approved this merge request

  • Please register or sign in to reply
    Loading