Prepare AIO image for testcontainer runs in integration tests #3
Labels
No labels
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-aio#3
Loading…
Reference in a new issue
No description provided.
Delete branch "alexvanin/frostfs-aio:feature/prepare-for-testcontainer"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
These changes allows to use AIO image in integration tests with test container, see https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/src/branch/master/integration_test.go
Tick new epoch correctly during initialization
During startup tick new epoch implicitly so the storage
nodes are included in the network map.
tick.sh
scriptwas removed. HEALTHY status of the storage node is not
related to network map, so it is not necessary to tick
epoch during health check.
Enable homomorphic hashes for containers
Public integration tests, e.g. http-gw tests, create
default containers with homomorphic hashes. It should not
be disabled by default. The same config is applied in
frostfs-dev-env repo.
b29a5862c0
toe7b6e3e3f9
WIP: Prepare AIO image for testcontainer runs in integration tests.to Prepare AIO image for testcontainer runs in integration tests