Commit Graph

156 Commits (9c4782f1cc34f85f07daaaed14af2e7ad1ff56a0)

Author SHA1 Message Date
Brian Brazil 6ac81cc7a9
Correctly handle empty labels. (#594) 7 years ago
naivewong 7ab060c864 selectOverlappingDirs selects wrong dirs where there are 2 disjoint sets of overlapping dirs 7 years ago
Vishnunarayan K I 7757fe6f21 Added ability to create db with NopWal (#519) 7 years ago
Krasi Georgiev c3ffdf1a99
Test createBlock and check all os.RemoveAll in the tests for errors. (#549) 7 years ago
Krasi Georgiev ab8476dd06
Release 0.6.0 (#537) 7 years ago
Ganesh Vernekar 28c73f531f
Make vertical compaction and query merge optional 7 years ago
Ganesh Vernekar c59ed492b2 Vertical query merging and compaction (#370) 7 years ago
Krasi Georgiev 07df4fd383 nits 7 years ago
Krasi Georgiev 1603222bbc small refactor of openTestDB to handle errors properly. 7 years ago
Krasi Georgiev 3ec08eac50 use camelcase for rangeToTriggerCompaction 7 years ago
yeya24 6181d1f18f fix two typos in db_test 7 years ago
Krasi Georgiev dac2b97dfd
make createBlock more generic so it can be used in other tests. (#489) 7 years ago
Ganesh Vernekar 1a9d08adc5 Don't write empty blocks (#374) 7 years ago
mknapphrt ebf5d74325 Added storage size based retention method and new metrics (#343) 7 years ago
Ganesh Vernekar d7e505db34
Dont store stones in head, delete samples directly 7 years ago
Simon Pasquier d5d7a097e1 Update Makefile.common 7 years ago
Krasi Georgiev 48c439d26d
fix statick check errors (#475) 7 years ago
Krasi Georgiev eb6586f513
rename createPopulatedBlock to createBlock and use it instead ot createEmptyBlock (#488) 7 years ago
Krasi Georgiev 6d489a1004
fix TestWALSegmentSizeOption for windows. (#482) 7 years ago
glutamatt 22e3aeb107 Add WALSegmentSize as an option of tsdb creation (#450) 7 years ago
Krasi Georgiev a2779cc901
fix flaky tests: TestDisableAutoCompactions,TestBlockRanges (#472) 7 years ago
Krasi Georgiev bac9cbed2e
no overlapping on compaction when an existing block is not within default boundaries. (#461) 7 years ago
Brian Brazil d50b9a5619
Reload after reading the WAL. (#460) 7 years ago
Ganesh Vernekar 7f30395115 LabelNames() for Querier (#455) 7 years ago
Brian Brazil 41b54585d9
Use already open blocks while compacting. (#441) 7 years ago
Krasi Georgiev 5a9ddeecef
fix lint errors (#439) 7 years ago
Ganesh Vernekar 3a08a71d86 LabelNames() method to get all unique label names (#369) 7 years ago
Krasi Georgiev d804a27062
refactor util funcs to allow re-usage. (#419) 7 years ago
Ganesh Vernekar 61d0868966 Fix TestCorrectNumTombstones (#399) 7 years ago
Ganesh Vernekar 6e712963e2 Fix updating of NumTombstones in block.Delete(..) (#385) 7 years ago
Krasi Georgiev d05611c027
removed some unused code and moved mockSeriesSet in querier_test (#394) 7 years ago
Krasi Georgiev d38516b1c2
remove unused changes variable (#391) 7 years ago
Chris Marchbanks 2db59a71a6 Fix assert order being backwards in a few places (#388) 7 years ago
Goutham Veeramachaneni 9c8ca47399
Fix filehandling for windows (#392) 7 years ago
Fabian Reinartz 45071c657c Properly initialize head time 8 years ago
Fabian Reinartz 7841d417b3 Ensure blocks are time-ordered in memory 8 years ago
Benoît Knecht 24b223c161 db: add test for Querier returning too many blocks 8 years ago
Benoît Knecht 4ed6b9ed72 db: add test for chunks that span beyond a block's boundaries 8 years ago
Fabian Reinartz af9003dcef Add resilience to crashes during deletion 8 years ago
codwu cd145c90d5 remove `put` function and use RLock in `Iter` function 8 years ago
codwu 84a45cb79a add rwmutex to prevent concurrent map read when delete series 8 years ago
Krasi Georgiev 6094f35aa2 simplify if-else,test before the tombstone failure, more comments 8 years ago
Krasi Georgiev f31a0d6457 add Test for Tombstone Cleaning after a failure 8 years ago
Fabian Reinartz 76c1b2cdb6 Ensure correct block order on reload 8 years ago
Alexey Palazhchenko 64cce683cc gofmt -s. 8 years ago
Bartek Plotka 15b5d89222 db: Addressed comments. 8 years ago
Bartek Plotka cc306ef0d5 Added grouping by overlap range. 8 years ago
Bartek Plotka 7412e2b44b Added more cases and modified one var name. 8 years ago
Bartek Plotka f07d829946 db: Tiny tuning of algo + added proper print. 8 years ago
Bartek Plotka 1e60f02066 db: Simplified tests. 8 years ago