nGrinder 3.2.2 는 버그를 수정하여 자잘한 기능을 개선한 버전입니다. 이번 버전에는 심각한 SVN 보안 이슈를 해결하였습니다.
- If you want to see more generic product info, please visit http://nhnopensource.org/ngrinder
1. Release Info
- Version : 3.2.2
- Release Date : 2013.08.29
2. Changes
outline
- nGrinder 3.2 부터 nGrinder 개발자의 실수로 인해 SVN 접근이 ID/PW로 보호되지 않았습니다. nGrinder 3.2.2 부터는 HTTP Basic Auth 를 사용하여 SVN URL 접근이 보호됩니다.
- 사용자는 lib 과 resources 폴더하위에 서브 폴더를 사용할 수 있습니다. 서브 폴더들도 에이전트로 배포됩니다.
- 관리자는 agent.conf 파일에 agent.javaopt 프로퍼티를 지정함으로써, 에이전트 테스트 프로세스 JVM에 자바 옵션을 제공할 수 있습니다. 일반 유저는 스크립트가 존재하는 폴더에 grinder.properties 파일을 만들고 grinder.jvm.arguments 프로퍼티를 제공하여 JVM 실행 옵션을 제공할 수 있습니다. 이 기능은 ngrinder 의 익스트림 사용자를 위한 겁니다.
- 그리고 자잘한 UI 개선사항이 포함되어 있습니다.
Bug
- [NGRINDER-633] - Make agent to connect the real ip first if no agent.controller.ip is provided
- [NGRINDER-634] - Test description including ' breaks the test list layout
- [NGRINDER-640] - ¶ turns into different symbol in the code editor
- [NGRINDER-641] - Fix the popover width overflow when the script path is long
- [NGRINDER-643] - Use ${NGRINDER_HOME}/subversion folder for subversion auth store
- [NGRINDER-644] - SVN access doesn't block the illegal access
- [NGRINDER-646] - Admin should see the test owner not test modifier
- [NGRINDER-648] - User password is changed whenever the user is loggined with login plugin
Improvement
- [NGRINDER-631] - Make monitor be able to select listening IP
- [NGRINDER-632] - Make perftest distribute sub folders in the resource / lib folder
- [NGRINDER-635] - Show the error rate rather than error count
- [NGRINDER-636] - Add running test view filter in the test list
- [NGRINDER-638] - Add the new announcement lable to show announcement change explicitly
- [NGRINDER-639] - Provide the flexible way to customize the java opt when invoking agent process
- [NGRINDER-642] - Check the java version during agent starting
- [NGRINDER-645] - Add ${NGRINDER_HOME}/logback.xml recognized by ngrinder to customize logger
- [NGRINDER-647] - Make ngrinder.controller.ip as well as ngrinder.controller.ipaddress recognizable.
- [NGRINDER-649] - Groovy Maven Project should support src/main/groovy directory
- [NGRINDER-651] - Add the test execution hook in javascript to validate the configuration by admin.
- [NGRINDER-652] - Add the way for javascript to determine the current language
3. OS, DBMS supports
- Linux, Windows, Mac OSX is supported.
- Supports CUBRID, H2 as DB. The default DBMS is H2.
4. Requirements
- Be required over Oracle JDK 1.6 version.
- Tomcat 6.X later
5. Downloads
6. References