Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

also verify oplog doc is for the tailing collection #386

Merged
merged 1 commit into from
Jun 27, 2017

Conversation

jipperinbham
Copy link
Contributor

fixes bug reported via gitter chat where documents form collections not being tailed were making their way down the pipeline

this is possibly a bug in the upstream mgo project or mongodb itself but to ensure it doesn't happen in transporter, we'll also verify the oplog doc ns matches the ns being used for the query

@codecov
Copy link

codecov bot commented Jun 27, 2017

Codecov Report

Merging #386 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #386      +/-   ##
==========================================
+ Coverage   86.33%   86.33%   +<.01%     
==========================================
  Files          59       59              
  Lines        3468     3469       +1     
==========================================
+ Hits         2994     2995       +1     
  Misses        313      313              
  Partials      161      161
Impacted Files Coverage Δ
adaptor/mongodb/reader.go 85.43% <100%> (+0.07%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 41ffa26...63b40e5. Read the comment docs.

@jipperinbham jipperinbham merged commit 8a60a89 into master Jun 27, 2017
@jipperinbham jipperinbham deleted the mongo-ns-bug-fix branch June 27, 2017 19:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant