19 Commits (8a34c43515fc0b9452ecf4f238c44a9f249d5da3)

Author SHA1 Message Date
Jesus Vazquez 775d90d5f8
TSDB: Rename wal package to wlog (#11352) 2 years ago
Matthieu MOREL e2ede285a2
refactor: move from io/ioutil to io and os packages (#10528) 3 years ago
Eng Zer Jun 3e67654d37
refactor: use `T.TempDir()` and `B.TempDir` to create temporary directory 3 years ago
beorn7 c954cd9d1d Move packages out of deprecated pkg directory 3 years ago
Dieter Plaetinck cda025b5b5
TSDB: demistify SeriesRefs and ChunkRefs (#9536) 3 years ago
Mateusz Gozdek 1a6c2283a3 Format Go source files using 'gofumpt -w -s -extra' 3 years ago
SuperQ e167a45c65
Add new Go build tags. 3 years ago
Levi Harrison b5f6f8fb36 Switched to go-kit/log 3 years ago
Julien Pivotto 6c56a1faaa
Testify: move to require (#8122) 4 years ago
Julien Pivotto 4e5b1722b3
Move away from testutil, refactor imports (#8087) 4 years ago
Julien Pivotto 62805b2fe9
tsdb: test for leaks (#7566) 4 years ago
Brad Walker 3348930df5
Replace fileutil.ReadDir with ioutil.ReadDir (#7029) (#7033) 5 years ago
Josh Soref 91d76c8023 Spelling (#6517) 5 years ago
Tom Wilkie de0a772b8e Port tsdb to use pkg/labels. (#6326) 5 years ago
陈谭军 103f26d188 fix the wrong word (#6069) 5 years ago
Callum Styan 3344bb5c33 Move WAL watcher code to tsdb/wal package. (#5999) 5 years ago
Bartek Plotka f0863a604e Removed extra tsdb/testutil after merge. 5 years ago
Ganesh Vernekar 5ecef3542d
Cleanup after merging tsdb into prometheus 5 years ago
Ganesh Vernekar 7cf09b0395
Moving tsdb into its own subdirectory 5 years ago
Chris Marchbanks b40cc43958 Provide option to compress WAL records (#609) 6 years ago
Krasi Georgiev 288f67efbf
fix some unchecked errors and remove unused vars. (#592) 6 years ago
Krasi Georgiev c3ffdf1a99
Test createBlock and check all os.RemoveAll in the tests for errors. (#549) 6 years ago
Krasi Georgiev 48c439d26d
fix statick check errors (#475) 6 years ago
Krasi Georgiev 2962202ed3
fix windows tests (#469) 6 years ago
Ben a8351dc9d0 Using filepath.Join() instead of strings with slashes (#428) 6 years ago
Chris Marchbanks 2db59a71a6 Fix assert order being backwards in a few places (#388) 6 years ago
Fabian Reinartz 22fd3ef24e Deal with zero-length segments 6 years ago
Fabian Reinartz 1a5573b4ce Migrate write ahead log 6 years ago
Mario Trangoni c0e888e82b fix megacheck issues: os.SEEK_SET is deprecated: Use io.SeekStart, io.SeekCurrent, and io.SeekEnd. 7 years ago
Krasi Georgiev eb6cdbcb5b some test funcitons didn't cleanup after themselves. 7 years ago
Nipun 6537ee832c Incorporated review comments 7 years ago
Nipun cadae47522 fixed an issue in TestWALRestoreCorrupted 7 years ago
Fabian Reinartz adb6be73dd move label read function int labels pkg 7 years ago
Callum Styan 8326e410d0 decouple tsdb main.go (and tests) from prometheus/pkg 7 years ago
Callum Styan ca4e817372 move test utils to it's own package so we can use it in tests for other packages in tsdb repo 7 years ago
Callum Styan 6c8bbf3f61 use test utils in wal_test 7 years ago
ranbochen a27cf34a36 fix bugs on platform windows to pass all test case. (#192) 7 years ago
ranbo chen 19340a382d clean up codes 7 years ago
ranbo chen b82b2d0c1b fix bugs on platform windows to pass all test case. 7 years ago
Fabian Reinartz 80055bb95b Truncate segments on broken header 7 years ago
Fabian Reinartz d3682d701c wal: decode and process in separate threads. 7 years ago
Bas Harenslak 5e1c258a98 Instrument WAL fsync 7 years ago
Fabian Reinartz 1e88ba06b4 Use boolean function instead of postings to drop WAL series 7 years ago
Fabian Reinartz 24362567b9 Fix test flakes 7 years ago
Fabian Reinartz 6892fc6dcb Finish old WAL segment async, default to no fsync 7 years ago
Fabian Reinartz c2916736be Re-use slices on deocding the WAL. Fix tests. 7 years ago
Fabian Reinartz 0db4c227b7 Fix min/max time handling and concurrent crc32 usage 7 years ago
Fabian Reinartz 970bffec8d Fix WAL errors and add tests for it 7 years ago
Fabian Reinartz 33e9bdf403 WAL refactoring and truncation fixes and test 7 years ago
Fabian Reinartz 1ddedf2b30 Change series ID from uint32 to uint64 7 years ago