Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1whole = [ 2 "bigquery_bigquery_read_integration_test", 3 "bigtable_admin_admin_iam_policy_integration_test", 4 "bigtable_admin_iam_policy_integration_test", 5 "bigtable_admin_integration_test", 6 "bigtable_apply_read_latency_benchmark", 7 "bigtable_data_async_future_integration_test", 8 "bigtable_data_integration_test", 9 "bigtable_endurance_benchmark", 10 "bigtable_filters_integration_test", 11 "bigtable_mutation_batcher_throughput_benchmark", 12 "bigtable_mutations_integration_test", 13 "bigtable_read_sync_vs_async_benchmark", 14 "bigtable_scan_throughput_benchmark", 15 "bigtable_table_sample_rows_integration_test", 16 "common_grpc_utils_internal_grpc_impersonate_service_account_integration_test", 17 "iam_iam_credentials_integration_test", 18 "iam_iam_integration_test", 19 "logging_quickstart", 20 "pubsub_endurance", 21 "pubsub_schema_admin_integration_test", 22 "pubsub_subscriber_integration_test", 23 "pubsub_subscription_admin_integration_test", 24 "pubsub_throughput", 25 "pubsub_topic_admin_integration_test", 26 "rest_internal_internal_curl_rest_client_integration_test", 27 "rest_internal_internal_unified_rest_credentials_integration_test", 28 "spanner_admin_backup_extra_integration_test", 29 "spanner_admin_database_admin_integration_test", 30 "spanner_admin_instance_admin_integration_test", 31 "spanner_backup_extra_integration_test", 32 "spanner_client_integration_test", 33 "spanner_client_stress_test", 34 "spanner_data_types_integration_test", 35 "spanner_database_admin_integration_test", 36 "spanner_instance_admin_integration_test", 37 "spanner_multiple_rows_cpu_benchmark", 38 "spanner_rpc_failure_threshold_integration_test", 39 "spanner_session_pool_integration_test", 40 "spanner_single_row_throughput_benchmark", 41 "storage_aggregate_download_throughput_benchmark", 42 "storage_aggregate_upload_throughput_benchmark", 43 "storage_alternative_endpoint_integration_test", 44 "storage_auto_finalize_integration_test", 45 "storage_bucket_integration_test", 46 "storage_create_client_integration_test", 47 "storage_create_dataset", 48 "storage_curl_download_request_integration_test", 49 "storage_curl_request_integration_test", 50 "storage_curl_resumable_upload_session_integration_test", 51 "storage_curl_sign_blob_integration_test", 52 "storage_decompressive_transcoding_integration_test", 53 "storage_grpc_integration_test", 54 "storage_key_file_integration_test", 55 "storage_minimal_iam_credentials_rest_integration_test", 56 "storage_object_basic_crud_integration_test", 57 "storage_object_checksum_integration_test", 58 "storage_object_compose_many_integration_test", 59 "storage_object_file_integration_test", 60 "storage_object_hash_integration_test", 61 "storage_object_insert_integration_test", 62 "storage_object_insert_preconditions_integration_test", 63 "storage_object_integration_test", 64 "storage_object_list_objects_versions_integration_test", 65 "storage_object_media_integration_test", 66 "storage_object_parallel_upload_integration_test", 67 "storage_object_plenty_clients_serially_integration_test", 68 "storage_object_plenty_clients_simultaneously_integration_test", 69 "storage_object_read_headers_integration_test", 70 "storage_object_read_preconditions_integration_test", 71 "storage_object_read_range_integration_test", 72 "storage_object_read_stream_integration_test", 73 "storage_object_resumable_parallel_upload_integration_test", 74 "storage_object_resumable_write_integration_test", 75 "storage_object_rewrite_integration_test", 76 "storage_object_write_preconditions_integration_test", 77 "storage_object_write_stream_integration_test", 78 "storage_object_write_streambuf_integration_test", 79 "storage_service_account_integration_test", 80 "storage_signed_url_integration_test", 81 "storage_small_reads_integration_test", 82 "storage_storage_file_transfer_benchmark", 83 "storage_storage_parallel_uploads_benchmark", 84 "storage_storage_throughput_vs_cpu_benchmark", 85 "storage_thread_integration_test", 86 "storage_throughput_experiment_test", 87 "storage_tracing_integration_test", 88 "storage_unified_credentials_integration_test", 89] 90cases = [ 91 "BackupExtraIntegrationTest.CreateBackupWithExpiredVersionTime", 92 "BackupExtraIntegrationTest.BackupWithExpiredVersionTime", 93 "BackupExtraIntegrationTest.BackupWithFutureVersionTime", 94 "BackupExtraIntegrationTest.CreateBackupWithFutureVersionTime", 95 "BlockingPublisherIntegrationTest.Basic", 96 "DatabaseAdminClientTest.CreateWithEncryptionKey", 97 "DatabaseAdminClientTest.CreateWithNonexistentEncryptionKey", 98 "DatabaseAdminClientTest.DatabaseBasicCRUD", 99 "DatabaseAdminClientTest.VersionRetentionPeriodCreate", 100 "DatabaseAdminClientTest.VersionRetentionPeriodCreateFailure", 101 "DatabaseAdminClientTest.VersionRetentionPeriodUpdate", 102 "DatabaseAdminClientTest.VersionRetentionPeriodUpdateFailure", 103 "ErrorParsingIntegrationTest.FailureContainsErrorInfo", 104 "GrpcServiceAccountIntegrationTest.GetServiceAccount", 105 "GrpcBucketMetadataIntegrationTest.ObjectMetadataCRUD", 106 "InstanceAdminClientTest.InstanceConfig", 107 "InstanceAdminClientTest.InstanceIam", 108 "InstanceAdminClientTest.InstanceReadOperations", 109 "LoggingIntegrationTest.ListMonitoredResourceDescriptors", 110 "LoggingIntegrationTest.WriteLogEntries", 111 "ObjectFileMultiThreadedTest.Download", 112 "ObjectReadLargeIntegrationTest.LimitedMemoryGrowth", 113 "SubscriberIntegrationTest.FireAndForget", 114 "SubscriberIntegrationTest.PublishOrdered", 115 "SubscriberIntegrationTest.PublishPullAck", 116 "SubscriberIntegrationTest.RawStub", 117 "SubscriberIntegrationTest.ReportNotFound", 118 "SubscriberIntegrationTest.StreamingSubscriptionBatchSource", 119 "SubscriptionAdminIntegrationTest.SubscriptionCRUD", 120 "TopicAdminIntegrationTest.TopicCRUD" 121]