[SERVER-25251] Add resmoke suite syntax check to compile task Created: 25/Jul/16  Updated: 06/Dec/22  Resolved: 11/May/20

Status: Closed
Project: Core Server
Component/s: Testing Infrastructure
Affects Version/s: None
Fix Version/s: None

Type: Improvement Priority: Major - P3
Reporter: Michael Grundy Assignee: Backlog - Server Tooling and Methods (STM) (Inactive)
Resolution: Won't Fix Votes: 0
Labels: stm, tig-evgconfig, tig-qwin-eligible, tig-resmoke
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Assigned Teams:
Server Tooling & Methods
Participants:

 Description   

If we have a syntax error in a yml file, we need to avoid failing suites because of that. We can short term handle this with:

for suite in $(ls buildscripts/resmokeconfig/suites/*.yml | egrep -v "mongos_test|no_server|with_server"); do 
    python buildscripts/resmoke.py --dryRun tests --suite $(basename $suite | sed s/.yml//);
    if [ $? -ne 0 ]; 
        then echo $suite has syntax issues; 
        break; 
    fi; 
done



 Comments   
Comment by Ryan Timmons [ 11/May/20 ]

Closing as wont-fix to indicate that there is currently no intention of doing this. Please re-open if there is priority for this. Perhaps this change could self-service by an appropriate server team if this is necessary rather than having to go thru the STM prioritization queue.

Generated at Thu Feb 08 04:08:41 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.