-
Notifications
You must be signed in to change notification settings - Fork 14
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
fix(cts): add waitForTask helpers tests [skip-bc] #3618
Conversation
✔️ Code generated!
📊 Benchmark resultsBenchmarks performed on the method using a mock server, the results might not reflect the real-world performance.
|
0d8ae6e
to
3507854
Compare
91090b5
to
bbf8a84
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
PHP doesn't seem to deserialize the mock server response correctly, though
And Java seems to consider your work as breaking
bbf8a84
to
ed4df05
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅
.option('-e, --no-e2e', 'skip the e2e tests, that requires internet connection') | ||
.option('-c, --no-client', 'skip the client tests') | ||
.option('-r, --no-requests', 'skip the requests tests') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😄😇 jk
.option('-e, --no-e2e', 'skip the e2e tests, that requires internet connection') | |
.option('-c, --no-client', 'skip the client tests') | |
.option('-r, --no-requests', 'skip the requests tests') | |
.option('-e, --skip-e2e', 'skip the e2e tests, that requires internet connection') | |
.option('-c, --skip-client', 'skip the client tests') | |
.option('-r, --skip-requests', 'skip the requests tests') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry that doesn't work ahah
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8th wonder of the world incoming
@@ -15,6 +15,9 @@ async function buildLanguage(language: Language, gens: Generator[], buildType: B | |||
case 'csharp': | |||
await run('dotnet build --configuration Release', { cwd, language }); | |||
break; | |||
case 'go': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ooooplaaa
… [skip ci] Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
algolia/api-clients-automation#3618 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
algolia/api-clients-automation#3618 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
algolia/api-clients-automation#3618 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
algolia/api-clients-automation#3618 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
algolia/api-clients-automation#3618 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
algolia/api-clients-automation#3618 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
🧭 What and Why
Add all helpers to the spec and to the cts: