| | |
| | | * Header, with the fields enclosed by brackets [] replaced by your own identifying |
| | | * information: "Portions Copyright [year] [name of copyright owner]". |
| | | * |
| | | * Copyright 2023 3A Systems, LLC. |
| | | * Copyright 2023-2026 3A Systems, LLC. |
| | | */ |
| | | package org.opends.server.backends.cassandra; |
| | | |
| | |
| | | |
| | | //test allow cassandra |
| | | try(CqlSession session=CqlSession.builder() |
| | | .withConfigLoader(DriverConfigLoader.fromDefaults(Storage.class.getClassLoader())) |
| | | .withConfigLoader(DriverConfigLoader.fromDefaults(CASStorage.class.getClassLoader())) |
| | | .build()){ |
| | | session.close(); |
| | | }catch (AllNodesFailedException e) { |