Use ttar fixtures for tests , idea borrowed from prometheus/procfs
This commit is contained in:
parent
1666fe6c96
commit
bd489d1a7c
|
@ -1,3 +1,4 @@
|
||||||
|
/fixtures/
|
||||||
/.tarballs
|
/.tarballs
|
||||||
/.build
|
/.build
|
||||||
/cgroup_exporter
|
/cgroup_exporter
|
||||||
|
|
12
Makefile
12
Makefile
|
@ -8,3 +8,15 @@ DOCKER_IMAGE_NAME ?= cgroup_exporter
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
go test -race -coverpkg=./... -coverprofile=coverage.txt -covermode=atomic ./...
|
go test -race -coverpkg=./... -coverprofile=coverage.txt -covermode=atomic ./...
|
||||||
|
|
||||||
|
%/.unpacked: %.ttar
|
||||||
|
@echo ">> extracting fixtures"
|
||||||
|
./ttar -C $(dir $*) -x -f $*.ttar
|
||||||
|
touch $@
|
||||||
|
|
||||||
|
update_fixtures:
|
||||||
|
rm -vf fixtures/.unpacked
|
||||||
|
./ttar -c -f fixtures.ttar fixtures/
|
||||||
|
|
||||||
|
.PHONY: test
|
||||||
|
test: fixtures/.unpacked common-test
|
||||||
|
|
|
@ -38,7 +38,7 @@ func TestMain(m *testing.M) {
|
||||||
}
|
}
|
||||||
_, filename, _, _ := runtime.Caller(0)
|
_, filename, _, _ := runtime.Caller(0)
|
||||||
dir := filepath.Dir(filename)
|
dir := filepath.Dir(filename)
|
||||||
fixture := filepath.Join(dir, "test")
|
fixture := filepath.Join(dir, "fixtures")
|
||||||
cgroupRoot = &fixture
|
cgroupRoot = &fixture
|
||||||
procFixture := filepath.Join(fixture, "proc")
|
procFixture := filepath.Join(fixture, "proc")
|
||||||
procRoot = &procFixture
|
procRoot = &procFixture
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1 +0,0 @@
|
||||||
0
|
|
|
@ -1 +0,0 @@
|
||||||
100000
|
|
|
@ -1 +0,0 @@
|
||||||
-1
|
|
|
@ -1 +0,0 @@
|
||||||
1000000
|
|
|
@ -1 +0,0 @@
|
||||||
0
|
|
|
@ -1 +0,0 @@
|
||||||
1024
|
|
|
@ -1,3 +0,0 @@
|
||||||
nr_periods 0
|
|
||||||
nr_throttled 0
|
|
||||||
throttled_time 0
|
|
|
@ -1,2 +0,0 @@
|
||||||
user 2
|
|
||||||
system 4
|
|
|
@ -1 +0,0 @@
|
||||||
65297599
|
|
|
@ -1 +0,0 @@
|
||||||
27864801 33969662 1099301 2363835
|
|
|
@ -1 +0,0 @@
|
||||||
0
|
|
|
@ -1 +0,0 @@
|
||||||
0
|
|
|
@ -1 +0,0 @@
|
||||||
100000
|
|
|
@ -1 +0,0 @@
|
||||||
-1
|
|
|
@ -1 +0,0 @@
|
||||||
1000000
|
|
|
@ -1 +0,0 @@
|
||||||
0
|
|
|
@ -1 +0,0 @@
|
||||||
1024
|
|
|
@ -1,3 +0,0 @@
|
||||||
nr_periods 0
|
|
||||||
nr_throttled 0
|
|
||||||
throttled_time 0
|
|
|
@ -1,2 +0,0 @@
|
||||||
user 0
|
|
||||||
system 0
|
|
|
@ -1 +0,0 @@
|
||||||
7710215
|
|
|
@ -1 +0,0 @@
|
||||||
3710825 3999390 0 0
|
|
|
@ -1 +0,0 @@
|
||||||
0
|
|
|
@ -1 +0,0 @@
|
||||||
100000
|
|
|
@ -1 +0,0 @@
|
||||||
-1
|
|
|
@ -1 +0,0 @@
|
||||||
1000000
|
|
|
@ -1 +0,0 @@
|
||||||
0
|
|
|
@ -1 +0,0 @@
|
||||||
1024
|
|
|
@ -1,3 +0,0 @@
|
||||||
nr_periods 0
|
|
||||||
nr_throttled 0
|
|
||||||
throttled_time 0
|
|
|
@ -1,2 +0,0 @@
|
||||||
user 0
|
|
||||||
system 0
|
|
|
@ -1 +0,0 @@
|
||||||
7710215
|
|
|
@ -1 +0,0 @@
|
||||||
3710825 3999390 0 0
|
|
|
@ -1 +0,0 @@
|
||||||
0
|
|
|
@ -1 +0,0 @@
|
||||||
100000
|
|
|
@ -1 +0,0 @@
|
||||||
-1
|
|
|
@ -1 +0,0 @@
|
||||||
1000000
|
|
|
@ -1 +0,0 @@
|
||||||
1024
|
|
|
@ -1,3 +0,0 @@
|
||||||
nr_periods 0
|
|
||||||
nr_throttled 0
|
|
||||||
throttled_time 0
|
|
|
@ -1,2 +0,0 @@
|
||||||
user 0
|
|
||||||
system 0
|
|
|
@ -1 +0,0 @@
|
||||||
7710215
|
|
|
@ -1 +0,0 @@
|
||||||
3710825 3999390 0 0
|
|
|
@ -1 +0,0 @@
|
||||||
0
|
|
|
@ -1,2 +0,0 @@
|
||||||
95521
|
|
||||||
95525
|
|
|
@ -1 +0,0 @@
|
||||||
100000
|
|
|
@ -1 +0,0 @@
|
||||||
1000000
|
|
|
@ -1 +0,0 @@
|
||||||
1024
|
|
|
@ -1,3 +0,0 @@
|
||||||
nr_periods 0
|
|
||||||
nr_throttled 0
|
|
||||||
throttled_time 0
|
|
|
@ -1,2 +0,0 @@
|
||||||
user 0
|
|
||||||
system 0
|
|
|
@ -1 +0,0 @@
|
||||||
7710215
|
|
|
@ -1 +0,0 @@
|
||||||
3710825 3999390 0 0
|
|
|
@ -1,2 +0,0 @@
|
||||||
95521
|
|
||||||
95525
|
|
|
@ -1 +0,0 @@
|
||||||
0
|
|
|
@ -1 +0,0 @@
|
||||||
0
|
|
|
@ -1,7 +0,0 @@
|
||||||
280687
|
|
||||||
280755
|
|
||||||
280942
|
|
||||||
280943
|
|
||||||
280944
|
|
||||||
280948
|
|
||||||
280949
|
|
|
@ -1 +0,0 @@
|
||||||
100000
|
|
|
@ -1 +0,0 @@
|
||||||
-1
|
|
|
@ -1 +0,0 @@
|
||||||
1000000
|
|
|
@ -1 +0,0 @@
|
||||||
0
|
|
|
@ -1 +0,0 @@
|
||||||
1024
|
|
|
@ -1,3 +0,0 @@
|
||||||
nr_periods 0
|
|
||||||
nr_throttled 0
|
|
||||||
throttled_time 0
|
|
|
@ -1,2 +0,0 @@
|
||||||
user 15314631
|
|
||||||
system 26077
|
|
|
@ -1 +0,0 @@
|
||||||
152995785583781
|
|
|
@ -1 +0,0 @@
|
||||||
3741446525236 3763871961512 3800004207303 3795925066130 3802666529070 3800304192183 3802555292152 3804795218295 4160254191665 3803812739329 3805914555196 3803924757760 3804157062388 3804434454497 3799628022547 3805746895327 3801777709215 3807932330725 3804793579197 4281745115690 3804595709989 3805045301831 3803044002744 3805835045559 3804952857992 3797882249643 3805434134051 3805050988133 3805773462792 3805422181921 3926304892533 3793095726993 3804059814194 3805599780955 3804553512591 3805412437282 3805505596539 3803162401816 3804398646859 3804887475895
|
|
|
@ -1 +0,0 @@
|
||||||
0
|
|
|
@ -1,47 +0,0 @@
|
||||||
280687
|
|
||||||
280755
|
|
||||||
280942
|
|
||||||
280943
|
|
||||||
280944
|
|
||||||
280948
|
|
||||||
280949
|
|
||||||
281004
|
|
||||||
281005
|
|
||||||
281006
|
|
||||||
281007
|
|
||||||
281008
|
|
||||||
281009
|
|
||||||
281010
|
|
||||||
281011
|
|
||||||
281012
|
|
||||||
281013
|
|
||||||
281014
|
|
||||||
281015
|
|
||||||
281016
|
|
||||||
281017
|
|
||||||
281018
|
|
||||||
281019
|
|
||||||
281020
|
|
||||||
281021
|
|
||||||
281022
|
|
||||||
281023
|
|
||||||
281024
|
|
||||||
281025
|
|
||||||
281026
|
|
||||||
281027
|
|
||||||
281028
|
|
||||||
281029
|
|
||||||
281030
|
|
||||||
281031
|
|
||||||
281032
|
|
||||||
281033
|
|
||||||
281034
|
|
||||||
281035
|
|
||||||
281036
|
|
||||||
281037
|
|
||||||
281038
|
|
||||||
281039
|
|
||||||
281040
|
|
||||||
281041
|
|
||||||
281042
|
|
||||||
281043
|
|
|
@ -1 +0,0 @@
|
||||||
0
|
|
|
@ -1 +0,0 @@
|
||||||
100000
|
|
|
@ -1 +0,0 @@
|
||||||
-1
|
|
|
@ -1 +0,0 @@
|
||||||
1000000
|
|
|
@ -1 +0,0 @@
|
||||||
0
|
|
|
@ -1 +0,0 @@
|
||||||
1024
|
|
|
@ -1,3 +0,0 @@
|
||||||
nr_periods 0
|
|
||||||
nr_throttled 0
|
|
||||||
throttled_time 0
|
|
|
@ -1,2 +0,0 @@
|
||||||
user 30648565
|
|
||||||
system 51983
|
|
|
@ -1 +0,0 @@
|
||||||
306181522324683
|
|
|
@ -1 +0,0 @@
|
||||||
7507822956061 7528656764703 7592506792141 7602715606951 7599085684977 7609294979494 7604660323578 7618618653931 7959815191466 7616203824147 7610638786639 7616682686571 7608820260166 7619712348886 7598884212794 7621924199684 7604738465824 7623627374038 7608781761607 8574847626011 7608343551357 7617770917092 7605183264978 7621886223773 7607865073606 7613846648300 7605125778530 7624608985662 7607385714373 7620503587308 8199008007781 7609171662251 7605928891278 7621536734593 7606951115289 7620745765085 7609675504308 7620580738305 7607492605427 7619806854280
|
|
|
@ -1 +0,0 @@
|
||||||
0
|
|
|
@ -1 +0,0 @@
|
||||||
0
|
|
|
@ -1,4 +0,0 @@
|
||||||
99062
|
|
||||||
99080
|
|
||||||
99081
|
|
||||||
100190
|
|
|
@ -1 +0,0 @@
|
||||||
100000
|
|
|
@ -1 +0,0 @@
|
||||||
700000
|
|
|
@ -1 +0,0 @@
|
||||||
1000000
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue