← Back to team overview

canonical-ubuntu-qa team mailing list archive

Re: [Merge] ~andersson123/autopkgtest-cloud:d-r-d-a-r-merging into autopkgtest-cloud:master

 


Diff comments:

> diff --git a/charms/focal/autopkgtest-web/webcontrol/download-results b/charms/focal/autopkgtest-web/webcontrol/download-results
> index e71d4a0..4b9b11e 100755
> --- a/charms/focal/autopkgtest-web/webcontrol/download-results
> +++ b/charms/focal/autopkgtest-web/webcontrol/download-results
> @@ -4,16 +4,15 @@ import configparser
>  import json
>  import logging
>  import os
> -import random
>  import socket
>  import sqlite3
> -import time
>  import urllib.parse
>  
>  import amqplib.client_0_8 as amqp
>  from helpers.utils import get_test_id, init_db

check for db_con variable here :)

>  
>  EXCHANGE_NAME = "testcomplete.fanout"
> +WRITER_EXCHANGE_NAME = "sqlite-write-me.fanout"
>  
>  
>  def amqp_connect():


-- 
https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/460847
Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123/autopkgtest-cloud:d-r-d-a-r-merging into autopkgtest-cloud:master.



References