prometheus/util
Fuente, Pablo Andres 902fafb8e7 Fixing tests for Windows
Fixing the config/config_test, the discovery/file/file_test and the
promql/promql_test tests for Windows. For most of the tests, the fix involved
correct handling of path separators. In the case of the promql tests, the
issue was related to the removal of the temporal directories used by the
storage. The issue is that the RemoveAll() call returns an error when it
tries to remove a directory which is not empty, which seems to be true due to
some kind of process that is still running after closing the storage. To fix
it I added some retries to the remove of the temporal directories.
Adding tags file from Universal Ctags to .gitignore
2017-07-09 01:59:30 -03:00
..
cli Add a command to promtool that dumps metadata of heads.db 2016-03-07 16:21:57 +01:00
flock Add missing license headers 2016-04-13 16:08:22 +02:00
httputil Replace regex with Secret type and remarshal config to hide secrets (#2775) 2017-05-29 12:46:23 +01:00
promlint Add promlint check for histogram/summary reserved names (#2626) 2017-04-15 22:38:01 +01:00
stats Make the storage interface higher-level. 2016-07-25 13:59:22 +02:00
strutil Revert "Revert the /graph changes." 2016-09-03 21:05:23 +02:00
testutil Fixing tests for Windows 2017-07-09 01:59:30 -03:00
treecache Fix reload of ZooKeeper service discovery config (#2669) 2017-05-02 18:21:37 -05:00