Github user robertamarton commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1721#discussion_r225014847
--- Diff: core/sql/regress/tools/rgrCleanup ---
@@ -0,0 +1,4 @@
+#temp solution to cleanup udr cached files
+#can be removed when cleanup mechanism for cached files in implemented
+echo "rm -rf $TRAF_HOME/udr/$MY_UDR_CACHE_LIBDIR/* 2>$NULL"
+rm -rf $TRAF_HOME/udr/$MY_UDR_CACHE_LIBDIR/* 2>$NULL
--- End diff --
If the location of TRAF_HOME changes then we may want to clean up the
previous location. Perhaps we could include this step somehow when upgrading
to a new version. I see you added it to runregr, let's talk I may have some
ideas...
---