-
Notifications
You must be signed in to change notification settings - Fork 1.5k
ci: drop pouchdb-server from test matrix #8884
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
Conversation
|
Should |
Why? Do they hit pouch-server too? |
They use
1 & 3 are based on |
|
here's a quick summary of the most recent failures seen on {
"couchdb-nodejs": {
"_total_errors": 2,
"3.1, 16, npm test": 2
},
"pouchdb-server": {
"_total_errors": 17,
"node, npm test": 12,
"webkit, npm test": 1,
"chromium, npm test": 2,
"firefox, npm test": 2
},
"browser-adapter": {
"_total_errors": 69,
"chromium, idb, npm test": 1,
"webkit, idb, npm test": 7,
"webkit, indexeddb, npm test": 5,
"webkit, memory, npm test": 16,
"firefox, idb, npm test": 6,
"firefox, memory, npm test": 17,
"firefox, indexeddb, npm test": 16,
"chromium, indexeddb, npm test": 1
},
"nodejs": {
"_total_errors": 34,
"16, CLIENT=firefox npm run test-webpack": 18,
"14, CLIENT=firefox npm run test-webpack": 16
},
"nodejs-adapter": {
"_total_errors": 5,
"14, memory, npm test": 2,
"16, leveldb, npm test": 1,
"16, memory, npm test": 2
},
"couchdb-browser": {
"_total_errors": 1,
"2.3, webkit, npm test": 1
}
}
Dropping both of these might be an option, but it's unclear if test flake is actually:
|
pouchdb-serverhasn't had an update in 3 years; hasn't had a release in 5 years (https://github.com/pouchdb/pouchdb-server/commits/master/)pouchdb-serverbuild from travis -> github actions and making it pass seems to be non-trivial (https://github.com/alxndrsn/pouchdb-server/actions/runs/8410590833)