Skip to content

Commit

Permalink
Issues/2897 Use atomic file copy when writing to posix file system. (#…
Browse files Browse the repository at this point in the history
…2912)

* fixed jobStore tests trying to import google packages even if google support is not available

modified test check for google being available to by PY2 compatible

* added functionality to do atomic install on POSIX file systems  FIXES #2897

* added note to remind developer to follow source install steps before running tests
  • Loading branch information
diekhans authored and adamnovak committed Jan 17, 2020
1 parent debfc51 commit aebde92
Show file tree
Hide file tree
Showing 10 changed files with 299 additions and 195 deletions.
3 changes: 3 additions & 0 deletions docs/contributing/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ environment variables are set (see :ref:`test_env_vars`).
| | the terminal as expected. |
+-------------------------+---------------------------------------------------+

Before running tests for the first time, initialize your virtual environment
following the steps in :ref:`buildFromSource`.

Run all tests (including slow tests)::

$ make test
Expand Down
Loading

0 comments on commit aebde92

Please sign in to comment.