dep-protobuf/conformance
Joshua Haberman 37dfe806f8 Added a conformance test for embedded nulls in JSON strings.
Going forward we will be forbidding `null` in `json_name`, but we will continue to support embedded `null` in JSON value.  This conformance test will help clarify that this is a supported use case.

PiperOrigin-RevId: 527918031
2023-04-28 10:15:24 -07:00
..
autoload.php Remove all autotools usage (#10132) 2022-08-10 22:51:29 -07:00
bazel_conformance_test_runner.sh Clean up conformance test documentation (#10410) 2022-08-16 08:14:25 -07:00
binary_json_conformance_suite.cc Added a conformance test for embedded nulls in JSON strings. 2023-04-28 10:15:24 -07:00
binary_json_conformance_suite.h Copybara import of the project: 2022-11-15 08:44:05 -08:00
BUILD.bazel Remove ODR violation from WKT codegen (#12406) 2023-04-06 13:19:50 -07:00
conformance.proto Sync from Piper @484138213 2022-10-26 20:10:29 -07:00
conformance_cpp.cc Breaking change: Migrate to Abseil's logging library. 2023-01-24 21:51:03 -08:00
conformance_objc.m Run clang-format on conformance_objc.m. 2022-10-07 12:27:19 -04:00
conformance_php.php Remove all autotools usage (#10132) 2022-08-10 22:51:29 -07:00
conformance_python.py Use sys.stdin.buffer and sys.stdout.buffer directly for binary I/O, don't 2022-11-17 15:17:49 -08:00
conformance_ruby.rb Bazelify ruby runtime (#10525) 2023-01-03 12:12:47 -08:00
conformance_test.cc Internal Code Change 2023-03-14 15:50:59 -07:00
conformance_test.h Remove all remaining STL sets in favor of Abseil containers. 2022-12-21 20:39:46 -08:00
conformance_test_main.cc down integration from internal 2019-02-22 18:13:33 +08:00
conformance_test_runner.cc Breaking change: Migrate to Abseil's logging library. 2023-01-24 21:51:03 -08:00
ConformanceJava.java more descriptive error messages and exceptions (#9868) 2022-04-27 17:02:01 +00:00
ConformanceJavaLite.java Sync from Piper @368734211 2021-04-15 15:53:17 -07:00
defs.bzl Clean up conformance test documentation (#10410) 2022-08-16 08:14:25 -07:00
failure_list_cpp.txt Correctly discard unknown enum name strings in an array when parsing a repeated field. 2022-11-17 13:25:35 -08:00
failure_list_csharp.txt Exempt PHP and C# from the new google.protobuf.Value conformance test case. 2023-01-10 15:45:45 -08:00
failure_list_java.txt Sync from Piper @375548932 2021-05-24 13:49:39 -07:00
failure_list_java_lite.txt Sync from Piper @368903491 2021-04-16 12:59:54 -07:00
failure_list_jruby.txt Change the Ruby code generator to emit a serialized proto instead of the DSL (#12319) 2023-04-13 16:09:45 -07:00
failure_list_objc.txt Fix enum writing. 2019-08-26 17:17:32 -04:00
failure_list_php.txt Bump protobuf to latest upb version. 2023-01-14 00:11:12 -08:00
failure_list_php_c.txt Bump protobuf to latest upb version. 2023-01-14 00:11:12 -08:00
failure_list_python-post26.txt Down-integrate from google3. 2018-08-08 17:00:41 -07:00
failure_list_python.txt Copybara import of the project: 2022-11-15 08:44:05 -08:00
failure_list_python_cpp.txt Copybara import of the project: 2022-11-15 08:44:05 -08:00
failure_list_ruby.txt Change the Ruby code generator to emit a serialized proto instead of the DSL (#12319) 2023-04-13 16:09:45 -07:00
README.md [ObjC] Tweaks to the Objective-C github actions. 2023-02-08 12:44:50 -08:00
text_format_conformance_suite.cc Breaking change: Migrate to Abseil's logging library. 2023-01-24 21:51:03 -08:00
text_format_conformance_suite.h Sync from Piper @mkruskal/protobuf-absl 2022-10-06 16:48:39 -07:00
text_format_failure_list_cpp.txt Sync from Piper @334206209 2020-09-28 11:54:54 -07:00
text_format_failure_list_csharp.txt Update conformance test failures 2019-03-20 14:43:42 -07:00
text_format_failure_list_java.txt Sync from Piper @395706834 2021-09-09 08:21:42 -07:00
text_format_failure_list_java_lite.txt Sync from Piper @368903491 2021-04-16 12:59:54 -07:00
text_format_failure_list_jruby.txt Set up testing configuration for jruby 2020-12-11 16:02:41 -08:00
text_format_failure_list_php.txt Update conformance test failures 2019-03-20 14:43:42 -07:00
text_format_failure_list_python.txt Sync from Piper @334206209 2020-09-28 11:54:54 -07:00
text_format_failure_list_python_cpp.txt Sync from Piper @334206209 2020-09-28 11:54:54 -07:00
text_format_failure_list_ruby.txt Update conformance test failures 2019-03-20 14:43:42 -07:00
update_failure_list.py file() was removed in Python 3, use open() instead 2017-08-18 01:04:17 +02:00

Protocol Buffers - Google's data interchange format

Copyright 2008 Google Inc.

This directory contains conformance tests for testing completeness and correctness of Protocol Buffers implementations. These tests are designed to be easy to run against any Protocol Buffers implementation.

This directory contains the tester process conformance-test, which contains all of the tests themselves. Then separate programs written in whatever language you want to test communicate with the tester program over a pipe.

If you're not using Bazel to run these tests, make sure you build the C++ tester code beforehand, e.g. from the base directory:

$ cmake . -Dprotobuf_BUILD_CONFORMANCE=ON && cmake --build .

This will produce a conformance_test_runner binary that can be used to run conformance tests on any executable. Pass it --help for more information.

Running the tests for C++

To run the tests against the C++ implementation, run:

$ bazel test //src:conformance_test

Or alternatively with CMake:

$ ctest -R conformance_cpp_test

Running the tests for other languages

All of the languages in the Protobuf source tree are set up to run conformance tests using similar patterns. You can either use Bazel to run the conformance_test target defined in the language's root BUILD.bazel file, or create an executable for a custom test and pass it to conformance_test_runner.

Note: CMake can be used to build the conformance test runner, but not any of the conformance test executables outside C++. So if you aren't using Bazel you'll need to create the executable you pass to conformance_test_runner via some alternate build system.

While we plan to model all our supported languages more completely in Bazel, today some of them are a bit tricky to run. Below is a list of the commands (and prerequisites) to run each language's conformance tests.

Java:

$ bazel test //java/core:conformance_test //java/lite:conformance_test

Python:

$ bazel test //python:conformance_test

Python C++:

$ bazel test //python:conformance_test_cpp --define=use_fast_cpp_protos=true

C#:

$ `which dotnet || echo "You must have dotnet installed!"
$ `bazel test //csharp:conformance_test \
    --action_env=DOTNET_CLI_TELEMETRY_OPTOUT=1 --test_env=DOTNET_CLI_HOME=~ \
    --action_env=DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1

Objective-C (Mac only):

$ `bazel test //objectivec:conformance_test --macos_minimum_os=10.9

Ruby:

$ [[ $(ruby --version) == "ruby"* ]] || echo "Select a C Ruby!"
$ bazel test //ruby:conformance_test --define=ruby_platform=c \
    --action_env=PATH --action_env=GEM_PATH --action_env=GEM_HOME

JRuby:

$ [[ $(ruby --version) == "jruby"* ]] || echo "Switch to Java Ruby!"
$ bazel test //ruby:conformance_test_jruby --define=ruby_platform=java \
    --action_env=PATH --action_env=GEM_PATH --action_env=GEM_HOME

Testing other Protocol Buffer implementations

To run these tests against a new Protocol Buffers implementation, write a program in your language that uses the protobuf implementation you want to test. This program should implement the testing protocol defined in conformance.proto. This is designed to be as easy as possible: the C++ version is only 150 lines and is a good example for what this program should look like (see conformance_cpp.cc). The program only needs to be able to read from stdin and write to stdout.

Portability

Note that the test runner currently does not work on Windows. Patches to fix this are welcome! (But please get in touch first to settle on a general implementation strategy).