67cd61daa10c782eca31bfc87c9822ce31a76363,foreman/data_refinery_foreman/surveyor/test_end_to_end.py,GeoCelgzRedownloadingTestCase,test_geo_celgz_redownloading,#GeoCelgzRedownloadingTestCase#,338

Before Change


            // recreated. The processor job that recreated that job has
            // abort=True
            logger.info("Downloader Jobs finished, waiting for processor Jobs to complete.")
            processor_jobs = ProcessorJob.objects.all().exclude(abort=True) // exclude aborted jobs
            for processor_job in processor_jobs:
                processor_job = wait_for_job(processor_job, ProcessorJob, start_time)
                self.assertTrue(processor_job.success)

After Change


                )

                start_time = timezone.now()
                with self.assertRaises(ProcessorJob.DoesNotExist):
                    wait_for_job(doomed_processor_job, ProcessorJob, start_time)

            // The processor job that had a missing file will have
            // recreated its DownloaderJob, which means there should
            // now be SAMPLES_IN_EXPERIMENT + 1 downloader jobs.
            downloader_jobs = DownloaderJob.objects.all().order_by("-id")
            self.assertEqual(downloader_jobs.count(), SAMPLES_IN_EXPERIMENT + 1)

            // However DownloaderJobs don"t get queued immediately, so
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 9

Non-data size: 3

Instances


Project Name: AlexsLemonade/refinebio
Commit Name: 67cd61daa10c782eca31bfc87c9822ce31a76363
Time: 2019-12-12
Author: arielsvn@gmail.com
File Name: foreman/data_refinery_foreman/surveyor/test_end_to_end.py
Class Name: GeoCelgzRedownloadingTestCase
Method Name: test_geo_celgz_redownloading


Project Name: AlexsLemonade/refinebio
Commit Name: 819ba546d438e52baaac15979241235f45786780
Time: 2019-12-13
Author: arielsvn@gmail.com
File Name: foreman/data_refinery_foreman/surveyor/test_end_to_end.py
Class Name: ArrayexpressRedownloadingTestCase
Method Name: test_array_express_redownloading


Project Name: AlexsLemonade/refinebio
Commit Name: aced7b6a7b877660e0cfbf2617f72779e210efaa
Time: 2019-12-13
Author: arielsvn@gmail.com
File Name: foreman/data_refinery_foreman/surveyor/test_end_to_end.py
Class Name: ArrayexpressRedownloadingTestCase
Method Name: test_array_express_redownloading


Project Name: AlexsLemonade/refinebio
Commit Name: aced7b6a7b877660e0cfbf2617f72779e210efaa
Time: 2019-12-13
Author: arielsvn@gmail.com
File Name: foreman/data_refinery_foreman/surveyor/test_end_to_end.py
Class Name: GeoArchiveRedownloadingTestCase
Method Name: test_geo_archive_redownloading


Project Name: AlexsLemonade/refinebio
Commit Name: 67cd61daa10c782eca31bfc87c9822ce31a76363
Time: 2019-12-12
Author: arielsvn@gmail.com
File Name: foreman/data_refinery_foreman/surveyor/test_end_to_end.py
Class Name: GeoArchiveRedownloadingTestCase
Method Name: test_geo_archive_redownloading


Project Name: AlexsLemonade/refinebio
Commit Name: 67cd61daa10c782eca31bfc87c9822ce31a76363
Time: 2019-12-12
Author: arielsvn@gmail.com
File Name: foreman/data_refinery_foreman/surveyor/test_end_to_end.py
Class Name: ArrayexpressRedownloadingTestCase
Method Name: test_array_express_redownloading


Project Name: AlexsLemonade/refinebio
Commit Name: 819ba546d438e52baaac15979241235f45786780
Time: 2019-12-13
Author: arielsvn@gmail.com
File Name: foreman/data_refinery_foreman/surveyor/test_end_to_end.py
Class Name: GeoCelgzRedownloadingTestCase
Method Name: test_geo_celgz_redownloading


Project Name: AlexsLemonade/refinebio
Commit Name: aced7b6a7b877660e0cfbf2617f72779e210efaa
Time: 2019-12-13
Author: arielsvn@gmail.com
File Name: foreman/data_refinery_foreman/surveyor/test_end_to_end.py
Class Name: GeoCelgzRedownloadingTestCase
Method Name: test_geo_celgz_redownloading


Project Name: AlexsLemonade/refinebio
Commit Name: 819ba546d438e52baaac15979241235f45786780
Time: 2019-12-13
Author: arielsvn@gmail.com
File Name: foreman/data_refinery_foreman/surveyor/test_end_to_end.py
Class Name: GeoArchiveRedownloadingTestCase
Method Name: test_geo_archive_redownloading