1
0
Fork 0

4123 Commits (b94fc3ac2eec75dbc13847a8cbd90a8a2c73d7a8)
 

Author SHA1 Message Date
Philip O'Toole 71ebd496d6
Merge pull request #1099 from rqlite/cli-exit-support
Explicitly support .exit in CLI
2 years ago
Philip O'Toole bde6143999 CHANGELOG 2 years ago
Philip O'Toole fe5d21ef57 Dump log if node fails to start during testing 2 years ago
Philip O'Toole 8cf6b92ece Fix syntax error 2 years ago
Philip O'Toole 11893bbb34
Continue to support "EXIT"
Would be a breaking change otherwise.
2 years ago
Philip O'Toole f52be631ac
Explicitly support .exit in CLI 2 years ago
Philip O'Toole e4aea5c82e
Update RESTORE_FROM_SQLITE.md 2 years ago
Philip O'Toole 6cb8a3d0c5
Update README.md 2 years ago
Philip O'Toole 7737e15ef5
Update AUTO_CLUSTERING.md 2 years ago
Philip O'Toole fe5e9c3f65
Update CHANGELOG.md 2 years ago
Philip O'Toole 02de93a4f6
Merge pull request #1098 from rqlite/dont-check-bootstrap-expect
Bootstrapping doesn't need bootstrap-expect
2 years ago
Philip O'Toole 4942292490 More system-level bootstrap testing 2 years ago
Philip O'Toole 2cfabf3a32 Update test function prototypes 2 years ago
Philip O'Toole 62e229d266 Improve comments 2 years ago
Philip O'Toole 83a481ff03 Update CHANGELOG 2 years ago
Philip O'Toole f7c6ce6696 Bootstrapping doesn't need bootstrap-expect
It's the Store object that needs it.
2 years ago
Philip O'Toole cd45070f8c
Update KUBERNETES.md 2 years ago
Philip O'Toole 22040148cc
Update KUBERNETES.md 2 years ago
Philip O'Toole c21d5baf9d
Update KUBERNETES.md 2 years ago
Philip O'Toole 1a21396816 Merge branch 'master' of github.com:rqlite/rqlite 2 years ago
Philip O'Toole 25085c13cf Extend liveness testing 2 years ago
Philip O'Toole 219e54be21
Update KUBERNETES.md 2 years ago
Philip O'Toole 6f3b7afd21
Update KUBERNETES.md 2 years ago
Philip O'Toole ce258ceb89
Merge pull request #1097 from rqlite/start-http-service-asap
Start HTTP server ASAP
2 years ago
Philip O'Toole f264e8b05e Update CHANGELOG 2 years ago
Philip O'Toole edec152ec9 Fix Store unit test 2 years ago
Philip O'Toole 9c68b13868 Better error from /nodes when Store is not open 2 years ago
Philip O'Toole 4ab4b08049 Less changes 2 years ago
Philip O'Toole e158ae8a72 Start HTTP server ASAP 2 years ago
Philip O'Toole 158d8b1fc6
Update KUBERNETES.md 2 years ago
Philip O'Toole 63db2c2d0f
Update KUBERNETES.md 2 years ago
Philip O'Toole 5bbd2214fd
7.10.0 is going out 2 years ago
Philip O'Toole 547bb84bbe
Merge pull request #1096 from rqlite/sqlite-3.39
Upgrade to SQLite 3.39.4
2 years ago
Philip O'Toole f31f89ed2c Update CHANGELOG 2 years ago
Philip O'Toole a031c8eefa Upgrade to SQLite 3.39.4
Also upgrade other dependencies.
2 years ago
Philip O'Toole fc51243dd8
Merge pull request #1095 from rqlite/sqlite-version-display
Log, and add to version output, SQLite release
2 years ago
Philip O'Toole 942df3676c Update CHANGELOG 2 years ago
Philip O'Toole 9054ea0f77 Merge branch 'master' of github.com:rqlite/rqlite into sqlite-version-display 2 years ago
Philip O'Toole a688d8053d Log, and add to version output, SQLite release 2 years ago
Philip O'Toole da6fab595a
Update CHANGELOG.md
https://github.com/rqlite/rqlite/pull/1094
2 years ago
Philip O'Toole 53e52061da
Merge pull request #1094 from sgalsaleh/update-go-mod-to-fix-cves
Update packages to resolve CVE-2022-32149 and CVE-2022-27664
2 years ago
Salah Aldeen Al Saleh 36eb4d87f6 Update packages to resolve CVE-2022-32149 and CVE-2022-27664 2 years ago
Philip O'Toole 476e67ca30
Merge pull request #1093 from Juneezee/test/t.TempDir
test: use `T.TempDir` to create temporary test directory
2 years ago
Eng Zer Jun 93eebc6e77
test: fix failing store_restart.test.go on Windows
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2 years ago
Eng Zer Jun da103c9b3e
test: fix failing Test_OpenStoreSingleNode on Windows
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2 years ago
Eng Zer Jun 6444926be7
test: fix failing Test_SingleNodeSnapshotInMem on Windows
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2 years ago
Eng Zer Jun 6969165330
test: fix failing Test_SingleNodeSnapshotOnDisk on Windows
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2 years ago
Eng Zer Jun 5141eff5fc
test: use `T.TempDir` to create temporary test directory
This commit replaces `ioutil.TempDir` with `t.TempDir` in tests. The
directory created by `t.TempDir` is automatically removed when the test
and all its subtests complete.

Prior to this commit, temporary directory created using `ioutil.TempDir`
needs to be removed manually by calling `os.RemoveAll`, which is omitted
in some tests. The error handling boilerplate e.g.
	defer func() {
		if err := os.RemoveAll(dir); err != nil {
			t.Fatal(err)
		}
	}
is also tedious, but `t.TempDir` handles this for us nicely.

Reference: https://pkg.go.dev/testing#T.TempDir
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2 years ago
Philip O'Toole 694d9c4592
Update KUBERNETES.md 2 years ago
Philip O'Toole 0dc8fb6830
Update CHANGELOG.md 2 years ago