Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the parser hint tests. #3429

Merged
merged 1 commit into from
Mar 4, 2021

Conversation

cyriltovena
Copy link
Contributor

I was able to find out where was the issue with that test yesterday.
Now I realized that we can mutate (re-slice) the given log line, and so other test would fail.

This also make the parallel back.

Signed-off-by: Cyril Tovena cyril.tovena@gmail.com

I was able to find out where was the issue with that test yesterday.
Now I realized that we can mutate (re-slice) the given log line, and so other test would fail.

This also make the parallel back.

Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
@codecov-io
Copy link

Codecov Report

Merging #3429 (d372ed9) into master (32d668c) will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3429      +/-   ##
==========================================
- Coverage   63.36%   63.29%   -0.08%     
==========================================
  Files         205      205              
  Lines       17539    17539              
==========================================
- Hits        11114    11101      -13     
- Misses       5429     5447      +18     
+ Partials      996      991       -5     
Impacted Files Coverage Δ
pkg/promtail/positions/positions.go 46.80% <0.00%> (-11.71%) ⬇️
pkg/promtail/targets/file/filetarget.go 64.13% <0.00%> (-2.76%) ⬇️
pkg/querier/queryrange/downstreamer.go 95.29% <0.00%> (-2.36%) ⬇️
pkg/logql/evaluator.go 89.83% <0.00%> (-0.36%) ⬇️
pkg/storage/stores/shipper/uploads/table.go 69.15% <0.00%> (+2.80%) ⬆️

@owen-d owen-d merged commit ce4f785 into grafana:master Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants