splunk / splunk-shuttl

Splunk app for archive management, including HDFS support.
Apache License 2.0
36 stars 19 forks source link

Move archiver-UI-Debug-files to respective src and test directory #15

Closed petterik closed 12 years ago

petterik commented 12 years ago

The archiver-UI-Debug-files shouldn't live in the root of the project. However, we still want this code to exist, so we should move them somewhere.

My suggestion is, since they are "debug-files", that they are moved somewhere in the "test" directory. We still want them to be grouped together, so they can be easily found. Since we've currently got a test// structure. I'd like:

And maybe keep the java package structure like so:

Another solution would be to let them be in the same structure as they are today. But then I'd still want something like grouping by component:

If any of these "debug-files" are more generic and can be used for other kinds of testing, then put them somewhere where it would make sense. For example, the "indexes.conf" seems useful for manually testing the archiver, even though it's not through the UI.

Choose a solution and make sure everything still works after the move.

petterik commented 12 years ago

@antonjn, can you summarize what you've done, when you're done?

Thanks

petterik commented 12 years ago

Well no. Your commits already do that! Closing issue