Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-38312

Unable to run jstestfuzz* tasks on variants with long names

    • Fully Compatible
    • ALL
    • v4.0
    • STM 2018-12-17
    • 1

      The fuzzer's self-tests run before the jstestfuzz* tasks and writes the output to a filename that includes the task id. After the changes from 18452b9 as part of SERVER-38116, this leads too long of a filename.

      npm test > npm_test-${task_id}.log 2>&1
      

      https://evergreen.mongodb.com/task_log_raw/mongodb_mongo_master_enterprise_rhel_62_64_bit_majority_read_concern_off_jstestfuzz_interrupt_replication_0_enterprise_rhel_62_64_bit_majority_read_concern_off_patch_41c44d02cf39ef581888bed68c547e4ed9b5a323_5bff8490e3c33123cb9e7dfa_18_11_29_06_19_05/0?type=T

      [2018/11/29 06:56:17.137] npm test > npm_test-mongodb_mongo_master_enterprise_rhel_62_64_bit_majority_read_concern_off_jstestfuzz_interrupt_replication_0_enterprise_rhel_62_64_bit_majority_read_concern_off_patch_41c44d02cf39ef581888bed68c547e4ed9b5a323_5bff8490e3c33123cb9e7dfa_18_11_29_06_19_05.log 2>&1
      [2018/11/29 06:56:17.137] sh: line 16: npm_test-mongodb_mongo_master_enterprise_rhel_62_64_bit_majority_read_concern_off_jstestfuzz_interrupt_replication_0_enterprise_rhel_62_64_bit_majority_read_concern_off_patch_41c44d02cf39ef581888bed68c547e4ed9b5a323_5bff8490e3c33123cb9e7dfa_18_11_29_06_19_05.log: File name too long
      

            Assignee:
            max.hirschhorn@mongodb.com Max Hirschhorn
            Reporter:
            max.hirschhorn@mongodb.com Max Hirschhorn
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: