Commit Graph

5 Commits

Author SHA1 Message Date
Chris Bednarski
3164401ffd Update references to "os" to use "kernel.name"
This brings test code and mocks up to date with the fingerprinter. This was a slightly larger change than I anticipated, but I think it's good for two reasons:

1. More semanitcally correct. `os.name` is something like "Windows 10 Pro" or "Ubuntu", while `kernel.name` is "windows" or "linux". `os.version` and `kernel.version` match these semantics.
2. `kernel.name` is much easier to grep for than `os`, which is helpful because oracle can't help us with strings.
2015-08-28 01:30:47 -07:00
Armon Dadgar
6a39f5b5da scheduler: adding minor specialization for batch 2015-08-13 22:35:48 -07:00
Armon Dadgar
a5b1f16a5e scheduler: test all the metrics 2015-08-13 21:58:55 -07:00
Armon Dadgar
9d1c52bf66 scheduler: testing service stack 2015-08-13 21:55:37 -07:00
Armon Dadgar
25a60ebd81 scheduler: adding tests 2015-08-13 18:51:08 -07:00