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

[BEAM-14338] Update watermark unit tests to use time.Time.Equals() #17414

Merged
merged 1 commit into from Apr 20, 2022

Conversation

jrmccluskey
Copy link
Contributor

Replaces direct comparisons of time values with Equals calls, avoiding a mismatch due to location and clock reading also being checked in direct comparison cases.


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Choose reviewer(s) and mention them in a comment (R: @username).
  • Format the pull request title like [BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replace BEAM-XXX with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests

See CI.md for more information about GitHub Actions CI.

@asf-ci
Copy link

asf-ci commented Apr 20, 2022

Can one of the admins verify this patch?

4 similar comments
@asf-ci
Copy link

asf-ci commented Apr 20, 2022

Can one of the admins verify this patch?

@asf-ci
Copy link

asf-ci commented Apr 20, 2022

Can one of the admins verify this patch?

@asf-ci
Copy link

asf-ci commented Apr 20, 2022

Can one of the admins verify this patch?

@asf-ci
Copy link

asf-ci commented Apr 20, 2022

Can one of the admins verify this patch?

@github-actions github-actions bot added the go label Apr 20, 2022
@codecov
Copy link

codecov bot commented Apr 20, 2022

Codecov Report

Merging #17414 (e90d218) into master (e4d2050) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master   #17414   +/-   ##
=======================================
  Coverage   73.83%   73.83%           
=======================================
  Files         686      686           
  Lines       90143    90143           
=======================================
  Hits        66555    66555           
  Misses      22406    22406           
  Partials     1182     1182           
Flag Coverage Δ
go 49.55% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 e4d2050...e90d218. Read the comment docs.

@lostluck lostluck merged commit ca16e4e into apache:master Apr 20, 2022
@jrmccluskey jrmccluskey deleted the outtaTime branch May 12, 2022 14:48
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.

None yet

3 participants