index
:
dtail
master
refactor-trail-1
DTail is a distributed DevOps tool for tailing, grepping, catting logs and other text files on many remote machines at once.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
integrationtests
/
dmap_test.go
Age
Commit message (
Expand
)
Author
2022-03-14
typo
Paul Buetow
2022-03-14
add integration test for "outfile append.."
Paul Buetow
2022-03-14
"append" now actually will append to an outfile now. previously we only added...
Paul Buetow
2021-12-21
adjust integration tests to reflect the last datetime string change
Paul Buetow
2021-12-12
add set condition integraion test
Paul Buetow
2021-12-08
add string based mapreduce where clause integration test
Paul Buetow
2021-12-08
add where clause integration test to dmap1, all mapreduce token fields are lo...
Paul Buetow
2021-12-08
refactor dmap1 unit test to be more modular
Paul Buetow
2021-11-02
Refactor integration tests. Also fix the dmap1 PIPE test
Paul Buetow
2021-10-31
add dmap integration test with stdin input pipe
Paul Buetow
2021-10-29
Dont use relaxed SSH Auth mode anymore for integration tests
Paul Buetow
2021-10-24
integration tests use a different known_hosts path and also dont read any ext...
Paul Buetow
2021-10-24
Fix deadlock around aggregating data + server max concurrent file read limiter
Paul Buetow
2021-10-21
add inventory
Paul Buetow
2021-10-20
make pprof bind address configurable
Paul Buetow
2021-10-19
Set DTAIL_RUN_INTEGRATIONT_TEST to yes for integration tests
Paul Buetow
2021-10-19
Can configure DTail client not to mess with ~/.ssh/known_hosts via env var - ...
Paul Buetow
2021-10-13
add another dcat integration test - catting 100 files at once
Paul Buetow
2021-10-11
refactor
Paul Buetow
2021-10-10
vetting and linting and some code restyling
Paul Buetow
2021-10-10
add dtail health check unit test.
Paul Buetow
2021-10-03
when a mapreduce outfile is specified also always write a outfile.query file
Paul Buetow
2021-10-03
add dmap tests
Paul Buetow