Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate v0.10.1-rc2 in staging environment #1006

Closed
5 tasks done
frrist opened this issue Jun 24, 2022 · 3 comments
Closed
5 tasks done

Validate v0.10.1-rc2 in staging environment #1006

frrist opened this issue Jun 24, 2022 · 3 comments
Assignees

Comments

@frrist
Copy link
Member

frrist commented Jun 24, 2022

Description

v0.10.1-rc2 has been deployed to the staging environment. It needs to be validated before it can be pushed to production.
Deployment tracking here: https://github.com/filecoin-project/sentinel-infra/issues/278

Acceptance criteria

Where to begin

@kasteph
Copy link
Contributor

kasteph commented Jun 28, 2022

For the todo: All tables are being populated with data

miner_locked_funds

select max(height)
from miner_locked_funds;
prod staging
1763738 1938100

select count(*)
from miner_locked_funds
where height = 1938100;
prod staging
0 226

miner_sector_deals

select max(height)
from miner_sector_deals;
prod staging
1938101 1938104

select count(*)
from miner_sector_deals
where height = 1938100;
prod staging
7 14

miner_sector_infos_v7

select max(height)
from miner_sector_infos_v7;
prod staging
1938107 1938107

select count(*)
from miner_sector_infos_v7
where height = 1938100;
prod staging
76 281

I'm happy to do a set difference if you deem necessary @frrist. It's just not as easy as running these simple queries because I need to export the tables from the database and then import them into a local db with duplicate table schemas.

@frrist
Copy link
Member Author

frrist commented Jun 28, 2022

Thanks, @kasteph - a set difference won't be needed. This confirms we have addressed #997

@frrist
Copy link
Member Author

frrist commented Jun 29, 2022

@frrist frrist closed this as completed Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants