Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-8683

Fix incorrect variables for ftruncate-test in evergreen.yml

    • 1
    • Storage - Ra 2022-01-24

      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 

            Assignee:
            etienne.petrel@mongodb.com Etienne Petrel
            Reporter:
            etienne.petrel@mongodb.com Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: