alibaba / innodb-java-reader

A library and command-line tool to access MySQL InnoDB data file directly in Java
Apache License 2.0
462 stars 115 forks source link

Fix Nondeterministic Ordering in Tests: added annotations #14

Closed chrnndz3 closed 3 years ago

chrnndz3 commented 3 years ago

Added field ordinal annotations for easier changes in the future commits. This is a parent PR to https://github.com/alibaba/innodb-java-reader/pull/15 and https://github.com/alibaba/innodb-java-reader/pull/16. Further details about the problem and solution in those PRs.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

codecov-io commented 3 years ago

Codecov Report

Merging #14 (0b952d5) into master (24a95d8) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #14   +/-   ##
=========================================
  Coverage     82.32%   82.32%           
  Complexity     1113     1113           
=========================================
  Files            91       91           
  Lines          4148     4148           
  Branches        554      554           
=========================================
  Hits           3415     3415           
  Misses          508      508           
  Partials        225      225           

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 24a95d8...0b952d5. Read the comment docs.