Marek Siarkowicz
9beb29916e
tests: Extract cluster test cases
2022-05-13 14:41:53 +02:00
Benjamin Wang
29d30ab7b0
Merge pull request #14034 from ahrtr/remove_httpproxy
...
Remove v2 http proxy
2022-05-13 18:09:50 +08:00
ahrtr
1e6163ba27
remove v2 http proxy in 3.6
2022-05-13 17:44:58 +08:00
Benjamin Wang
153824be58
Merge pull request #14032 from caproven/close_director_goroutine
...
server: Director can be stopped
2022-05-13 17:43:32 +08:00
Piotr Tabor
30daf4e3c9
Merge pull request #14036 from ahrtr/add_assert
...
Provide a generic assert function
2022-05-13 11:38:33 +02:00
ahrtr
4fc9721fa6
provide a generic assert function
2022-05-13 10:50:19 +08:00
Christian Provenzano
c1e58ee91f
server: Don't register director interrupt handler
2022-05-11 21:21:06 -04:00
Christian Provenzano
b5b466088d
server: Move director interrupt handler to method
2022-05-11 20:41:10 -04:00
Christian Provenzano
655d171eca
server: Add director interrupt handler
...
Director's goroutine would not be properly stopped in a non-test
scenario. Handler stops it when process is interrupted.
2022-05-11 18:19:22 -04:00
Marek Siarkowicz
5fd69102ce
Merge pull request #14000 from vimalk78/e2e-txn-test
...
tests: Migrate Txn tests to common framework
2022-05-11 11:50:07 +02:00
Vimal Kumar
55f0c96fa0
tests: Migrate Txn tests to common functional test framework
2022-05-11 10:33:47 +05:30
Christian Provenzano
70a7674e20
server: Director can be stopped
...
Goroutine for new directors would live past director scope. Tests
could occassionally fail if this goroutine had log events after
test execution should have ended.
2022-05-10 23:36:14 -04:00
Marek Siarkowicz
066e510731
Merge pull request #14020 from chaochn47/role_test
...
migrate e2e & integration role_test to common
2022-05-10 23:39:14 +02:00
Chao Chen
e004c91d36
migrate e2e & integration role_test to common
2022-05-10 10:17:16 -07:00
Hitoshi Mitake
b7be91f98b
Merge pull request #14017 from ahrtr/3.4_changelog_3.4.19
...
Update 3.4 change log for 3.4.19
2022-05-08 00:29:43 +09:00
Piotr Tabor
dac04911a8
Merge pull request #14018 from ahrtr/3.5_changelog_20220507
...
Update 3.5 and 3.6 changelog for recent merged PRs
2022-05-07 15:03:41 +02:00
ahrtr
983e8ff118
update 3.5 and 3.6 changelog for recent merged PRs
2022-05-07 14:31:03 +08:00
ahrtr
cfc88b5d38
update 3.4 change log for 3.4.19
2022-05-07 14:09:15 +08:00
Marek Siarkowicz
e7effc0a08
Merge pull request #13772 from ahrtr/display_storage_version
...
Enhance the '/version' endpoint to add storageVersion
2022-05-06 21:49:57 +02:00
ahrtr
e7f8bf7c44
enhance the /version endpoint to add storageVersion
2022-05-06 20:29:42 +08:00
Marek Siarkowicz
56830df3ef
Merge pull request #14016 from serathius/coverage-push
...
coverage: Run coverage only on push
2022-05-06 13:13:18 +02:00
Piotr Tabor
a7f0bc0d43
Merge pull request #13881 from serathius/logs-missed
...
tests: Use zaptest.NewLogger in places we missed
2022-05-06 13:10:13 +02:00
Piotr Tabor
02c0321084
Merge pull request #13696 from serathius/ha-e2e
...
Implement HA E2e for downgrades
2022-05-06 13:08:00 +02:00
Piotr Tabor
474aa323de
Merge pull request #14011 from ptabor/20220501-arthr-maintainer
...
Nomination for Benjamin (ahrtr@) as a project maintainer
2022-05-06 12:55:33 +02:00
Marek Siarkowicz
d58f971895
tests: Use zaptest.NewLogger in places we missed
2022-05-06 12:23:20 +02:00
Marek Siarkowicz
e292e5b0b4
tests: Apply suggestions from code-review
2022-05-06 12:09:44 +02:00
Marek Siarkowicz
a65f7da5cb
server: Implement HA downgrade test
2022-05-06 12:09:44 +02:00
Marek Siarkowicz
c50fbb9ad6
tests: Retry validating version during downgrades
2022-05-06 12:09:44 +02:00
Marek Siarkowicz
c9af75dd8d
tests: Improve logging in downgrade tests
2022-05-06 12:09:43 +02:00
Marek Siarkowicz
7b04674d17
server: Move fatal calls out of internal function to make stacktrace cleaner
2022-05-06 12:09:43 +02:00
Marek Siarkowicz
75449c075d
tests: Allow sepecting member to in curl commands
2022-05-06 12:09:43 +02:00
Marek Siarkowicz
923096a2bb
tests: Simplify downgrade tests
2022-05-06 12:09:43 +02:00
Marek Siarkowicz
3f05f7de92
tests: Use restart in downgrade tests
2022-05-06 12:09:43 +02:00
Marek Siarkowicz
f09da32f9d
Merge pull request #13655 from serathius/health
...
Cleanup healthcheck code after V2 removal
2022-05-06 12:08:36 +02:00
Marek Siarkowicz
8cfb658ddb
coverage: Run coverage only on push
2022-05-06 11:50:25 +02:00
Marek Siarkowicz
83403118fe
Merge pull request #14014 from ahrtr/remove_asset_verification
...
Remove the workflow/transparency.yaml
2022-05-06 11:16:39 +02:00
ahrtr
8abff7918b
remove the asset workflow/transparency.yaml
...
The service at https://beta.transparencylog.net/ has already been
shutdown on November 9th 2021, and we start to see failure after
that.
2022-05-06 15:49:55 +08:00
Marek Siarkowicz
545f04f90d
Merge pull request #14005 from mitake/changelog-3.4-for-pr-13999
...
Update CHANGELOG for PR 13999
2022-05-05 11:24:01 +02:00
Piotr Tabor
89f455be7e
Add Benjamin (ahrtr@) as a project maintainer
...
Benjamin is one of the current reviewers. Benjamin has proven high level of etcd expertise
and impact on the project, including delivering fixes to data-corruption bugs in etcd,
care about test quality and overall project health.
Per discussion with existing maintainers, I nominate him for the maintainer role.
Benjamin, thank you for your outstanding contributions to the project.
2022-05-05 10:51:57 +02:00
Piotr Tabor
50ebb82aac
Merge pull request #13988 from ahrtr/verify_snapshot
...
Verify consistent_index in snapshot must be greater than the snapshot index
2022-05-05 10:42:21 +02:00
Marek Siarkowicz
0040f707e4
Merge pull request #14010 from serathius/codeql-permissions
...
github: Add necessery permissions for CodeQL
2022-05-05 10:32:43 +02:00
Marek Siarkowicz
96840277d0
github: Add necessery permissions for CodeQL
2022-05-05 10:07:02 +02:00
Marek Siarkowicz
26f42e7a9e
server: Apply review comments and split basic handler
2022-05-05 09:52:14 +02:00
Marek Siarkowicz
fb361e43f0
server: Split code for debug and version endpoints
2022-05-05 09:52:14 +02:00
Marek Siarkowicz
722ec487df
server: Split metrics and health code
2022-05-05 09:52:14 +02:00
Marek Siarkowicz
600ee13ac0
server: Cover V3 health with tests
2022-05-05 09:52:14 +02:00
Marek Siarkowicz
e9dec74ded
server: Refactor health checks
2022-05-05 09:52:14 +02:00
Marek Siarkowicz
191aed645e
server: Run health check tests in subtests
2022-05-05 09:52:14 +02:00
Marek Siarkowicz
e4e391792a
server: Rename test case expect fields
2022-05-05 09:52:13 +02:00
Marek Siarkowicz
0fb194d6f2
server: Use named struct initialization in healthcheck test
2022-05-05 09:52:13 +02:00