فهرست منبع

[beeswax] Fix beeswax unit test (skip --superuser option)

The `superuser' argument to BeeswaxServer has been removed, because it doesn't
do anything. The test code needs to catch up.
bc Wong 13 سال پیش
والد
کامیت
c4695a9
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      apps/beeswax/src/beeswax/test_base.py

+ 0 - 2
apps/beeswax/src/beeswax/test_base.py

@@ -59,8 +59,6 @@ def _start_server(cluster):
     str(BEESWAXD_TEST_PORT),
     '--metastore',
     str(BEESWAXD_TEST_PORT + 1),
-    '--superuser',
-    pwd.getpwuid(os.getuid())[0],
     '--desktop-host',
     str('127.0.0.1'),
     '--desktop-port',