Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / google/gtest-parallel issues and pull requests
#94 - Add per test timeout
Pull Request -
State: closed - Opened by Momcilo42 over 1 year ago
- 6 comments
#93 - Support per-test case timeout?
Issue -
State: open - Opened by breezewish about 2 years ago
#92 - the running test cases are not actively killed
Issue -
State: open - Opened by breezewish about 2 years ago
#91 - The reported test duration is wrong when timed out
Issue -
State: open - Opened by breezewish about 2 years ago
#90 - Make gtest-parallel to use python3
Pull Request -
State: closed - Opened by bc-lee over 2 years ago
- 1 comment
#89 - add support for {#} similar to parallel
Pull Request -
State: open - Opened by 1480c1 over 2 years ago
- 4 comments
#88 - Add support for running tests in a pty
Issue -
State: closed - Opened by tekknolagi over 2 years ago
- 1 comment
#87 - Consider tests that reach the timeout as failed.
Pull Request -
State: closed - Opened by jleconte2 over 2 years ago
#86 - Format the code with yapf.
Pull Request -
State: closed - Opened by jleconte2 over 2 years ago
#85 - Express json output tags time and times as seconds.
Pull Request -
State: closed - Opened by jleconte2 over 2 years ago
- 1 comment
#84 - Running Gtest requires pressing a key to continue
Issue -
State: open - Opened by Eldadc almost 3 years ago
#83 - Feature: Consider adding batching
Issue -
State: open - Opened by clevijoki almost 3 years ago
#82 - can i use it in my muti-threads test_cases?
Issue -
State: closed - Opened by LoadLife almost 3 years ago
- 2 comments
#81 - Add gtest_output support
Pull Request -
State: open - Opened by tonka3000 over 3 years ago
- 9 comments
#80 - Handle Google PRE_ tests
Pull Request -
State: closed - Opened by davidbienvenu about 4 years ago
- 1 comment
#79 - Add an option to print task status continuously
Pull Request -
State: closed - Opened by jay-zhuang about 4 years ago
- 5 comments
#78 - Debug mode much needed as a developer to debug
Issue -
State: open - Opened by sometimes56 about 4 years ago
- 2 comments
#77 - It hangs on ubuntu
Issue -
State: open - Opened by weidonglian over 4 years ago
- 2 comments
#76 - Limit log file name length to OS allowed limit
Pull Request -
State: open - Opened by asomsiko over 4 years ago
#75 - Log files never created for long test names
Issue -
State: open - Opened by asomsiko over 4 years ago
- 1 comment
#74 - gtest
Issue -
State: closed - Opened by DorBlack over 4 years ago
#73 - Use `additional_args` to list tests
Pull Request -
State: closed - Opened by vitaliy505 over 4 years ago
- 3 comments
#72 - Feature request: add flag to stop repetitions at first failure.
Issue -
State: open - Opened by unidual almost 5 years ago
- 3 comments
#71 - Let an OS decide which Python version to use to run tests
Pull Request -
State: closed - Opened by kuzkry over 5 years ago
- 3 comments
#70 - Adding CONTRIBUTING.md file to project.
Pull Request -
State: closed - Opened by kshithijiyer over 5 years ago
#69 - Adding setup.py to project.
Pull Request -
State: closed - Opened by kshithijiyer over 5 years ago
- 7 comments
#68 - Missing year and name of copyright owner in LICENSE file.
Issue -
State: closed - Opened by kshithijiyer over 5 years ago
- 4 comments
#67 - Adding year and name of copyright owner in LICENSE file. (#68)
Pull Request -
State: closed - Opened by kshithijiyer over 5 years ago
- 2 comments
#66 - Ignore "10/10" passed runs when printing summaries
Pull Request -
State: closed - Opened by pbos almost 6 years ago
#65 - Use /usr/bin/env python
Pull Request -
State: closed - Opened by pbos almost 6 years ago
#64 - Print output from binary if --gtest_list fails.
Pull Request -
State: closed - Opened by phoglund about 6 years ago
#63 - fix py3 compatibility
Pull Request -
State: closed - Opened by tchaikov over 6 years ago
- 6 comments
#62 - XML output
Pull Request -
State: closed - Opened by v-arbatov over 6 years ago
- 11 comments
#61 - Add Python3 compatibility
Pull Request -
State: closed - Opened by maflcko over 6 years ago
#60 - Feature request: batching of tests
Issue -
State: closed - Opened by thelema almost 7 years ago
- 22 comments
#59 - (Fix issue #57) Disable by default log files saving
Pull Request -
State: closed - Opened by volo-zyko almost 7 years ago
- 15 comments
#58 - Run when gtest_parallel.py is invoked directly.
Pull Request -
State: closed - Opened by pbos almost 7 years ago
#57 - Log file names generated by gtest-parallel are too long
Issue -
State: closed - Opened by volo-zyko almost 7 years ago
- 8 comments
#56 - python gtest_parallel.py --help doesn't do anything
Issue -
State: closed - Opened by ftrofin almost 7 years ago
- 1 comment
#55 - Handle errors better when obtaining tests list.
Pull Request -
State: closed - Opened by volo-zyko about 7 years ago
- 5 comments
#54 - Multiple parallel invocations of gtest-parallel can fail(!)
Issue -
State: closed - Opened by alexweej about 7 years ago
- 3 comments
#53 - Specify python2.7 in shebang as this is required
Pull Request -
State: closed - Opened by alexweej about 7 years ago
- 7 comments
#52 - Add --print_test_summary option.
Pull Request -
State: closed - Opened by pbos about 7 years ago
- 3 comments
#51 - Improve error reporting when test fails or crashes
Pull Request -
State: closed - Opened by volo-zyko about 7 years ago
- 1 comment
#50 - Move mocks for gtest_paralell_tests.py to another file.
Pull Request -
State: closed - Opened by ehlemur-zz about 7 years ago
- 1 comment
#49 - Add (some) tests for gtest_parallel.find_tests
Pull Request -
State: closed - Opened by ehlemur-zz about 7 years ago
- 1 comment
#48 - Replace __lt__ instance with sorting key.
Pull Request -
State: closed - Opened by pbos about 7 years ago
- 2 comments
#47 - Add tests to make sure that tests run in proper order (failed or unseen tests first, longest running tests first)
Issue -
State: closed - Opened by pbos about 7 years ago
- 1 comment
#46 - Log to gtest-parallel-logs/ subdir.
Pull Request -
State: closed - Opened by pbos about 7 years ago
#45 - Document --output_dir for multiple invocations.
Pull Request -
State: closed - Opened by pbos about 7 years ago
- 2 comments
#44 - Add a mechanism for avoiding removing non-gtest-parallel data in output_dir
Issue -
State: closed - Opened by pbos about 7 years ago
- 2 comments
#43 - converted project to a package
Pull Request -
State: closed - Opened by nicmcd over 7 years ago
- 5 comments
#42 - Add test which exhibits problem with log file paths on windows
Pull Request -
State: closed - Opened by volo-zyko over 7 years ago
- 20 comments
#41 - Use unique path for default output directory
Pull Request -
State: closed - Opened by jeremysalwen over 7 years ago
- 1 comment
#40 - Race in TestTimes loading/saving
Pull Request -
State: closed - Opened by volo-zyko over 7 years ago
- 9 comments
#39 - Only print try numbers for repeated tests.
Pull Request -
State: closed - Opened by pbos over 7 years ago
#38 - Sort test tasks based on last execution time.
Pull Request -
State: closed - Opened by pbos over 7 years ago
- 4 comments
#37 - Add --run_test_cases command line option for running whole test cases in parallel
Pull Request -
State: closed - Opened by volo-zyko over 7 years ago
- 12 comments
#36 - Add an initial README.md.
Pull Request -
State: closed - Opened by pbos over 7 years ago
#35 - Make gtest_parallel_tests.py executable.
Pull Request -
State: closed - Opened by pbos over 7 years ago
#34 - Add more tests to gtest-parallel.
Pull Request -
State: closed - Opened by ehlemur-zz over 7 years ago
- 4 comments
#33 - Test that the right execution info was logged.
Pull Request -
State: closed - Opened by ehlemur-zz over 7 years ago
- 3 comments
#32 - Add --tests_times_output_dir option to override default location for …
Pull Request -
State: closed - Opened by volo-zyko over 7 years ago
- 22 comments
#31 - Add tests to gtest-parallel.
Pull Request -
State: closed - Opened by ehlemur-zz over 7 years ago
- 4 comments
#30 - Fixed reference to global variable.
Pull Request -
State: closed - Opened by ehlemur-zz over 7 years ago
- 2 comments
#29 - Move gtest-parallel to gtest_parallel.py and make gtest-parallel a thin wrapper.
Pull Request -
State: closed - Opened by ehlemur-zz over 7 years ago
- 18 comments
#28 - Fix global_exit_code.
Pull Request -
State: closed - Opened by ehlemur-zz over 7 years ago
- 2 comments
#27 - Test that test_results is not nome before calling dump_to_file_and_close
Pull Request -
State: closed - Opened by ehlemur-zz over 7 years ago
- 2 comments
#26 - Add TaskManager class and support to repeat failed tests.
Pull Request -
State: closed - Opened by ehlemur-zz over 7 years ago
- 4 comments
#25 - Create find_tests() and execute_tasks() functions + some refactoring.
Pull Request -
State: closed - Opened by ehlemur-zz over 7 years ago
- 5 comments
#24 - Fix errors introduced in the last pull request.
Pull Request -
State: closed - Opened by ehlemur-zz over 7 years ago
- 1 comment
#23 - Introduce Task class to store information about the task and get rid of RawFormat.
Pull Request -
State: closed - Opened by ehlemur-zz over 7 years ago
- 3 comments
#22 - Refactor gtest-parallel.
Pull Request -
State: closed - Opened by ehlemur-zz over 7 years ago
- 3 comments
#21 - Put binary name in test log to distinguish tests with the same name on different binaries.
Pull Request -
State: closed - Opened by ehlemur-zz over 7 years ago
- 5 comments
#20 - Wait until the end to move the files.
Pull Request -
State: closed - Opened by ehlemur-zz over 7 years ago
- 4 comments
#19 - Save logs into passed, failed and interrupted directories.
Pull Request -
State: closed - Opened by ehlemur-zz over 7 years ago
- 18 comments
#18 - Add a timeout option to gtest-parallel.
Pull Request -
State: closed - Opened by ehlemur-zz almost 8 years ago
- 3 comments
#17 - Save test logs to files named after the test name.
Pull Request -
State: closed - Opened by ehlemur-zz almost 8 years ago
- 12 comments
#16 - Write a minimal JSON dump file at the beginning.
Pull Request -
State: closed - Opened by ehlemur-zz almost 8 years ago
- 6 comments
#15 - seconds_since_epoch must be an integer.
Pull Request -
State: closed - Opened by ehlemur-zz almost 8 years ago
- 2 comments
#14 - Add an option to dump the results of the tests to a JSON machine-readable file.
Pull Request -
State: closed - Opened by ehlemur-zz almost 8 years ago
- 4 comments
#13 - add the ability to run test in groups and not as individuals
Pull Request -
State: closed - Opened by supershmup about 8 years ago
- 6 comments
#12 - Add support for swarming.
Pull Request -
State: closed - Opened by ehlemur-zz about 8 years ago
- 12 comments
#11 - Add flag for running only failed and new tests
Pull Request -
State: closed - Opened by kwiberg over 8 years ago
#10 - Made sure status updates fit on screen.
Pull Request -
State: closed - Opened by bbannier over 8 years ago
- 3 comments
#9 - Fix support for TYPED_TEST_CASE.
Pull Request -
State: closed - Opened by bbannier over 8 years ago
- 4 comments
#8 - Always print a newline before exiting
Pull Request -
State: closed - Opened by kwiberg almost 9 years ago
#7 - Add command line flag to list test times
Pull Request -
State: closed - Opened by kwiberg over 9 years ago
#6 - Handle Ctrl-C gracefully
Pull Request -
State: closed - Opened by kwiberg over 9 years ago
- 1 comment
#5 - When a test fails, run it first the next time
Pull Request -
State: closed - Opened by kwiberg over 9 years ago
- 1 comment
#4 - Overwrite output lines for successful tests
Pull Request -
State: closed - Opened by kwiberg over 9 years ago
- 2 comments
#3 - Fix issues related to TEST_P.
Pull Request -
State: closed - Opened by stefanholmer over 9 years ago
#2 - Speed up tests by running the biggest ones first
Pull Request -
State: closed - Opened by kwiberg over 9 years ago
- 1 comment
#1 - Add support for passing arbitrary flags to test executables.
Pull Request -
State: closed - Opened by kjellander-unity almost 10 years ago
- 5 comments