Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
Indexer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Indexer
Commits
6c398b6f
Commit
6c398b6f
authored
1 year ago
by
Zhibin Mai
Browse files
Options
Downloads
Patches
Plain Diff
Rename and relocate the FeatureFlagCache test
parent
ede26f64
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!558
Remove feature flag for geoshape decimation
Pipeline
#190319
failed
1 year ago
Stage: review
Pipeline: Indexer
#190320
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
indexer-core/src/test/java/org/opengroup/osdu/indexer/cache/FeatureFlagCacheTest.java
+2
-2
2 additions, 2 deletions
...rg/opengroup/osdu/indexer/cache/FeatureFlagCacheTest.java
with
2 additions
and
2 deletions
indexer-core/src/test/java/org/opengroup/osdu/indexer/
util/geo/decimator/DecimationSettin
gCacheTest.java
→
indexer-core/src/test/java/org/opengroup/osdu/indexer/
cache/FeatureFla
gCacheTest.java
+
2
−
2
View file @
6c398b6f
...
...
@@ -13,7 +13,7 @@
* limitations under the License.
*/
package
org.opengroup.osdu.indexer.
util.geo.decimator
;
package
org.opengroup.osdu.indexer.
cache
;
import
org.junit.Assert
;
import
org.junit.Before
;
...
...
@@ -23,7 +23,7 @@ import org.opengroup.osdu.indexer.cache.FeatureFlagCache;
import
org.springframework.test.context.junit4.SpringRunner
;
@RunWith
(
SpringRunner
.
class
)
public
class
DecimationSettin
gCacheTest
{
public
class
FeatureFla
gCacheTest
{
private
static
final
String
VALID_KEY
=
"Tenant1-indexer-decimation-enabled"
;
private
static
final
String
INVALID_KEY
=
"Tenant2-indexer-decimation-enabled"
;
FeatureFlagCache
cache
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment