- 
    Type:
Bug
 - 
    Resolution: Fixed
 - 
    Priority:
Minor - P4
 - 
    Affects Version/s: None
 - 
    Component/s: None
 
- 
        Storage - Ra 2022-01-24
 - 
        1
 
Summary
WT-8503 introduced a few changes in evergreen.yml and one variable is name incorrectly, hence the failure.
Motivation
- Does this affect any team outside of WT?
No 
- How likely is it that this use case or problem will occur?
Every Evergreen patch - If the problem does occur, what are the consequences and how severe are they?
Consistent failure of the test. 
- Is this issue urgent?
To be fixed asap. 
Acceptance Criteria (Definition of Done)
 Testing
- The test ftruncate-test goes green again.
 
- Documentation update
NA 
Suggested Solution
diff --git a/test/evergreen.yml b/test/evergreen.yml
index 14e2ddd08..9469e4a73 100755
--- a/test/evergreen.yml
+++ b/test/evergreen.yml
@@ -2147,7 +2147,7 @@ tasks:
           posix_configure_flags: -DENABLE_STRICT=1 -DHAVE_FTRUNCATE=0
       - func: "csuite smoke test"
         vars:
-          test_name: random_abort
+          test_binary: random_abort 
- is caused by
 - 
                    
WT-8503 Create a function to execute csuite tests in evergreen.yml
-         
 - Closed
 
 -