Juyeon Kim created ZEPPELIN-6237: ------------------------------------ Summary: Previous Test Settings Persist in zeppelin-server Key: ZEPPELIN-6237 URL: https://issues.apache.org/jira/browse/ZEPPELIN-6237 Project: Zeppelin Issue Type: Test Components: build Reporter: Juyeon Kim
In the zeppelin-server module, some tests retain configuration values from previously executed tests. While individual test classes run correctly on their own, running multiple test classes together or executing the entire test package causes configuration from earlier tests to leak into later ones. This leads to test failures or infinite loops. For example, when running InterpreterRestApiTest and NotebookSecurityRestApiTest together, the configuration from InterpreterRestApiTest persists and affects the environment of NotebookSecurityRestApiTest. -- This message was sent by Atlassian Jira (v8.20.10#820010)