This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a change to branch better-error-messages-in-tests
in repository https://gitbox.apache.org/repos/asf/avro.git


 discard a269b4da6 Print friendlier error messages in the tests
     add 91f5fa753 Bump log from 0.4.17 to 0.4.18 in /lang/rust (#2261)
     add d1b5f9ad9 Bump syn from 2.0.16 to 2.0.18 in /lang/rust (#2260)
     add cdfd66fed AVRO-3764: [Rust]: Add resolve method with schemata for an 
automatic Schema::Ref resolving (#2262)
     new db391b8f7 AVRO-3766: [Rust] Print fliendlier errors when test cases 
fail

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a269b4da6)
            \
             N -- N -- N   refs/heads/better-error-messages-in-tests (db391b8f7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 lang/rust/Cargo.lock                               |  27 ++--
 lang/rust/avro/Cargo.toml                          |   2 +-
 lang/rust/avro/src/schema.rs                       |   2 +-
 lang/rust/avro/src/types.rs                        |  53 +++++++
 lang/rust/avro/tests/schema.rs                     | 164 ++++++++++++---------
 lang/rust/avro/tests/shared.rs                     |   4 +-
 .../rust/avro/tests/to_from_avro_datum_schemata.rs |  24 +--
 lang/rust/avro_derive/Cargo.toml                   |   2 +-
 lang/rust/avro_test_helper/Cargo.toml              |   2 +-
 9 files changed, 183 insertions(+), 97 deletions(-)

Reply via email to