← Back to team overview

nunit-core team mailing list archive

[Bug 719187] Re: Using Path.GetTempPath() causes conflicts in shared temporary folders

 

See http://stackoverflow.com/q/16656/4918 for creating randomized
directories

-- 
You received this bug notification because you are a member of NUnit
Core Developers, which is the registrant for NUnit Framework.
https://bugs.launchpad.net/bugs/719187

Title:
  Using Path.GetTempPath() causes conflicts in shared temporary folders

Status in NUnit Test Framework:
  New

Bug description:
  Mono uses /tmp as base directory for temporary paths. This can cause
  collisions for multiple users using nunit on the same machine (e.g
  local developer and CI system). This can be mitigated by using a
  random base path (also reducing the possibility for /tmp race attacks)
  or just documenting the problem when it occurs and suggesting to use
  the TMP environment variable when running under linux





References