~niemeyer/gocheck/trunk

  • Committer: Gustavo Niemeyer
  • Author(s): Roger Peppe
  • Date: 2014-02-25 17:30:54 UTC
  • mfrom: (74.2.8 monotonic-time-stamps)
  • Revision ID: gustavo@niemeyer.net-20140225173054-xu9zlkf9kxhvow02
Use readable time stamps on log messages.

On long running tests, the time might wrap:

[LOG] 72.15087 JUJU state: opening state; zookeeper addresses: ["ec2-23-20-157-185.compute-1.amazonaws.com:2181"]
[LOG] 78.46405 JUJU state: waiting for state to be initialized
destroy env
[LOG] 13.73135 JUJU environs/ec2: destroying environment "sample-6326978ae3647455"

This CL makes the time stamp format as a duration since
the start of the test in the format agreed before:

[LOG] 0:00.568 DEBUG juju.environs.tools reading v1.* tools
[LOG] 0:00.569 INFO juju environs/testing: uploading FAKE tools 1.17.3-trusty-amd64
[LOG] 0:00.570 INFO juju environs/testing: uploading FAKE tools 1.17.3-precise-amd64
[LOG] 0:00.571 DEBUG juju.environs.tools no architecture specified when finding tools, looking for any

R=
CC=
https://codereview.appspot.com/5874049
Filename Latest Rev Last Changed Committer Comment Size
..
.bzrignore 59.1.1 12 years ago John Arbash Meinel Ignore the windows executable files 27 bytes Diff Download File
.gitignore 12 13 years ago Gustavo Niemeyer Some Go bugs were fixed. Removed workarounds. 27 bytes Diff Download File
benchmark.go 85 11 years ago Gustavo Niemeyer Re-run SetUpTest and TearDownTest while callibrati 2.9 KB Diff Download File
benchmark_test.go 74.2.5 10 years ago Roger Peppe merge trunk; 2.1 KB Diff Download File
bootstrap_test.go 74.2.6 10 years ago Roger Peppe gofmt 2.1 KB Diff Download File
checkers.go 74.2.5 10 years ago Roger Peppe merge trunk; 12.2 KB Diff Download File
checkers_test.go 73 12 years ago Gustavo Niemeyer Added HasLen checker. 10.3 KB Diff Download File
export_test.go 61.1.1 12 years ago Roger Peppe Fixes for changes to error type. New ErrorMatches 177 bytes Diff Download File
fixture_test.go 74.2.8 10 years ago Roger Peppe reinstate ^ 13.6 KB Diff Download File
foundation_test.go 74.2.5 10 years ago Roger Peppe merge trunk; 8.8 KB Diff Download File
gocheck.go 74.2.6 10 years ago Roger Peppe gofmt 21.9 KB Diff Download File
gocheck_test.go 74.2.6 10 years ago Roger Peppe gofmt 4.9 KB Diff Download File
helpers.go 74.2.4 11 years ago Roger Peppe gofmt 7.1 KB Diff Download File
helpers_test.go 74.2.5 10 years ago Roger Peppe merge trunk; 15.6 KB Diff Download File
LICENSE 86 10 years ago Gustavo Niemeyer Fix LICENSE file to be Simplified BSD, as the web 1.3 KB Diff Download File
Makefile 59 12 years ago Gustavo Niemeyer Removed gotos that were rendered invalid recently. 644 bytes Diff Download File
printer.go 71 12 years ago Gustavo Niemeyer Print leading comments for a given line as well. 3.7 KB Diff Download File
printer_test.go 74.2.7 10 years ago Roger Peppe revert gofmt of printer_test.go 2.4 KB Diff Download File
run.go 74.2.6 10 years ago Roger Peppe gofmt 4 KB Diff Download File
run_test.go 74.2.6 10 years ago Roger Peppe gofmt 11.6 KB Diff Download File
TODO 78 11 years ago Gustavo Niemeyer Finished integration of benchmarks! 56 bytes Diff Download File