Releases: YinjunZhu/testplan
Releases · YinjunZhu/testplan
Development Build
Commits
- aa49237: pool logic refinement, code de-dup. (morganstanley#741) (Pyifan) #741
- f98844e: launch web browser if browse argument has been passed on command line (morganstanley#737) (tjisanaMS) #737
- 0dbb7ff: Make empty result object not to be false in bool context (morganstanley#747) (nober97) #747
- 02f6d74: Releaseherald/docs (morganstanley#743) (kn-ms) #743
- b783bb2: Allow ProcessRunnerTest based tests to take extra arguments (morganstanley#745) (nober97) #745
- 60ff543: Rotate logs for App on restart (morganstanley#748) (nober97) #748
- f1d379b: Enable users to add customized exporters after Testplan is initialized (morganstanley#746) (raoyitao) #746
- 10fce04: Fix unit test
test_restart
that may fail on Windows (raoyitao) #751 - 0b6b7a4: make test_restart platform independent (morganstanley#752) (kn-ms) #752
- 5b0e5b4:
task_target
can be used without parentheses (morganstanley#742) (raoyitao) #742 - bd16cc0: Move Testplan UI server out of
WebServerExporter
(raoyitao) #750 - bb2261a: Add preformating to NotEqual assertion content. (morganstanley#754) (M6AI) #754
- b638553: Merge branch 'main' into webserver_exporter (raoyitao) #750
- 6a6793a: Added expected return code to App type. (morganstanley#755) (M6AI) #755
- 9c59445: Fix failing test on Windows. (morganstanley#756) (M6AI) #756
- 684fc60: add new type to ReportCategory (morganstanley#758) (tjisanaMS) #758
- 6d1c38f: Allow 0 timeout (morganstanley#757) (M6AI) #757
- 0193526: Use built-in JSON.parse first to speedup the process of fetching report on web ui. (yuxuan-ms) #762
- 0a6c9b5: Check workspace availability on remote up-front. (morganstanley#766) (Pyifan) #766
- a5edebe: Migrate to pnpm (morganstanley#763) (M6AI) #763
- e1ede80: Use flask-restx to replace flask-restplus (morganstanley#767) (raoyitao) #767
- ae31602: RemotePool better handling task materialization failure in worker. (morganstanley#768) (Pyifan) #768
- f599b5e: Refine remote resource logging. (Pyifan) #769
- a05d317: No longer check if self.cfg.binary exists in ProcessRunnerTest run_tests(), (morganstanley#770) (Pyifan) #770
- ee800f2: FixLog UI should display tooltips for tag in dev mode (raoyitao) #776
- 2daf61b: Bugfix/rpyc timeout config (morganstanley#774) (M6AI) #774
- 065d40e: Merge branch 'main' into fix_tags_dev_mode (raoyitao) #776
- d98e6cb: Changed explicit SlaveService to ClassicService alias. (morganstanley#779) (M6AI) #779
- becfbb7: Windows test job. (morganstanley#778) (M6AI) #778
- 4706c45: removed all uses of object in class definition (morganstanley#780) (tjisanaMS) #780
- 4cd3b73: Make TreeView default (yuxuan-ms) #777
- bd3a1bf: Remote refactor (morganstanley#771) (kn-ms) #771
- e538e35: Mark decorator (morganstanley#773) (M6AI) #773
- c060936: Bug Fix: DEBUG log unexpectedly printed in interactive mode (raoyitao) #782
- 16cb514: Fix doc and inspections issues. (morganstanley#786) (M6AI) #786
- 172b53d: use a boobytrap file for the suicide task in pool test (morganstanley#787) (kn-ms) #787
- 483f9f4: clean up patched modulefinder after test properly (morganstanley#788) (kn-ms) #788
- 3dd3043: Change unstable entity colour to orange on Web UI (yuxuan-ms) #775
- b9d1544: Merge branch 'main' into console_logger_conflict (Pyifan) #782
- 3acf6af: For an empty testplan run, testplan will report a success (morganstanley#784) (tjisanaMS) #784
- c1adc52: Bug Fix: Refactor class
Entity
,Environment
,Resource
(raoyitao) #783 - 7daf123: Feature/junit tpr (morganstanley#789) (M6AI) #789
- 95d9731: Merge branch 'main' into resource_bugfix (raoyitao) #783
- 118a988: fix internal test failure (Pyifan) #792
- 641f419: Support timeout on setup and teardown methods in a test suite (raoyitao) #772
- 2edb415: Fixing spelling typo (morganstanley#794) (kelliott55) #794
- cd8521e: Fix an issue that pool monitor may make wrong action (morganstanley#795) (raoyitao) #795
- 71f2421: Allow user to access testcase report in testcase method (raoyitao) #793
- b08cabe: When pool worker request for meta data, it is possible to receive pool stop cmd (especially in test). (morganstanley#798) (Pyifan) #798
- ea8f08a: Feature/junit exporter tpr (morganstanley#799) (M6AI) #799
- cfa8e80: Fix process pool test race condition. (morganstanley#804) (Pyifan) #804
- 5e4fb29: Revert previous change. (morganstanley#806) (Pyifan) #806
- 29f141d: Release Herald pluggable architecture docs and metadata_extractor (morganstanley#790) (kn-ms) #790
- b4f2ffe: corrected documentation (morganstanley#797) (tjisanaMS) #797
- b0d35d7: make remote_service rpyc port configurtable (morganstanley#801) (kn-ms) #801
- 5454326: Bugfix/parser timeout default (morganstanley#802) (M6AI) #802
- 007b1cd: Feature/append pre post always (morganstanley#808) (M6AI) #808
- 3d82596: Change the place where Resource's post_start and post_stop methods are called (raoyitao) #811
- 29093e1: Revert change. (morganstanley#813) (M6AI) #813
- ab2b40d: fix flaky test_kafka (morganstanley#812) (Pyifan) #812
- 63a7157: PyTest will properly save attachments to the report (morganstanley#810) (kn-ms) #810
- 5395512: Record exception that could possibly happen in _wait_start() (morganstanley#816) (Pyifan) #816
- 89d259d: Append pre and post steps report unconditionally. (morganstanley#814) (M6AI) #814
- 27ed353: refine pool state transition (morganstanley#807) (Pyifan) #807
- 329b8e2: Table match supports cells with
None
value (raoyitao) #815 - 2f1001f: Enable sorting and filtering for various kind of tests (raoyitao) #764
- ee68b61: Merge branch 'main' into fix_table_match_for_none_value (raoyitao) #815
- f24a240: Revert "Enable sorting and filtering for various kind of tests" (raoyitao) #825
- ec9a83a: Make pool abort more robust. (morganstanley#822) (Pyifan) #822
- 8cc7f31: disable usr1/usr2 signal handler for now (morganstanley#826) (Pyifan) #826
- 66b1948: Filtering by Failed will now include cases with exceptions or errors (morganstanley#820) (tjisanaMS) #820
- ed73c76: Releaseherald/config improvements (morganstanley#819) (kn-ms) #819
- 9b06410: Fix an issue that arg
testcase_report_target
cannot work as expected (raoyitao) #821 - 682ff20: In dict match all content under excluded key should be marked ignored (morganstanley#809) (raoyitao) #809
- 62f15b0: Pass custom environment to ZooKeeperStandalone driver at stopping. (morganstanley#817) (David Havas) #817
- 9faf563: Add path rebase logic for attachment and task when execute remotely (morganstanley#830) (Pyifan) #830
- 51da3e4: Interactive mode to stop resources upon abort. (morganstanley#818) (M6AI) [morganstanley#818](https://github.com/morganstan...