Skip to content

Move location of tests repo #44

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

Merged
merged 2 commits into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/download-artifacts.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const pipeline = promisify(stream.pipeline)
const unzip = promisify(crossZip.unzip)

const testYamlFolder = join(__dirname, '..', 'yaml-rest-tests')
const zipFile = join(__dirname, '..', 'serverless-clients-tests.zip')
const zipFile = join(__dirname, '..', 'elasticsearch-clients-tests.zip')

const specFolder = join(__dirname, '..', 'rest-api-spec')

Expand All @@ -55,7 +55,7 @@ async function downloadArtifacts (localTests) {
process.exit(1)
}

let response = await fetch('https://api.github.com/repos/elastic/serverless-clients-tests/zipball/main', {
let response = await fetch('https://api.github.com/repos/elastic/elasticsearch-clients-tests/zipball/main', {
headers: {
Authorization: `Bearer ${GITHUB_TOKEN}`,
Accept: "application/vnd.github+json",
Expand Down
2 changes: 1 addition & 1 deletion test/integration/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const skips = {
// body sent as Buffer, unsure if related
'script/10_basic.yml': ['*'],
// TODO: expects {"outlier_detection.auc_roc.value":0.99995}, gets {"outlier_detection.auc_roc.value":0.5}
// remove if/when https://github.com/elastic/serverless-clients-tests/issues/37 is resolved
// remove if/when https://github.com/elastic/elasticsearch-clients-tests/issues/37 is resolved
'machine_learning/data_frame_evaluate.yml': ['*'],
}

Expand Down