Skip to content

Commit

Permalink
Allow incompatible rest model changes in restli-int-test-server
Browse files Browse the repository at this point in the history
Checking rest model compatibility for our integration tests is
useless and just adds extra steps during test development.

RB=1903191
R=ybi,kbalasub
A=ybi,kbalasub
  • Loading branch information
evanw555 committed Dec 5, 2019
1 parent 546eeba commit 70189d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
28.0.11
-------

(RB=1903191)
Allow incompatible rest model changes in restli-int-test-server

28.0.10
-------
Expand All @@ -25,12 +26,12 @@ Add debug logging to client/server request finalizers.

28.0.7
------
(RB=1882082)
Adds equality/hash methods for ActionResult class

(RB=1891665)
Allow waiting until zookeeper connection establishes before ZKconnection#start returns

(RB=1882082)
Adds equality/hash methods for ActionResult class

(RB=1894377)
Disable setup and teardown for SymlinkAwareZooKeeperTest

Expand Down
3 changes: 3 additions & 0 deletions restli-int-test-server/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Allow incompatible rest model changes for integration tests
# to prevent annoying extra steps during test development.
rest.model.compatibility=ignore

0 comments on commit 70189d7

Please sign in to comment.