Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
scylladb
/
python-driver
Public
forked from
apache/cassandra-python-driver
Notifications
You must be signed in to change notification settings
Fork
60
Star
82
Code
Issues
146
Pull requests
115
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Actions: scylladb/python-driver
Actions
All workflows
Workflows
Integration tests
Integration tests
Build and upload to PyPi
Build and upload to PyPi
Build and upload to PyPi manually
Build and upload to PyPi manually
Build wheels
Build wheels
Code coverage
Code coverage
CodeQL
CodeQL
Copilot
Copilot
Copilot code review
Copilot code review
Copilot coding agent
Copilot coding agent
Dependabot Updates
Dependabot Updates
Dependency Graph
Dependency Graph
Show more workflows...
Management
Caches
Deployments
Integration tests
Integration tests
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
integration-tests.yml
will be ignored since log searching is not yet available
1,512 workflow runs
1,512 workflow runs
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Populate the DRIVER_CONFIG report - phase 2
Integration tests
#2888:
Pull request
#997
opened by
sylwiaszunejko
22m 5s
sylwiaszunejko:driver-379-stage-2-populate-driver-config
sylwiaszunejko:driver-379-stage-2-populate-driver-config
22m 5s
View #997
View workflow file
Add TLS session resumption via SSLSessionCache
Integration tests
#2887:
Pull request
#789
synchronize by
sylwiaszunejko
22m 14s
sylwiaszunejko:tls-ticket
sylwiaszunejko:tls-ticket
22m 14s
View #789
View workflow file
PM-346: point call_jira_sync.yml at github-automation main
Integration tests
#2886:
Pull request
#996
opened by
dani-tweig
26m 40s
pm-346-jira-sync-use-main
pm-346-jira-sync-use-main
26m 40s
View #996
View workflow file
perf: move request submission off event loop thread in execute_concurrent
Integration tests
#2885:
Pull request
#827
synchronize by
mykaul
21m 42s
mykaul:perf/concurrent-submitter-thread
mykaul:perf/concurrent-submitter-thread
21m 42s
View #827
View workflow file
Fix cross-lock race in libev reactor thread exit check
Integration tests
#2884:
Pull request
#981
synchronize by
mykaul
22m 5s
mykaul:fix/libev-reactor-lock-race
mykaul:fix/libev-reactor-lock-race
22m 5s
View #981
View workflow file
perf: replace RLock with Lock where re-entrant locking is not needed (~11ns saving, -14%)
Integration tests
#2883:
Pull request
#796
synchronize by
mykaul
22m 21s
mykaul:perf/rlock-to-lock
mykaul:perf/rlock-to-lock
22m 21s
View #796
View workflow file
(improvement)perf: Optimize DCAware/RackAware/TokenAware/HostFilter policies with host distance caching and overall perf. improvements (100's to 1000's of ns reduction, x1.1-2.9 improvement!)
Integration tests
#2882:
Pull request
#651
synchronize by
mykaul
22m 43s
mykaul:query_plan_opt_2
mykaul:query_plan_opt_2
22m 43s
View #651
View workflow file
Change prepare_on_all_hosts default to False
Integration tests
#2881:
Pull request
#988
synchronize by
mykaul
21m 51s
mykaul:change-prepare-on-all-hosts-default
mykaul:change-prepare-on-all-hosts-default
21m 51s
View #988
View workflow file
Change prepare_on_all_hosts default to False
Integration tests
#2880:
Pull request
#988
synchronize by
mykaul
22m 25s
mykaul:change-prepare-on-all-hosts-default
mykaul:change-prepare-on-all-hosts-default
22m 25s
View #988
View workflow file
Fix LWT routing: preserve Paxos leader order in TokenAwarePolicy
Integration tests
#2879:
Pull request
#782
synchronize by
mykaul
44m 58s
mykaul:fix/lwt-paxos-leader-routing
mykaul:fix/lwt-paxos-leader-routing
44m 58s
View #782
View workflow file
improvement: maintain token-aware routing even when schema metadata refresh is disabled
Integration tests
#2878:
Pull request
#977
synchronize by
mykaul
43m 36s
mykaul:feature/token-aware-routing-no-schema-metadata
mykaul:feature/token-aware-routing-no-schema-metadata
43m 36s
View #977
View workflow file
(improvement)perf: Optimize DCAware/RackAware/TokenAware/HostFilter policies with host distance caching and overall perf. improvements (100's to 1000's of ns reduction, x1.1-2.9 improvement!)
Integration tests
#2877:
Pull request
#651
synchronize by
mykaul
42m 32s
mykaul:query_plan_opt_2
mykaul:query_plan_opt_2
42m 32s
View #651
View workflow file
Change prepare_on_all_hosts default to False
Integration tests
#2876:
Pull request
#988
synchronize by
mykaul
43m 16s
mykaul:change-prepare-on-all-hosts-default
mykaul:change-prepare-on-all-hosts-default
43m 16s
View #988
View workflow file
(improvement) perf: remove copies on the read path (us improvements - x1.5-3.7 speedup!)
Integration tests
#2875:
Pull request
#734
synchronize by
mykaul
23m 16s
mykaul:remove_copies
mykaul:remove_copies
23m 16s
View #734
View workflow file
(cleanup) remove Python 2 remaining items
Integration tests
#2874:
Pull request
#727
synchronize by
mykaul
22m 19s
mykaul:python_2_no_more
mykaul:python_2_no_more
22m 19s
View #727
View workflow file
(Improvement) reduced memory for metadata schema parsing (main improvement - Select only needed columns from system_schema.column )
Integration tests
#2873:
Pull request
#745
synchronize by
mykaul
21m 40s
mykaul:improvement/metadata-schema-parsing
mykaul:improvement/metadata-schema-parsing
21m 40s
View #745
View workflow file
Treat unserializable keys as missing in OrderedMapSerializedKey lookups
Integration tests
#2872:
Pull request
#995
synchronize by
SAY-5
Action required
SAY-5:fix/orderedmap-unserializable-key
SAY-5:fix/orderedmap-unserializable-key
Action required
View #995
View workflow file
Treat unserializable keys as missing in OrderedMapSerializedKey lookups
Integration tests
#2871:
Pull request
#995
opened by
SAY-5
Action required
SAY-5:fix/orderedmap-unserializable-key
SAY-5:fix/orderedmap-unserializable-key
Action required
View #995
View workflow file
tests: use the shared clients table helper in the application info test
Integration tests
#2870:
Commit
7643078
pushed by
dkropachev
21m 31s
master
master
21m 31s
View workflow file
Report SESSION_ID and DRIVER_CONFIG in the STARTUP options - stage 1
Integration tests
#2869:
Pull request
#983
synchronize by
sylwiaszunejko
21m 41s
sylwiaszunejko:driver-379-report-session-id-and-driver-config
sylwiaszunejko:driver-379-report-session-id-and-driver-config
21m 41s
View #983
View workflow file
fix: replace __uint128_t with portable 64-bit decomposition in c_shard_info.pyx (MSVC build failure)
Integration tests
#2868:
Pull request
#950
synchronize by
mykaul
22m 29s
mykaul:fix/c-shard-info-msvc-uint128
mykaul:fix/c-shard-info-msvc-uint128
22m 29s
View #950
View workflow file
Update dependency pytest to v9 [SECURITY]
Integration tests
#2867:
Pull request
#994
opened by
renovate
Bot
41s
renovate/pypi-pytest-vulnerability
renovate/pypi-pytest-vulnerability
41s
View #994
View workflow file
Update dependency pytest to v9 - autoclosed
Integration tests
#2866:
Pull request
#979
synchronize by
renovate
Bot
33s
renovate/pytest-9.x
renovate/pytest-9.x
33s
View #979
View workflow file
Address review feedback: rebase fallout, extension cleanup precision,…
Integration tests
#2865:
Commit
38a1a8b
pushed by
dkropachev
21m 16s
master
master
21m 16s
View workflow file
Report SESSION_ID and DRIVER_CONFIG in the STARTUP options - stage 1
Integration tests
#2864:
Pull request
#983
synchronize by
sylwiaszunejko
22m 15s
sylwiaszunejko:driver-379-report-session-id-and-driver-config
sylwiaszunejko:driver-379-report-session-id-and-driver-config
22m 15s
View #983
View workflow file
Previous
1
2
3
4
5
…
60
61
Next
You can’t perform that action at this time.