Skip to content

Commit

Permalink
Invalid proto tag to make sure that #328 works
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-srhodes committed Sep 26, 2023
1 parent 1d2a2dd commit 55545f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/fdb/fdb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,8 @@ message Log {
message FDBCLIResponseOutput {
bytes stdout = 1;
bytes stderr = 2;
int32 retCode = 3;
string hi = 3;

Check failure on line 681 in services/fdb/fdb.proto

View workflow job for this annotation

GitHub Actions / incompatible proto changes

Field "3" with name "hi" on message "FDBCLIResponseOutput" changed option "json_name" from "retCode" to "hi".

Check failure on line 681 in services/fdb/fdb.proto

View workflow job for this annotation

GitHub Actions / incompatible proto changes

Field "3" on message "FDBCLIResponseOutput" changed type from "int32" to "string".

Check failure on line 681 in services/fdb/fdb.proto

View workflow job for this annotation

GitHub Actions / incompatible proto changes

Field "3" on message "FDBCLIResponseOutput" changed name from "retCode" to "hi".
int32 retCode = 4;
}

message FDBCLIResponse {
Expand Down

0 comments on commit 55545f3

Please sign in to comment.