-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable py3 server and client_server tests in auto_migrate mode
Summary: These tests mostly don't work because the thrift py3 server library doesn't accept thrift python server interfaces, which has always been very low pri to fix because the all the ways of setting up thrift py3 services also accept thrift python services, meaning that this only breaks for people setting up raw py3 services. Enabling it just for the sake of better tracking. The bad unicode test is odd though, because it seems that rather than throwing a nice `UnicodeDecodeError` like thrift py3 does, a very ugly `IndexError` gets doesn't get caught and causes that test to fail even with `brokenInAutoMigrate()`. Worth investigating, but for now I'm just bypassing that test. Reviewed By: yoney Differential Revision: D68870475 fbshipit-source-id: eafa2022d3f7024eabdd37788e6087611fd7b831
- Loading branch information
1 parent
e1ccd4f
commit 3611f9c
Showing
2 changed files
with
46 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters