You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/01/23 21:00:09 UTC

[GitHub] [airflow-on-k8s-operator] barney-s opened a new pull request #6: Get e2e tests working

barney-s opened a new pull request #6: Get e2e tests working
URL: https://github.com/apache/airflow-on-k8s-operator/pull/6
 
 
   - Cleanup Application scheme registration.
   - Fix test sample paths
   - Set controller synctime to 2 mins
   - Cleanup Scheme registration in controller-reconciler
   - Use custom codec that is created from custom scheme (kb v2 uses custom
   scheme)
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow-on-k8s-operator] barney-s commented on issue #6: Get e2e tests working

Posted by GitBox <gi...@apache.org>.
barney-s commented on issue #6: Get e2e tests working
URL: https://github.com/apache/airflow-on-k8s-operator/pull/6#issuecomment-577875276
 
 
   ## Tests passed
   
   ```shell
   
   go test -v -timeout 20m test/e2e/base/base_test.go --namespace airflowop-system                                                                                                                                                               
   === RUN   Test                                                                                                                                                                                                                                
   Running Suite: AirflowBase Suite                                                                                                                                                                                                              
   ================================                                                                                                                                                                                                              
   Random Seed: 1579811766                                                                                                                                                                                                                       
   Will run 2 of 2 specs                                                                                                                                                                                                                         
                                                                                                                                                                                                                                                 
   • [SLOW TEST:185.490 seconds]                                                                                                                                                                                                                 
   AirflowBase controller tests                                                                                                                                                                                                                  
   /usr/local/google/home/barni/workspace/src/github.com/apache/airflow-on-k8s-operator/test/e2e/base/base_test.go:70                                                                                                                            
     creating a AirflowBase with mysql                                                                                                                                                                                                           
     /usr/local/google/home/barni/workspace/src/github.com/apache/airflow-on-k8s-operator/test/e2e/base/base_test.go:76                                                                                                                          
   ------------------------------                                                                                                                                                                                                                
   • [SLOW TEST:35.350 seconds]                                                                                                                                                                                                                  
   AirflowBase controller tests                                                                                                                                                                                                                  
   /usr/local/google/home/barni/workspace/src/github.com/apache/airflow-on-k8s-operator/test/e2e/base/base_test.go:70                                                                                                                            
     creating a AirflowBase with postgres                                                                                                                                                                                                        
     /usr/local/google/home/barni/workspace/src/github.com/apache/airflow-on-k8s-operator/test/e2e/base/base_test.go:88                                                                                                                          
   ------------------------------                                                                                                                                                                                                                
                                                                                                                                                                                                                                                 
   Ran 2 of 2 Specs in 221.622 seconds                                                                                                                                                                                                           
   SUCCESS! -- 2 Passed | 0 Failed | 0 Pending | 0 Skipped                                                                                                                                                                                       
   --- PASS: Test (221.62s)                                                                                                                                                                                                                      
   PASS                                                                                                                                                                                                                                          
   ok      command-line-arguments  221.856s         
   
   
   
   
   barni|endurance ~/workspace/src/github.com/apache/airflow-on-k8s-operator e2etests                                                                                                                                                            
   → make e2e-test                                                                                                                                                                                                                               
   kubectl get namespace airflowop-system || kubectl create namespace airflowop-system                                                                                                                                                           
   NAME               STATUS   AGE                                                                                                                                                                                                               
   airflowop-system   Active   12h                                                                                                                                                                                                               
   #go test -v -timeout 20m test/e2e/base/base_test.go --namespace airflowop-system                                                                                                                                                              
   go test -v -timeout 20m test/e2e/cluster/cluster_test.go --namespace airflowop-system                                                                                                                                                         
   === RUN   Test                                                                                                                                                                                                                                
   Running Suite: AirflowCluster Suite                                                                                                                                                                                                           
   ===================================                                                                                                                                                                                                           
   Random Seed: 1579812001                                                                                                                                                                                                                       
   Will run 7 of 7 specs                                                                                                                                                                                                                         
                                                                                                                                                                                                                                                 
   • [SLOW TEST:170.664 seconds]                                                                                                                                                                                                                 
   AirflowCluster controller tests                                                                                                                                                                                                               
   /usr/local/google/home/barni/workspace/src/github.com/apache/airflow-on-k8s-operator/test/e2e/cluster/cluster_test.go:102                                                                                                                     
     creating a AirflowCluster with postgres, celery executor                                                                                                                                                                                    
     /usr/local/google/home/barni/workspace/src/github.com/apache/airflow-on-k8s-operator/test/e2e/cluster/cluster_test.go:117                                                                                                                   
   ------------------------------                                                                                                                                                                                                                
   • [SLOW TEST:15.256 seconds]                                                                                                                                                                                                                  
   AirflowCluster controller tests                                                                                                                                                                                                               
   /usr/local/google/home/barni/workspace/src/github.com/apache/airflow-on-k8s-operator/test/e2e/cluster/cluster_test.go:102                                                                                                                     
     scaling up workers for AirflowCluster with postgres, celery executor                                                                                                                                                                        
     /usr/local/google/home/barni/workspace/src/github.com/apache/airflow-on-k8s-operator/test/e2e/cluster/cluster_test.go:132
   ------------------------------                                                                                                                                                                                                                
   • [SLOW TEST:25.243 seconds]                                                                                                                                                                                                                  
   AirflowCluster controller tests                                                                                                                                                                                                               
   /usr/local/google/home/barni/workspace/src/github.com/apache/airflow-on-k8s-operator/test/e2e/cluster/cluster_test.go:102                                                                                                                     
     creating a AirflowCluster with postgres, local executor                                                                                                                                                                                     
     /usr/local/google/home/barni/workspace/src/github.com/apache/airflow-on-k8s-operator/test/e2e/cluster/cluster_test.go:141                                                                                                                   
   ------------------------------                                                                                                                                                                                                                
   • [SLOW TEST:30.451 seconds]                                                                                                                                                                                                                  
   AirflowCluster controller tests                                                                                                                                                                                                               
   /usr/local/google/home/barni/workspace/src/github.com/apache/airflow-on-k8s-operator/test/e2e/cluster/cluster_test.go:102                                                                                                                     
     creating a AirflowCluster with postgres, k8s executor                                                                                                                                                                                       
     /usr/local/google/home/barni/workspace/src/github.com/apache/airflow-on-k8s-operator/test/e2e/cluster/cluster_test.go:149                                                                                                                   
   ------------------------------                                                                                                                                                                                                                
   • [SLOW TEST:155.579 seconds]                                                                                                                                                                                                                 
   AirflowCluster controller tests                                                                                                                                                                                                               
   /usr/local/google/home/barni/workspace/src/github.com/apache/airflow-on-k8s-operator/test/e2e/cluster/cluster_test.go:102                                                                                                                     
     creating a AirflowCluster with mysql, celery executor                                                                                                                                                                                       
     /usr/local/google/home/barni/workspace/src/github.com/apache/airflow-on-k8s-operator/test/e2e/cluster/cluster_test.go:159                                                                                                                   
   ------------------------------                                                                                                                                                                                                                
   • [SLOW TEST:35.263 seconds]                                                                                                                                                                                                                  
   AirflowCluster controller tests                                                                                                                                                                                                               
   /usr/local/google/home/barni/workspace/src/github.com/apache/airflow-on-k8s-operator/test/e2e/cluster/cluster_test.go:102                                                                                                                     
     creating a AirflowCluster with mysql, local executor                                                                                                                                                                                        
     /usr/local/google/home/barni/workspace/src/github.com/apache/airflow-on-k8s-operator/test/e2e/cluster/cluster_test.go:173                                                                                                                   
   ------------------------------                                                                                                                                                                                                                
   • [SLOW TEST:41.584 seconds]                                                                                                                                                                                                                  
   AirflowCluster controller tests                                                                                                                                                                                                               
   /usr/local/google/home/barni/workspace/src/github.com/apache/airflow-on-k8s-operator/test/e2e/cluster/cluster_test.go:102                                                                                                                     
     creating a AirflowCluster with mysql, k8s executor                                                                                                                                                                                          
     /usr/local/google/home/barni/workspace/src/github.com/apache/airflow-on-k8s-operator/test/e2e/cluster/cluster_test.go:181                                                                                                                   
   ------------------------------                                                                                                                                                                                                                
                                                                                                                                                                                                                                                 
   Ran 7 of 7 Specs in 474.856 seconds                                                                                                                                                                                                           
   SUCCESS! -- 7 Passed | 0 Failed | 0 Pending | 0 Skipped                                                                                                                                                                                       
   --- PASS: Test (474.86s)                                                                                                                                                                                                                      
   PASS                                                                                                                                                                                                                                          
   ok      command-line-arguments  475.089s               
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow-on-k8s-operator] kaxil merged pull request #6: Get e2e tests working

Posted by GitBox <gi...@apache.org>.
kaxil merged pull request #6: Get e2e tests working
URL: https://github.com/apache/airflow-on-k8s-operator/pull/6
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services