potiuk commented on PR #64445:
URL: https://github.com/apache/airflow/pull/64445#issuecomment-4151502367

   Analysis (by Claude):
   
   ```
     
┌──────────────────────────┬───────────────────────────────────────────────────┬───────────────────┐
                                                  
     │           File           │                       Test                    
    │ Failure frequency │                                                  
     
├──────────────────────────┼───────────────────────────────────────────────────┼───────────────────┤
                                                  
     │ backfill.spec.ts         │ verify backfill with behavior (3 tests via 
loop)  │ 3/6 runs          │
     
├──────────────────────────┼───────────────────────────────────────────────────┼───────────────────┤
     │ backfill.spec.ts         │ verify cancel backfill                        
    │ 1/6 runs          │                                                  
     
├──────────────────────────┼───────────────────────────────────────────────────┼───────────────────┤
     │ dag-code-tab.spec.ts     │ Verify syntax highlighting is applied         
    │ 3/6 runs          │                                                  
     
├──────────────────────────┼───────────────────────────────────────────────────┼───────────────────┤
                                                  
     │ dag-code-tab.spec.ts     │ Verify code is scrollable for long files      
    │ 1/6 runs          │
     
├──────────────────────────┼───────────────────────────────────────────────────┼───────────────────┤
                                                  
     │ dag-calendar-tab.spec.ts │ verify calendar grid renders                  
    │ 1/6 runs          │
     
├──────────────────────────┼───────────────────────────────────────────────────┼───────────────────┤
                                                  
     │ dag-calendar-tab.spec.ts │ failed filter shows only failed runs          
    │ 1/6 runs          │
     
├──────────────────────────┼───────────────────────────────────────────────────┼───────────────────┤
                                                  
     │ dag-calendar-tab.spec.ts │ color scale changes between total and failed 
view │ 1/6 runs          │
     
├──────────────────────────┼───────────────────────────────────────────────────┼───────────────────┤
     │ dag-calendar-tab.spec.ts │ cells reflect failed view mode attribute      
    │ 1/6 runs          │
     
├──────────────────────────┼───────────────────────────────────────────────────┼───────────────────┤
                                                  
     │ dags-list.spec.ts        │ should successfully trigger a Dag run         
    │ 2/6 runs          │
     
├──────────────────────────┼───────────────────────────────────────────────────┼───────────────────┤
                                                  
     │ dags-list.spec.ts        │ should successfully verify details tab        
    │ 1/6 runs          │
     
├──────────────────────────┼───────────────────────────────────────────────────┼───────────────────┤
                                                  
     │ dag-audit-log.spec.ts    │ verify audit log entries display valid data   
    │ 1/6 runs          │
     
├──────────────────────────┼───────────────────────────────────────────────────┼───────────────────┤
                                                  
     │ events-page.spec.ts      │ verify filter by DAG ID                       
    │ 1/6 runs          │
     
├──────────────────────────┼───────────────────────────────────────────────────┼───────────────────┤
                                                  
     │ task-instances.spec.ts   │ verify task instances table displays data     
    │ 1/6 runs          │
     
├──────────────────────────┼───────────────────────────────────────────────────┼───────────────────┤
                                                  
     │ task-instances.spec.ts   │ verify task details display correctly         
    │ 2/6 runs          │
     
├──────────────────────────┼───────────────────────────────────────────────────┼───────────────────┤
                                                  
     │ task-instances.spec.ts   │ verify filtering by success state             
    │ 1/6 runs          │
     
└──────────────────────────┴───────────────────────────────────────────────────┴───────────────────┘
                                                  
     
     The calendar tests mostly fail because the scheduler can override the 
PATCH-to-failed state back to success before tests run (same root cause as the  
     already-fixme'd "verify hover shows correct run states" test). The other 
failures are generally timeout/flakiness issues across browsers.
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to