Commit 9a44662
committed
ci: run async integration tests against baikal in niquests fallback job
The async-niquests job only ran unit tests (test_async_davclient.py),
missing the niquests+Baikal combination entirely. This exposes a bug
where niquests digest auth fails with
AttributeError: 'coroutine' object has no attribute 'history'
because auth.py:345 calls r.connection.send() without awaiting it.
Add Baikal as a service and extend the test run to cover
test_async_integration.py -k baikal so CI catches this regression.
prompt: async tests towards baikal is currently broken locally - but the
github workflow run passes successfully. Is it regressions in the niquests
library, or are the baikal tests not run at github? Use `gh` tool to get
logs from the github runs. rather look into how we can get the async
integration tests running at github - I've made a new branch for it.
Apply and commit.1 parent 432e336 commit 9a44662
3 files changed
Lines changed: 85 additions & 36 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
338 | | - | |
339 | | - | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
340 | 340 | | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
341 | 352 | | |
342 | 353 | | |
343 | 354 | | |
344 | 355 | | |
345 | 356 | | |
346 | | - | |
| 357 | + | |
347 | 358 | | |
348 | 359 | | |
349 | | - | |
350 | | - | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
351 | 377 | | |
352 | 378 | | |
353 | 379 | | |
354 | | - | |
355 | | - | |
356 | | - | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
357 | 383 | | |
358 | | - | |
359 | | - | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
360 | 388 | | |
361 | 389 | | |
362 | 390 | | |
363 | 391 | | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
364 | 403 | | |
365 | 404 | | |
366 | 405 | | |
| |||
371 | 410 | | |
372 | 411 | | |
373 | 412 | | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
374 | 428 | | |
375 | 429 | | |
376 | 430 | | |
| |||
380 | 434 | | |
381 | 435 | | |
382 | 436 | | |
383 | | - | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
| 311 | + | |
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
335 | 325 | | |
336 | 326 | | |
337 | 327 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
301 | | - | |
| 300 | + | |
302 | 301 | | |
303 | 302 | | |
304 | 303 | | |
| |||
312 | 311 | | |
313 | 312 | | |
314 | 313 | | |
315 | | - | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
316 | 319 | | |
317 | 320 | | |
318 | 321 | | |
| |||
0 commit comments