mirror of
https://github.com/ddworken/hishtory.git
synced 2025-03-12 22:38:23 +01:00
Fix test golden breakage caused by GH action update (#284)
* Fix test golden breakage caused by GH action update * Update * Trigger action * Update golden * Rename integration_test.go file * Update golden
This commit is contained in:
parent
681746a56d
commit
eeaba49259
@ -273,7 +273,7 @@ If you're making code contributions, check out `make help` for some information
|
|||||||
* Make some local changes (e.g. to fix a bug or add a new feature)
|
* Make some local changes (e.g. to fix a bug or add a new feature)
|
||||||
* Run `make local-install` to build and install your local version (note that this won't mess up your current hishtory DB!)
|
* Run `make local-install` to build and install your local version (note that this won't mess up your current hishtory DB!)
|
||||||
* ... Repeat until you're happy with your change ...
|
* ... Repeat until you're happy with your change ...
|
||||||
* Write some tests for your change. Unit tests are great, but we also have a large number of integration tests in `client_test.go`
|
* Write some tests for your change. Unit tests are great, but we also have a large number of integration tests in `integration_test.go`
|
||||||
* Note that the hishtory tests are quite thorough, so running them locally is quite time consuming (and some of them only work on Github Actions). Instead, I recommend using `make ftest` (see `make help` for information on this) to run the specific tests that you're adding/changing.
|
* Note that the hishtory tests are quite thorough, so running them locally is quite time consuming (and some of them only work on Github Actions). Instead, I recommend using `make ftest` (see `make help` for information on this) to run the specific tests that you're adding/changing.
|
||||||
* Open a PR on Github! Once you open the PR, I'll take a look and will trigger Github Actions to run all the tests which will ensure that your change doesn't lead to any reggressions.
|
* Open a PR on Github! Once you open the PR, I'll take a look and will trigger Github Actions to run all the tests which will ensure that your change doesn't lead to any reggressions.
|
||||||
* [Optional] If you want to switch back to your previously installed hishtory version (rather than your local change), run `make restore`
|
* [Optional] If you want to switch back to your previously installed hishtory version (rather than your local change), run `make restore`
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Search Query: [90m> [39mech[7m [0m[39m[49m
|
Search Query: [90m> [39mech[7m [0m
|
||||||
|
|
||||||
[91m┌────────────────────────────────────────────────────────────────────────────────────────────────────────┐[39m
|
[91m┌────────────────────────────────────────────────────────────────────────────────────────────────────────┐[39m
|
||||||
[91m│[39m Hostname CWD Timestamp Runtime Exit Code Command [91m│[39m
|
[91m│[39m Hostname CWD Timestamp Runtime Exit Code Command [91m│[39m
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Search Query: [90m[exit_code:0] [39mech[7m [0m[39m[49m
|
Search Query: [90m[exit_code:0] [39mech[7m [0m
|
||||||
|
|
||||||
[91m┌────────────────────────────────────────────────────────────────────────────────────────────────────────┐[39m
|
[91m┌────────────────────────────────────────────────────────────────────────────────────────────────────────┐[39m
|
||||||
[91m│[39m Hostname CWD Timestamp Runtime Exit Code Command [91m│[39m
|
[91m│[39m Hostname CWD Timestamp Runtime Exit Code Command [91m│[39m
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Search Query: [90m> [39mech[7m [0m[39m[49m
|
Search Query: [90m> [39mech[7m [0m
|
||||||
|
|
||||||
[90m┌────────────────────────────────────────────────────────────────────────────────────────────────────────┐[39m
|
[90m┌────────────────────────────────────────────────────────────────────────────────────────────────────────┐[39m
|
||||||
[90m│[39m Hostname CWD Timestamp Runtime Exit Code Command [90m│[39m
|
[90m│[39m Hostname CWD Timestamp Runtime Exit Code Command [90m│[39m
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Search Query: [90m> [39mech[7m [0m[39m[49m
|
Search Query: [90m> [39mech[7m [0m
|
||||||
|
|
||||||
[90m┌────────────────────────────────────────────────────────────────────────────────────────────────────────┐[39m
|
[90m┌────────────────────────────────────────────────────────────────────────────────────────────────────────┐[39m
|
||||||
[90m│[39m Hostname CWD Timestamp Runtime Exit Code Command [90m│[39m
|
[90m│[39m Hostname CWD Timestamp Runtime Exit Code Command [90m│[39m
|
||||||
|
Loading…
Reference in New Issue
Block a user