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
Consolidate Factory CI behaviour test jobs per driver language (#587)
## Usage and product changes
We merge individual `test-{lang}-behaviour-{domain}` jobs in FactoryCI
into a single `test-{lang}-behaviour` job in order to reduce CI bootup
and shutdown overhead per test.
We also fix mac-x86_64 Python and maven deployment tests by explicitly
enforcing the use of Rosetta.
## Implementation
Drive-by: in NodeJS driver, session pulse no longer attempts to close
the already closed session if `isAlive` comes back `false`. Instead we
extract the `closeResources()` method which executes all callbacks and
cleans up the driver's session handle.
0 commit comments